Ticket #46441: Portfile.patch

File Portfile.patch, 1.5 KB (added by andre.dos.anjos@…, 9 years ago)
  • Portfile

    old new  
    88PortGroup           compiler_blacklist_versions 1.0
    99
    1010github.setup        idiap bob 1.2.2 v
    11 revision            7
     11revision            8
    1212set soversion       1.2
    1313categories          science math devel
    1414platforms           darwin
     
    4444    port:boost \
    4545    port:fftw-3 \
    4646    port:vlfeat \
    47     port:libsvm \
    48     port:qt4-mac
     47    port:libsvm
    4948
    5049# compiler needs to support C++11 features
    5150if {[lsearch [get_canonical_archs] ppc] != -1 || [lsearch [get_canonical_archs] ppc64] != -1} {
     
    5554    compiler.blacklist gcc-4.0 gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 macports-llvm-gcc-4.2 {clang < 300}
    5655}
    5756
    58 configure.args      -DCMAKE_BUILD_TYPE=Release -DBOB_VERSION=${version} -DBOB_SOVERSION=${soversion}
     57configure.args      -DCMAKE_BUILD_TYPE=Release -DBOB_VERSION=${version} -DBOB_SOVERSION=${soversion} -DWITH_QT4=OFF
    5958
    6059# blitz is not universal
    6160universal_variant   no
     
    6665
    6766variant python26 conflicts python27 description "Build for python 2.6" {
    6867    depends_build-append  port:py26-sphinx
    69    
     68
    7069    depends_lib-append    port:py26-setuptools \
    7170      port:py26-numpy \
    7271      port:py26-matplotlib \
     
    7978
    8079variant python27 conflicts python26 description "Build for python 2.7" {
    8180    depends_build-append  port:py27-sphinx
    82    
     81
    8382    depends_lib-append    port:py27-setuptools \
    8483      port:py27-numpy \
    8584      port:py27-matplotlib \