[70226] trunk/dports/math/petsc/Portfile

mmoll at macports.org mmoll at macports.org
Mon Aug 2 14:03:24 PDT 2010


Revision: 70226
          http://trac.macports.org/changeset/70226
Author:   mmoll at macports.org
Date:     2010-08-02 14:03:24 -0700 (Mon, 02 Aug 2010)
Log Message:
-----------
Port math/petsc: add debug variant

Modified Paths:
--------------
    trunk/dports/math/petsc/Portfile

Modified: trunk/dports/math/petsc/Portfile
===================================================================
--- trunk/dports/math/petsc/Portfile	2010-08-02 20:19:27 UTC (rev 70225)
+++ trunk/dports/math/petsc/Portfile	2010-08-02 21:03:24 UTC (rev 70226)
@@ -58,6 +58,11 @@
     depends_lib-append	port:triangle
 }
 
+variant debug description {build with debug support} {
+    configure.args-delete   --with-debugging=0
+    configure.args-append   --with-debugging=1
+}
+
 post-activate {
     ui_msg "******************************************************"
     ui_msg "* Add the following line to your .bash_profile if you "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100802/9e4f98af/attachment.html>


More information about the macports-changes mailing list