source: trunk/distutils/setup.cfg @ 2509

Last change on this file since 2509 was 2509, checked in by Malte Marquarding, 12 years ago

Fix python2.5 build and add extra options from scons

File size: 508 bytes
RevLine 
[2490]1[build_ext]
2
3# This section controls th external library locations
4# commented out are the default parameters
5# to link against a static lib use e.g.
6# wcslib=/usr/local/lib/libwcs-4.13.2.a
7
[2509]8# extra root directory to search for other packages
9#extraroot =
10
11#casacoreroot = /usr/local
12#boostroot = /usr
[2490]13#boostlib = boost_python
[2509]14#cfitsioroot = /usr
[2490]15#cfitsiolib = cfitsio
[2509]16#wcsroot = /usr/local
[2490]17#wcslib = wcs
[2509]18#rpfitsroot = /usr/local
[2490]19#rpfitslib = rpfits
[2509]20#blaslib = blas
21#lapacklib = lapack
22#f2clib = gfortran
[2490]23
Note: See TracBrowser for help on using the repository browser.