Changeset 907 for trunk/src/Makefile
- Timestamp:
- 03/20/06 15:17:06 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r906 r907 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 66 #PYTHONROOT := /usr 67 PYTHONROOT := /export/DEBIANlocal 67 68 PYTHONINC := -I$(PYTHONROOT)/include/python$(PYVERSION) 68 PYTHONLIB := -L$(PYTHONROOT)/lib -lpython$(PYVERSION) 69 PYTHONLIB := -L$(PYTHONROOT)/lib -lpython$(PYVERSION) -L/export/DEBIANlocal/gnu/lib/ 69 70 70 71 # has to be build with same g++ version as casa
Note:
See TracChangeset
for help on using the changeset viewer.