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

sean at macports.org sean at macports.org
Mon Apr 6 22:25:01 PDT 2015


Revision: 134777
          https://trac.macports.org/changeset/134777
Author:   sean at macports.org
Date:     2015-04-06 22:25:01 -0700 (Mon, 06 Apr 2015)
Log Message:
-----------
petsc: add missing require of hdf5 for netcdf

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

Modified: trunk/dports/math/petsc/Portfile
===================================================================
--- trunk/dports/math/petsc/Portfile	2015-04-07 05:24:59 UTC (rev 134776)
+++ trunk/dports/math/petsc/Portfile	2015-04-07 05:25:01 UTC (rev 134777)
@@ -170,7 +170,7 @@
     mpi.enforce_variant   hdf5
 }
 
-variant netcdf description {Build with NetCDF interface for parallel file io} {
+variant netcdf description {Build with NetCDF interface for parallel file io} requires hdf5 {
     depends_lib-append    port:netcdf
     configure.args-append --with-netcdf-dir=${prefix}
     mpi.enforce_variant   netcdf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150406/7c4930b8/attachment.html>


More information about the macports-changes mailing list