[GRASS-dev] [GRASS GIS] #1446: add --with-opencl support to ./configure
GRASS GIS
trac at osgeo.org
Tue Apr 23 02:45:37 PDT 2013
#1446: add --with-opencl support to ./configure
------------------------------------------------+---------------------------
Reporter: hamish | Owner: grass-dev@…
Type: task | Status: new
Priority: major | Milestone: 7.0.0
Component: Compiling | Version: svn-trunk
Keywords: OpenCL, configure, smp, gpu, r.sun | Platform: All
Cpu: All |
------------------------------------------------+---------------------------
Comment(by hamish):
OpenCL infrastructure support added to configure[.in],
include/Make/Platform.make, and raster/r.sun/Makefile,main.c in r55949,50.
It could do with a little more work,
- my libOpenCL.so is in /opt and listed in '`ldconfig -p`', but
autoconf's gcc conftest doesn't find -lOpenCL. Symlinking into
/usr/local/lib works, but why is that needed?
- OCLLIBPATH is not being set from --with-opencl-libs= (see trac #1943)
- to use LOC_CHECK_FUNC(,LOC_CHECK_LIBS()) or just LOC_CHECK_LIBS()?
- remove unused variables from r.sun's Makefile
have fun,
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1446#comment:7>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list