Changeset 118338 for trunk/dports


Ignore:
Timestamp:
Mar 31, 2014, 2:00:16 PM (10 years ago)
Author:
mmoll@…
Message:

science/flann: remove broken cuda variant, add python34 variant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/flann/Portfile

    r116408 r118338  
    4040}
    4141
    42 set pythons_suffixes {26 27 31 32 33}
     42set pythons_suffixes {26 27 31 32 33 34}
    4343
    4444set pythons_ports {}
     
    7676}
    7777
    78 variant cuda description {Enable CUDA support} {
    79     configure.args-delete -DBUILD_CUDA_LIB=OFF
    80     configure.args-append -DBUILD_CUDA_LIB=ON
    81     # As of cmake 2.8.10, the host compiler used is passed on to nvcc.
    82     # Nvcc (at least versions 4.2 and 5.0) calls clang with the argument
    83     # "-dumpspecs" which is a gcc-ism. To avoid this problem force
    84     # llvm-gcc-4.2 to be the host compiler
    85     if {[string match "*clang*" ${configure.compiler}]} {
    86         configure.args-append -DCUDA_HOST_COMPILER=/usr/bin/llvm-gcc-4.2
    87     }
    88 }
    8978
    9079livecheck.type      regex
Note: See TracChangeset for help on using the changeset viewer.