[130202] trunk/dports/science/h5utils/Portfile
sean at macports.org
sean at macports.org
Sun Dec 28 12:44:17 PST 2014
Revision: 130202
https://trac.macports.org/changeset/130202
Author: sean at macports.org
Date: 2014-12-28 12:44:17 -0800 (Sun, 28 Dec 2014)
Log Message:
-----------
h5utils: use mpi portgroup; fixes #46140
Modified Paths:
--------------
trunk/dports/science/h5utils/Portfile
Modified: trunk/dports/science/h5utils/Portfile
===================================================================
--- trunk/dports/science/h5utils/Portfile 2014-12-28 20:44:12 UTC (rev 130201)
+++ trunk/dports/science/h5utils/Portfile 2014-12-28 20:44:17 UTC (rev 130202)
@@ -2,13 +2,14 @@
# $Id$
PortSystem 1.0
+PortGroup mpi 1.0
name h5utils
version 1.12.1
revision 7
categories science
platforms darwin
-maintainers ece.pdx.edu:higginja
+maintainers ece.pdx.edu:higginja openmaintainer
license {MIT GPL-2+}
description visualization of HDF5 data files
@@ -27,14 +28,25 @@
rmd160 f7d1d1b9254e5946c382fad2bd5ffc41e238860d
depends_lib port:hdf5 \
- port:hdf4 \
port:libpng \
port:libmatheval
patchfiles patch-writepng.c
-configure.args --without-octave
+configure.args --without-octave \
+ --without-v5d \
+ --without-hdf4
+compilers.choose cc
+mpi.setup
+mpi.enforce_variant hdf5
+
+
livecheck.type regex
livecheck.url http://ab-initio.mit.edu/wiki/index.php/H5utils
livecheck.regex {The latest version is h5utils ([0-9.]+),}
+
+variant hdf4 description {enable support for hdf4} {
+ depends_lib-append port:hdf4
+ configure.args-append --with-hdf4
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141228/7a6a89c6/attachment-0001.html>
More information about the macports-changes
mailing list