[postgis-tickets] [PostGIS] #3240: liblwgeom depends on SFCGAL
PostGIS
trac at osgeo.org
Tue Aug 18 05:49:12 PDT 2015
#3240: liblwgeom depends on SFCGAL
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
Yes I presume this line in my Makefile does it:
{{{
ifeq (sfcgal,sfcgal)
CFLAGS += -I/projects/CGAL/rel-sfcgal-1.1.0w64gcc48/include -DHAVE_SFCGAL
LDFLAGS += -L/projects/CGAL/rel-sfcgal-1.1.0w64gcc48/lib -lSFCGAL
SA_OBJS += lwgeom_sfcgal.o
endif
}}}
It definitely is linking because I checked my liblwgeom with dependency
walker and it has a dependency on SFCGAL.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3240#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list