Changeset 1879
- Timestamp:
- 08/19/10 14:40:16 (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1877 r1879 46 46 @if ( test ! -d $(PREFIX)/share/asap ) ; then mkdir -p $(PREFIX)/share/asap ; fi 47 47 @cp -f share/ipythonrc-asap $(PREFIX)/share/asap/ 48 @cd $(ASAPROOT)/$(ATNFD); make install 48 49 @echo "Successfully installed asap module to" $(PYDIR) 49 50 -
trunk/external-alma/Makefile
r1878 r1879 131 131 .PHONY : all clean objects realclean install 132 132 133 all : $(TARGETLIB) install133 all : $(TARGETLIB) 134 134 135 135 objects : $(OBJECTS) -
trunk/src/Makefile
r1877 r1879 42 42 CXXFLAGS := -fPIC -O3 -g 43 43 CXXFLAGS += -ansi -Wno-long-long -Wall 44 #CXXOPTS := -DAIPS_64B44 CXXOPTS := -DAIPS_64B 45 45 46 46 # darwin specific flags … … 63 63 G2CLIB := -lgfortran 64 64 65 # This assumes all casa libs are static only (*.a) 66 # if not than there might by symbol resolution errors. 67 CASAPPLIB := -L$(CASALIB) -latnf $(CORELIB) \ 65 # links to external libraries 66 CASAPPLIB := -L$(ASAPROOT)/$(ATNFD) -latnf $(CORELIB) \ 68 67 -L$(WCSLIBLIBD) $(WCSLIBLIB) \ 69 68 -L$(RPFITSLIBD) $(RPFITSLIB) $(CFITSIOLIB) $(G2CLIB) -lstdc++ … … 79 78 PYTHONINC := $(addprefix -I,$(PYTHONINCD)) 80 79 PYTHONLIB := -L$(PYTHONLIBD) $(PYTHONLIB) 81 82 # use python universal build83 #ifeq "$(CASAARCH)" "darwin"84 # PYVERSION := 2.585 # PYTHONROOT := /Library/Frameworks/Python.framework/Versions/$(PYVERSION)86 # PYTHONINC := -I$(PYTHONROOT)/include/python$(PYVERSION)87 # PYTHONLIB := -L$(PYTHONROOT)/lib -framework Python88 #endif89 80 90 81 # the linker
Note:
See TracChangeset
for help on using the changeset viewer.