Revision: 76427 http://trac.macports.org/changeset/76427 Author: mmoll@macports.org Date: 2011-02-22 15:42:11 -0800 (Tue, 22 Feb 2011) Log Message: ----------- science/hdf5-18: remove all references to threadsafe variant Modified Paths: -------------- trunk/dports/science/hdf5-18/Portfile Modified: trunk/dports/science/hdf5-18/Portfile =================================================================== --- trunk/dports/science/hdf5-18/Portfile 2011-02-22 23:37:40 UTC (rev 76426) +++ trunk/dports/science/hdf5-18/Portfile 2011-02-22 23:42:11 UTC (rev 76427) @@ -56,7 +56,7 @@ # openmpi conflicts with universal because there is no universal variant for # the openmpi port at the moment -variant openmpi description {Enable Parallel HDF5} conflicts threadsafe universal { +variant openmpi description {Enable Parallel HDF5} conflicts universal { depends_lib-append port:openmpi configure.cc ${prefix}/bin/openmpicc configure.args-delete --disable-parallel --enable-cxx @@ -64,7 +64,7 @@ } -variant gcc44 description {Enable Fortran bindings (gfortran 4.4)} conflicts threadsafe universal openmpi gcc45 { +variant gcc44 description {Enable Fortran bindings (gfortran 4.4)} conflicts universal openmpi gcc45 { depends_lib-append port:gcc44 configure.fc ${prefix}/bin/gfortran-mp-4.4 configure.args-delete --disable-fortran --enable-shared @@ -72,7 +72,7 @@ configure.post_args LDFLAGS="-L${prefix}/lib" } -variant gcc45 description {Enable Fortran bindings (gfortran 4.5)} conflicts threadsafe universal openmpi gcc44 { +variant gcc45 description {Enable Fortran bindings (gfortran 4.5)} conflicts universal openmpi gcc44 { depends_lib-append port:gcc45 configure.fc ${prefix}/bin/gfortran-mp-4.5 configure.args-delete --disable-fortran --enable-shared