Ticket #36488: Portfile.diff
File Portfile.diff, 1.9 KB (added by andre.dos.anjos@…, 12 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup cmake 1.0 6 6 7 PortGroup github 1.0 8 github.setup idiap bob 1.1.0 v 9 7 10 name bob 8 version 1.0.6 9 set soversion 1.0 11 set soversion 1.1 10 12 categories science math devel 11 13 platforms darwin 12 14 maintainers idiap.ch:andre.anjos \ … … 22 24 23 25 license GPL-3 24 26 homepage http://idiap.github.com/bob/ 25 master_sites https://github.com/idiap/bob/downloads/26 use_zip yes27 27 28 checksums rmd160 eac3e390ed25c69d8c6038f815ea473c21118a0f\29 sha256 767e22bddb2bfb59458b76eb37cab3791bf1bfbe33fc7ad11ca29038343b5dea28 checksums rmd160 8d6696bac29896e99760ecbcc4984725e5676920 \ 29 sha256 1cf7e20e6bb4e1fe96f1abdab909dc1df6c916db4eadc2ef3d356c53422a4366 30 30 31 31 use_parallel_build no 32 32 … … 42 42 43 43 configure.args -DCMAKE_BUILD_TYPE=Release -DBOB_VERSION=${version} -DBOB_SOVERSION=${soversion} 44 44 45 compiler.blacklist clang46 47 45 universal_variant no 48 46 default_variants +qt4 +opencv 49 47 … … 52 50 } 53 51 54 52 variant python26 conflicts python27 description "Builds for python 2.6." { 55 depends_lib-append port:py26-numpy \ 53 depends_lib-append port:py26-distribute 54 port:py26-numpy \ 56 55 port:py26-matplotlib \ 57 56 port:py26-sqlalchemy \ 58 57 port:py26-argparse \ 59 port:py26-scipy 58 port:py26-scipy \ 59 port:py26-nose 60 60 } 61 61 62 62 variant python27 conflicts python26 description "Builds for python 2.7." { 63 depends_lib-append port:py27-numpy \ 63 depends_lib-append port:py27-distribute 64 port:py27-numpy \ 64 65 port:py27-matplotlib \ 65 66 port:py27-sqlalchemy \ 66 port:py27-scipy 67 port:py27-scipy \ 68 port:py27-nose 67 69 } 68 70 69 71 variant qt4 description "Compile Qt4 extensions." {