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
Line 
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
8# extra root directory to search for other packages
9#extraroot =
10
11#casacoreroot = /usr/local
12#boostroot = /usr
13#boostlib = boost_python
14#cfitsioroot = /usr
15#cfitsiolib = cfitsio
16#wcsroot = /usr/local
17#wcslib = wcs
18#rpfitsroot = /usr/local
19#rpfitslib = rpfits
20#blaslib = blas
21#lapacklib = lapack
22#f2clib = gfortran
23
Note: See TracBrowser for help on using the repository browser.