version 1.19, 2012/08/29 23:37:45
|
version 1.20, 2012/11/30 18:47:15
|
|
|
# PostgreSQL API headers (must contain libpq-fe.h) | # PostgreSQL API headers (must contain libpq-fe.h) |
POSTGRES_INCS:X86_64 /usr/include | POSTGRES_INCS:X86_64 /usr/include |
POSTGRES_INCS:IA32 /usr/include | POSTGRES_INCS:IA32 /usr/include |
|
POSTGRES_INCS:AVX /usr/include |
|
|
# the location of the PostgreSQL libs; likely to be either | # the location of the PostgreSQL libs; likely to be either |
# /usr/lib or /usr/lib64 or /usr/local/pgsql/lib | # /usr/lib or /usr/lib64 or /usr/local/pgsql/lib |
POSTGRES_LIBS:X86_64 /usr/lib64 | POSTGRES_LIBS:X86_64 /usr/lib64 |
POSTGRES_LIBS:IA32 /usr/lib | POSTGRES_LIBS:IA32 /usr/lib |
|
POSTGRES_LIBS:AVX /usr/lib64 |
| |
# actual library names | # actual library names |
POSTGRES_LIB pq | POSTGRES_LIB pq |
|
|
# CFITSIO API headers (must contain fitsio.h) | # CFITSIO API headers (must contain fitsio.h) |
CFITSIO_INCS:X86_64 /home/jsoc/include | CFITSIO_INCS:X86_64 /home/jsoc/include |
CFITSIO_INCS:IA32 /home/jsoc/include | CFITSIO_INCS:IA32 /home/jsoc/include |
|
CFITSIO_INCS:AVX /home/jsoc/include |
| |
# the location of the cfitsio libraries | # the location of the cfitsio libraries |
CFITSIO_LIBS:X86_64 /home/jsoc/lib/linux-x86_64 | CFITSIO_LIBS:X86_64 /home/jsoc/lib/linux-x86_64 |
CFITSIO_LIBS:IA32 /home/jsoc/lib/linux-ia32 | CFITSIO_LIBS:IA32 /home/jsoc/lib/linux-ia32 |
|
CFITSIO_LIBS:AVX /home/jsoc/lib/linux_avx |
| |
# actual library names | # actual library names |
CFITSIO_LIB cfitsio | CFITSIO_LIB cfitsio |