Ticket #31382: Portfile.patch

File Portfile.patch, 1.4 KB (added by eborisch (Eric A. Borisch), 13 years ago)
  • Portfile

     
    2424                    rmd160  34641bf8e664c3b3382d1346a65e2f5c3eb485ee
    2525distname            ${realname}-${version}
    2626use_bzip2           yes
    27 depends_lib         port:zlib port:szip
     27depends_lib         port:zlib
    2828use_parallel_build  yes
    2929
    30 configure.args      --with-zlib=yes --with-szlib=yes --enable-filters=all \
     30configure.args      --with-zlib=yes --enable-filters=all \
    3131                    --enable-production --disable-fortran \
    3232                    --enable-cxx --enable-shared --enable-static \
    3333                    --disable-parallel
    3434
     35# http://mail.hdfgroup.org/pipermail/hdf-forum_hdfgroup.org/2010-March/002682.html
     36license             {NCSA}
     37
    3538post-configure {
    3639    if {[variant_isset universal]} {
    3740        set dirs {}
     
    5356test.run            yes
    5457test.target         check
    5558
     59variant szip description {Enable szip support. (Noncommercial license)} {
     60    depends_lib-append          port:szip
     61    configure.args-append       --with-szlib=yes
     62    license                     {Noncommercial}
     63}
     64
     65
    5666variant threadsafe description {Enable threadsafety (experimental and un-supported, disables cxx support)} conflicts openmpi {
    5767    configure.args-delete       --disable-threadsafe --enable-cxx
    5868    configure.args-append       --enable-threadsafe --disable-cxx