Revision
76425
Author
mmoll@macports.org
Date
2011-02-22 15:35:50 -0800 (Tue, 22 Feb 2011)

Log Message

science/hdf5-18: remove threadsafe variant, since it fails to build and is unsupported on OS X anyway. Closes #28493.

Modified Paths

Diff

Modified: trunk/dports/science/hdf5-18/Portfile (76424 => 76425)


--- trunk/dports/science/hdf5-18/Portfile	2011-02-22 23:14:37 UTC (rev 76424)
+++ trunk/dports/science/hdf5-18/Portfile	2011-02-22 23:35:50 UTC (rev 76425)
@@ -54,11 +54,6 @@
 test.run            yes
 test.target         check
 
-variant threadsafe description {Enable threadsafety (experimental and un-supported, disables cxx support)} conflicts openmpi {
-    configure.args-delete       --disable-threadsafe --enable-cxx
-    configure.args-append       --enable-threadsafe --disable-cxx
-}
-
 # 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 {