diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-07-30 14:16:50 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-07-30 14:16:50 +0000 |
commit | 8aa53ff31e8999718c2886dd93d3b6b66209c74f (patch) | |
tree | 04cba60be57626f7f4ad9aab0cb4484882d94791 /math/py-scientific/files/Setup | |
parent | New port netcdf. The NetCDF (network Common Data Form) is a library (diff) |
New port py-scientific. This is Konrad Hinsen's collection of Python modules
that are useful for scientific computing.
Notes
Notes:
svn path=/head/; revision=20396
Diffstat (limited to 'math/py-scientific/files/Setup')
-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 |