[GRASS-dev] Re: [GRASS GIS] #61: vdigit makefile uses hardwired
compile and link flags
GRASS GIS
trac at osgeo.org
Mon Mar 24 10:22:48 EDT 2008
#61: vdigit makefile uses hardwired compile and link flags
------------------------+---------------------------------------------------
Reporter: kyngchaos | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: Python | Version: 6.3.0 RCs
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by kyngchaos):
There is distutils. Build it with distutils, and it will be compiled and
linked correctly for each platform. The problem with this is that it
builds locally into a folder with a platform-specific name chosen by
distutils (ie build/lib.macosx-10.5-i386-2.5), so the makefile would not
know where it is to install it in the GRASS dist folder. But it looks
like there are build options to force a build dir name, so it would
something known to the makefile.
That would mean creating a setup.py for the compile step.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/61#comment:8>
GRASS GIS <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/
More information about the grass-dev
mailing list