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

jochen at macports.org jochen at macports.org
Thu Jul 16 01:39:14 PDT 2009


Revision: 53896
          http://trac.macports.org/changeset/53896
Author:   jochen at macports.org
Date:     2009-07-16 01:39:13 -0700 (Thu, 16 Jul 2009)
Log Message:
-----------
provide experimental option for a threadsafe build

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

Modified: trunk/dports/science/hdf5-18/Portfile
===================================================================
--- trunk/dports/science/hdf5-18/Portfile	2009-07-16 08:37:49 UTC (rev 53895)
+++ trunk/dports/science/hdf5-18/Portfile	2009-07-16 08:39:13 UTC (rev 53896)
@@ -35,6 +35,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.check     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/20090716/fcfb0faf/attachment.html>


More information about the macports-changes mailing list