- Timestamp:
- 09/11/06 10:08:50 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/Release2.1.0b/src/Makefile
r1197 r1253 25 25 26 26 # cfitsio 27 CFITSIOROOT := /usr 28 # If aips++ is build with LFS (default) you need to have 29 # libcfitsio with lfs support 30 # this is default in cfitsio >= 3.0 27 CFITSIOROOT := /usr/local 31 28 CFITSIOINC := -I$(CFITSIOROOT)/include 32 CFITSIOLIB := -L$(CFITSIOROOT) -lcfitsio29 CFITSIOLIB := -L$(CFITSIOROOT)/lib -lcfitsio 33 30 34 31 #rpfits … … 36 33 RPFITSLIB := $(RPFITSROOT)/lib/librpfits.a 37 34 38 G2CROOT := /usr 39 G2CLIB := $(G2CROOT)/lib -lg2c 35 G2CROOT := /usr/local 36 G2CARCH := $(G2CROOT)/lib/gcc/i386-apple-darwin8.7.1/4.2.0/libgcc.a 37 G2CARCH := $(G2CROOT)/lib/gcc/powerpc-apple-darwin8.7.0/4.2.0/libgcc.a 38 G2CLIB := $(G2CROOT)/lib/libgfortran.a $(G2CARCH) 40 39 41 40 # This assumes all casa libs are static only (*.a) … … 79 78 80 79 # has to be build with same g++ version as casa 81 BOOSTROOT := /usr 80 BOOSTROOT := /usr/local 82 81 BOOSTLIB := -L$(BOOSTROOT)/lib -lboost_python 83 82 BOOSTINC := -I$(BOOSTROOT)/include/boost … … 92 91 RowAccumulator.o \ 93 92 Logger.o \ 93 LineCatalog.o \ 94 94 STAttr.o \ 95 95 STHeader.o \ … … 124 124 python_STFitEntry.o \ 125 125 python_STWriter.o \ 126 python_LineCatalog.o \ 126 127 python_asap.o 127 128
Note:
See TracChangeset
for help on using the changeset viewer.