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

sean at macports.org sean at macports.org
Tue Jun 10 03:50:17 PDT 2014


Revision: 120861
          https://trac.macports.org/changeset/120861
Author:   sean at macports.org
Date:     2014-06-10 03:50:17 -0700 (Tue, 10 Jun 2014)
Log Message:
-----------
petsc: prevent opportunistic linking with x11 and add build dependencies

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

Modified: trunk/dports/math/petsc/Portfile
===================================================================
--- trunk/dports/math/petsc/Portfile	2014-06-10 10:50:12 UTC (rev 120860)
+++ trunk/dports/math/petsc/Portfile	2014-06-10 10:50:17 UTC (rev 120861)
@@ -8,7 +8,7 @@
 mpi.setup
 
 bitbucket.setup     petsc petsc 3.4.4 v
-revision            1
+revision            2
 categories          math science
 maintainers         sean
 description         Portable, Extensible Toolkit for Scientific Computation
@@ -25,7 +25,9 @@
 
 use_parallel_build  no
 
-depends_build       port:cmake
+depends_build-append \
+                    port:cmake \
+                    port:sowing
 
 pre-configure {
     configure.args-append \
@@ -37,7 +39,8 @@
         --FOPTFLAGS="${configure.optflags}" \
         --LDFLAGS="${configure.ldflags}" \
         --CFLAGS="${configure.cflags}" \
-        --CXXFLAGS="${configure.cxxflags}"
+        --CXXFLAGS="${configure.cxxflags}" \
+        --without-x
 
     if {[mpi_variant_isset]} {
         configure.args-delete --with-mpi=0 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140610/b4e87192/attachment.html>


More information about the macports-changes mailing list