[89216] trunk/dports/math/opal-ml/Portfile
hum at macports.org
hum at macports.org
Sat Jan 21 03:42:13 PST 2012
Revision: 89216
http://trac.macports.org/changeset/89216
Author: hum at macports.org
Date: 2012-01-21 03:42:11 -0800 (Sat, 21 Jan 2012)
Log Message:
-----------
opal-ml: optimize CFLAGS; add a comment.
Modified Paths:
--------------
trunk/dports/math/opal-ml/Portfile
Modified: trunk/dports/math/opal-ml/Portfile
===================================================================
--- trunk/dports/math/opal-ml/Portfile 2012-01-21 11:36:57 UTC (rev 89215)
+++ trunk/dports/math/opal-ml/Portfile 2012-01-21 11:42:11 UTC (rev 89216)
@@ -4,8 +4,10 @@
PortSystem 1.0
# '-ml' stands for Machine Learning, which is appended in order to avoid conflict with devel/opal.
+# see http://lists.macosforge.org/pipermail/macports-dev/2012-January/017429.html and #32884.
name opal-ml
version 20111221
+revision 1
categories math
platforms darwin
maintainers hum openmaintainer
@@ -28,7 +30,7 @@
variant universal {}
build.args CC="${configure.cxx}" \
- CFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]"
+ CFLAGS="-Wall -DNDEBUG ${configure.cxxflags} [get_canonical_archflags cxx]"
destroot {
xinstall -m 755 -W ${worksrcpath} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120121/217ca758/attachment.html>
More information about the macports-changes
mailing list