Date: Wednesday, September 13, 2017 @ 16:55:45 Author: svenstaro Revision: 257454
upgpkg: arrayfire 3.5.0-4 Remove hack again (hack is now in the cuda package) Modified: arrayfire/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-13 16:52:08 UTC (rev 257453) +++ PKGBUILD 2017-09-13 16:55:45 UTC (rev 257454) @@ -4,7 +4,7 @@ url='https://arrayfire.com' pkgver=3.5.0 arch=('x86_64') -pkgrel=3 +pkgrel=4 license=('BSD') makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 'boost' 'git' 'python' 'gcc5' 'ocl-icd') makedepends_x86_64=('cuda' 'nvidia-utils') @@ -34,7 +34,6 @@ -DCMAKE_INSTALL_PREFIX=/usr \ -DUSE_SYSTEM_FORGE=ON \ -DCOMPUTES_DETECTED_LIST="30;32;35;50;52;53;60;61" \ - -DCUDA_NVCC_FLAGS="-D_BITS_FLOATN_H" \ -DBUILD_CPU=ON \ -DBUILD_OPENCL=ON \ -DBUILD_NONFREE=ON \
