Revision: 147524 https://trac.macports.org/changeset/147524 Author: khindenburg@macports.org Date: 2016-04-06 18:22:47 -0700 (Wed, 06 Apr 2016) Log Message: ----------- mathgl: Add cflag to give backwards compatibility with the hdf5 1.8.x API; maintainer #51075 Modified Paths: -------------- trunk/dports/math/mathgl/Portfile Modified: trunk/dports/math/mathgl/Portfile =================================================================== --- trunk/dports/math/mathgl/Portfile 2016-04-07 00:43:26 UTC (rev 147523) +++ trunk/dports/math/mathgl/Portfile 2016-04-07 01:22:47 UTC (rev 147524) @@ -6,7 +6,7 @@ name mathgl version 2.3.4 -revision 1 +revision 2 categories math license GPL-3 maintainers gmail.com:mschamschula openmaintainer @@ -37,6 +37,9 @@ -Denable-hdf5=ON \ -Denable-openmp=OFF +configure.cflags-append \ + -DH5_USE_18_API + livecheck.type regex livecheck.url ${homepage}/doc_en/Download.html livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
participants (1)
-
khindenburg@macports.org