You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
391 B
14 lines
391 B
2 years ago
|
prefix=/mnt/Storage/Documents/Code/LibraryTest/lib/netcdf-c-4.9.2
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
ccompiler=gcc
|
||
|
|
||
|
Name: netcdf-c
|
||
|
Description: NetCDF Client Library for C
|
||
|
URL: https://www.unidata.ucar.edu/netcdf
|
||
|
Version: 4.9.2
|
||
|
Libs: -L${libdir} -lnetcdf
|
||
|
Libs.private: -lhdf5_hl -lhdf5 -lm -lz -ldl -lsz -lbz2 -lxml2 -lcurl
|
||
|
Cflags: -I${includedir}
|