[60525] trunk/dports/science/hdf5-18/Portfile

mmoll at macports.org mmoll at macports.org
Sat Nov 14 10:28:13 PST 2009


Revision: 60525
          http://trac.macports.org/changeset/60525
Author:   mmoll at macports.org
Date:     2009-11-14 10:28:12 -0800 (Sat, 14 Nov 2009)
Log Message:
-----------
hdf5-18: undo removal of threadsafe variant. Even though it's not officially supported, the build still passes all tests with threadsafety enabled.

Modified Paths:
--------------
    trunk/dports/science/hdf5-18/Portfile

Modified: trunk/dports/science/hdf5-18/Portfile
===================================================================
--- trunk/dports/science/hdf5-18/Portfile	2009-11-14 18:22:25 UTC (rev 60524)
+++ trunk/dports/science/hdf5-18/Portfile	2009-11-14 18:28:12 UTC (rev 60525)
@@ -32,6 +32,11 @@
 test.run            yes
 test.target         check
 
+variant threadsafe description {Enable threadsafety (experimental and un-supported, disables cxx support)} {
+    configure.args-delete       --disable-threadsafe --enable-cxx
+    configure.args-append       --enable-threadsafe --disable-cxx
+}
+
 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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091114/4bb917a1/attachment.html>


More information about the macports-changes mailing list