Changeset 77 for trunk/src/Makefile


Ignore:
Timestamp:
08/09/04 10:08:37 (20 years ago)
Author:
mar637
Message:

Update to use python 2.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r72 r77  
    2323LDFLAGS   += -s
    2424
    25 BOOSTLIB  := /nfs/atapplic/boost/linux/lib/libboost_python-gcc-mt.a
     25BOOSTLIB  := /nfs/atapplic/boost/linux/lib/libboost_python2.3-gcc-mt.a
    2626BOOSTINC  :=
    2727
    28 PYTHONINC := -I/usr/include/python2.2
    29 PYTHONLIB := -lpython2.2
     28PYTHONINC := -I/usr/local/include/python2.3
     29PYTHONLIB := -lpython2.3
    3030
    3131INCDIRS   := -I. $(AIPSINC) $(BOOSTINC) $(PYTHONINC) $(CFITSIOINC)
Note: See TracChangeset for help on using the changeset viewer.