[116376] trunk/dports/science/hdf5-18/Portfile
sean at macports.org
sean at macports.org
Thu Jan 23 12:14:43 PST 2014
Revision: 116376
https://trac.macports.org/changeset/116376
Author: sean at macports.org
Date: 2014-01-23 12:14:43 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
hdf5-18: remove compiler variants that are now provided by the mpi and compiler port groups
Modified Paths:
--------------
trunk/dports/science/hdf5-18/Portfile
Modified: trunk/dports/science/hdf5-18/Portfile
===================================================================
--- trunk/dports/science/hdf5-18/Portfile 2014-01-23 20:14:38 UTC (rev 116375)
+++ trunk/dports/science/hdf5-18/Portfile 2014-01-23 20:14:43 UTC (rev 116376)
@@ -150,64 +150,11 @@
}
}
-# openmpi conflicts with universal because there is no universal variant for
-# the openmpi port at the moment
-variant openmpi description {
- Enable Parallel HDF5 with openmpi. Uses compiler selected with openmpi.
- +openmpi is EXPERIMENTAL with +cxx or +threadsafe.
-} conflicts universal mpich gcc44 gcc45 gcc46 gcc47 gcc48 {
- depends_lib-append port:openmpi
- configure.cc ${prefix}/bin/openmpicc
- configure.cxx ${prefix}/bin/openmpicxx
- configure.fc ${prefix}/bin/openmpif90
-}
-
-# mpich port does not support universal
-variant mpich description {
- Enable Parallel HDF5 with mpich. Uses compiler selected with mpich.
- +mpich is EXPERIMENTAL with +cxx or +threadsafe.
-} conflicts universal openmpi gcc44 gcc45 gcc46 gcc47 gcc48 {
- depends_lib-append path:bin/mpicc-mp:mpich-default
- configure.cc ${prefix}/bin/mpicc-mp
- configure.cxx ${prefix}/bin/mpicxx-mp
- configure.fc ${prefix}/bin/mpif90-mp
-}
-
if {[ mpi_variant_isset ]} {
configure.args-delete --disable-parallel
configure.args-append --enable-parallel
}
-variant gcc44 description {
- Build with MacPorts' gcc44 compiler.
-} conflicts universal gcc45 gcc46 gcc47 gcc48 openmpi mpich {
- configure.compiler macports-gcc-4.4
-}
-
-variant gcc45 description {
- Build with MacPorts' gcc45 compiler.
-} conflicts universal gcc44 gcc46 gcc47 gcc48 openmpi mpich {
- configure.compiler macports-gcc-4.5
-}
-
-variant gcc46 description {
- Build with MacPorts' gcc46 compiler.
-} conflicts universal gcc44 gcc45 gcc47 gcc48 openmpi mpich {
- configure.compiler macports-gcc-4.6
-}
-
-variant gcc47 description {
- Build with MacPorts' gcc47 compiler.
-} conflicts universal gcc44 gcc45 gcc46 gcc48 openmpi mpich {
- configure.compiler macports-gcc-4.7
-}
-
-variant gcc48 description {
- Build with MacPorts' gcc48 compiler.
-} conflicts universal gcc44 gcc45 gcc46 gcc47 openmpi mpich {
- configure.compiler macports-gcc-4.8
-}
-
livecheck.type regex
livecheck.url http://www.hdfgroup.org/HDF5/release/obtain5.html
livecheck.regex 5-(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/f26a660a/attachment.html>
More information about the macports-changes
mailing list