[48494] trunk/dports/math/petsc/Portfile
mmoll at macports.org
mmoll at macports.org
Mon Mar 23 13:41:53 PDT 2009
Revision: 48494
http://trac.macports.org/changeset/48494
Author: mmoll at macports.org
Date: 2009-03-23 13:41:52 -0700 (Mon, 23 Mar 2009)
Log Message:
-----------
petsc didn't pass configure stage without disabling fortran support. this didn't use to fail.
Modified Paths:
--------------
trunk/dports/math/petsc/Portfile
Modified: trunk/dports/math/petsc/Portfile
===================================================================
--- trunk/dports/math/petsc/Portfile 2009-03-23 20:20:35 UTC (rev 48493)
+++ trunk/dports/math/petsc/Portfile 2009-03-23 20:41:52 UTC (rev 48494)
@@ -30,6 +30,7 @@
--prefix=${prefix}/lib/petsc \
--with-cc=${prefix}/bin/openmpicc \
--with-cxx=${prefix}/bin/openmpicxx \
+ --without-fortran \
COPTFLAGS=-O3 CXXOPTFLAGS=-O3 FOPTFLAGS=-O3
build.env PETSC_DIR=${worksrcpath} PETSC_ARCH=darwin
destroot.env PETSC_DIR=${worksrcpath} PETSC_ARCH=darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090323/5a4728eb/attachment.html>
More information about the macports-changes
mailing list