Changeset 2515


Ignore:
Timestamp:
05/15/12 10:08:32 (12 years ago)
Author:
Malte Marquarding
Message:

added forwarding of casacorestatic

Location:
trunk/distutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/distutils/scons_ext.py

    r2509 r2515  
    1111            [('casacoreroot=', None,
    1212              'Prefix for casacore installation location'),
     13             ('casacorestatic=', None,
     14              'use static casacore libraries'),
    1315             ('boostroot=', None,
    1416              'Prefix for boost_python installation location'),
     
    4244        self.extraroot = None
    4345        self.casacoreroot = None
     46        self.casacorestatic = None
    4447        self.boostroot = None
    4548        self.boostlib = None
  • trunk/distutils/setup.cfg

    r2509 r2515  
    1010
    1111#casacoreroot = /usr/local
     12#casacorestatic = 0
    1213#boostroot = /usr
    1314#boostlib = boost_python
     
    2122#lapacklib = lapack
    2223#f2clib = gfortran
    23 
Note: See TracChangeset for help on using the changeset viewer.