blob: ccf81774e77881945850328e94fa35379070dfc4 (
plain) (
blame)
1
2
3
4
5
6
7
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/Numeric -I../Scientific/Include Scientific_netcdf.c -L${PREFIX}/lib -lnetcdf
|