Revision: 118338 https://trac.macports.org/changeset/118338 Author: mmoll@macports.org Date: 2014-03-31 07:00:16 -0700 (Mon, 31 Mar 2014) Log Message: ----------- science/flann: remove broken cuda variant, add python34 variant Modified Paths: -------------- trunk/dports/science/flann/Portfile Modified: trunk/dports/science/flann/Portfile =================================================================== --- trunk/dports/science/flann/Portfile 2014-03-31 13:44:18 UTC (rev 118337) +++ trunk/dports/science/flann/Portfile 2014-03-31 14:00:16 UTC (rev 118338) @@ -39,7 +39,7 @@ configure.args-append -DUSE_MPI=ON } -set pythons_suffixes {26 27 31 32 33} +set pythons_suffixes {26 27 31 32 33 34} set pythons_ports {} foreach s ${pythons_suffixes} { @@ -75,17 +75,6 @@ }] } -variant cuda description {Enable CUDA support} { - configure.args-delete -DBUILD_CUDA_LIB=OFF - configure.args-append -DBUILD_CUDA_LIB=ON - # As of cmake 2.8.10, the host compiler used is passed on to nvcc. - # Nvcc (at least versions 4.2 and 5.0) calls clang with the argument - # "-dumpspecs" which is a gcc-ism. To avoid this problem force - # llvm-gcc-4.2 to be the host compiler - if {[string match "*clang*" ${configure.compiler}]} { - configure.args-append -DCUDA_HOST_COMPILER=/usr/bin/llvm-gcc-4.2 - } -} livecheck.type regex livecheck.url ${homepage}
participants (1)
-
mmoll@macports.org