1 arta 1.1 # configuration file for jcc.pl
2
3 # include paths for third-party libraries
4 PGIPATH /usr/include
5 CFITSIOIPATH /home/jsoc/include
6
7 # third-party library paths
8 # these can be commented out if the libraries can be found without specifying a path (like at Stanford)
9 # kPGLPATH32 /usr/lib
10 # kPGLPATH64 /usr/lib64
11 CFITSIOLPATH32 /home/jsoc/lib/linux_ia32
12 CFITSIOLPATH64 /home/jsoc/lib/linux_x86_64
|