Bug#796041: RFS: clfft/2.6.1-1

2015-08-18 Thread Ghislain Vaillant

Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package clfft

* Package name: clfft
  Version : 2.6.1-1
  Upstream Author : Advanced Micro Devices, Inc.
* URL : https://github.com/clMathLibraries/clFFT
* License : Apache version 2
  Section : science

It builds those binary packages:

libclfft-bin - OpenCL FFT library (executables)
libclfft-dev - OpenCL FFT library (development files)
libclfft-doc - OpenCL FFT library (documentation)
libclfft2  - OpenCL FFT library (shared library)
libclfft2-dbg - OpenCL FFT library (debugging symbols)

To access further information about this package, please visit the 
following URL:


  http://mentors.debian.net/package/clfft

Alternatively, one can download the package with dget using this command:

dget -x http://mentors.debian.net/debian/pool/main/c/clfft/clfft_2.6.1-1.dsc

Changes since the last upload:

  * New upstream release.
  * Drop fix-libdl-linkage.patch, applied upstream.
  * d/changelog: update copyright information.

Best regards,
Ghislain Vaillant



Bug#796041: RFS: clfft/2.6.1-1

2015-08-18 Thread PICCA Frederic-Emmanuel
Hello Ghislain,

I get this error when building with sbuild (unstable)

[ 62%] Building CXX object library/CMakeFiles/clFFT.dir/fft_binary_lookup.cpp.o
cd /«PKGBUILDDIR»/obj-i586-linux-gnu/library  /usr/bin/c++   -DCLFFT_EXPORTS 
-DclFFT_EXPORTS -pthread -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2  -O2 -g -DNDEBUG -fPIC 
-I/«PKGBUILDDIR»/obj-i586-linux-gnu/include 
-I/«PKGBUILDDIR»/src/library/../include-o 
CMakeFiles/clFFT.dir/fft_binary_lookup.cpp.o -c 
/«PKGBUILDDIR»/src/library/fft_binary_lookup.cpp
/«PKGBUILDDIR»/src/library/fft_binary_lookup.cpp: In function 'void 
clfftInitBinaryCache()':
/«PKGBUILDDIR»/src/library/fft_binary_lookup.cpp:66:50: error: 'getenv' was not 
declared in this scope
 const char * path = getenv(CLFFT_CACHE_PATH);
  ^
make[4]: *** [library/CMakeFiles/clFFT.dir/fft_binary_lookup.cpp.o] Error 1
library/CMakeFiles/clFFT.dir/build.make:264: recipe for target 
'library/CMakeFiles/clFFT.dir/fft_binary_lookup.cpp.o' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/obj-i586-linux-gnu'
make[3]: *** [library/CMakeFiles/clFFT.dir/all] Error 2


Cheers