Ticket #46441: Portfile.patch
File Portfile.patch, 1.5 KB (added by andre.dos.anjos@…, 10 years ago) |
---|
-
Portfile
old new 8 8 PortGroup compiler_blacklist_versions 1.0 9 9 10 10 github.setup idiap bob 1.2.2 v 11 revision 711 revision 8 12 12 set soversion 1.2 13 13 categories science math devel 14 14 platforms darwin … … 44 44 port:boost \ 45 45 port:fftw-3 \ 46 46 port:vlfeat \ 47 port:libsvm \ 48 port:qt4-mac 47 port:libsvm 49 48 50 49 # compiler needs to support C++11 features 51 50 if {[lsearch [get_canonical_archs] ppc] != -1 || [lsearch [get_canonical_archs] ppc64] != -1} { … … 55 54 compiler.blacklist gcc-4.0 gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 macports-llvm-gcc-4.2 {clang < 300} 56 55 } 57 56 58 configure.args -DCMAKE_BUILD_TYPE=Release -DBOB_VERSION=${version} -DBOB_SOVERSION=${soversion} 57 configure.args -DCMAKE_BUILD_TYPE=Release -DBOB_VERSION=${version} -DBOB_SOVERSION=${soversion} -DWITH_QT4=OFF 59 58 60 59 # blitz is not universal 61 60 universal_variant no … … 66 65 67 66 variant python26 conflicts python27 description "Build for python 2.6" { 68 67 depends_build-append port:py26-sphinx 69 68 70 69 depends_lib-append port:py26-setuptools \ 71 70 port:py26-numpy \ 72 71 port:py26-matplotlib \ … … 79 78 80 79 variant python27 conflicts python26 description "Build for python 2.7" { 81 80 depends_build-append port:py27-sphinx 82 81 83 82 depends_lib-append port:py27-setuptools \ 84 83 port:py27-numpy \ 85 84 port:py27-matplotlib \