mirror of https://github.com/ecmwf/eccodes.git
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
|
# Use SWIG version 3.0.12
|
||
|
# Python3 support added with -py3
|
||
|
#
|
||
|
swig : gribapi_swig.i
|
||
|
swig -v -py3 -python -module gribapi_swig -o swig_wrap_numpy.c gribapi_swig.i
|
||
|
cp gribapi_swig.py swig_wrap_numpy.py
|
||
|
|