diff options
author | tg <tg@FreeBSD.org> | 1999-07-30 22:16:50 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-07-30 22:16:50 +0800 |
commit | 1a2003ee8af2e6ed104d977dc1ce5644721d8287 (patch) | |
tree | 69e4dea5fbb8ebcf87a716f20f1b29bc7682e71a /math/py-scientific/files | |
parent | 60df73c0e5a84eb88f2221197890a3520b13682a (diff) | |
download | freebsd-ports-gnome-1a2003ee8af2e6ed104d977dc1ce5644721d8287.tar.gz freebsd-ports-gnome-1a2003ee8af2e6ed104d977dc1ce5644721d8287.tar.zst freebsd-ports-gnome-1a2003ee8af2e6ed104d977dc1ce5644721d8287.zip |
New port py-scientific. This is Konrad Hinsen's collection of Python modules
that are useful for scientific computing.
Diffstat (limited to 'math/py-scientific/files')
-rw-r--r-- | math/py-scientific/files/Setup | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/py-scientific/files/Setup b/math/py-scientific/files/Setup new file mode 100644 index 000000000000..3adc0be7b2a3 --- /dev/null +++ b/math/py-scientific/files/Setup @@ -0,0 +1,8 @@ +*shared* + +# netCDF interface module + +# Change the paths after -I and -L to the directories where +# the files netcdf.h and libnetcdf.* are located. + +Scientific_netcdf -I${PREFIX}/include -I${PREFIX}/include/python1.5/numerical -I../Scientific/Include Scientific_netcdf.c -L${PREFIX}/lib -lnetcdf |