Changeset 908
- Timestamp:
- 03/20/06 15:23:25 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r907 r908 1 TARGET := ../tmp/asap/_asap.so1 TARGET := /tmp/asap/_asap.so 2 2 3 3 # the casa environment AIPSPATH has to be defined … … 64 64 # python only 2.3 has been tested 65 65 PYVERSION := 2.3 66 #PYTHONROOT := /usr 67 PYTHONROOT := /export/DEBIANlocal 66 PYTHONROOT := /usr 68 67 PYTHONINC := -I$(PYTHONROOT)/include/python$(PYVERSION) 69 PYTHONLIB := -L$(PYTHONROOT)/lib -lpython$(PYVERSION) -L/export/DEBIANlocal/gnu/lib/68 PYTHONLIB := -L$(PYTHONROOT)/lib -lpython$(PYVERSION) 70 69 71 70 # has to be build with same g++ version as casa
Note:
See TracChangeset
for help on using the changeset viewer.