#61: vdigit makefile uses hardwired compile and link flags
------------------------+---------------------------------------------------
Reporter: kyngchaos | Owner: [email protected]
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/
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev