[93321] trunk/dports/gis/gdal/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun May 20 02:19:02 PDT 2012
On May 19, 2012, at 23:40, mmoll at macports.org wrote:
> Revision: 93321
> https://trac.macports.org/changeset/93321
> Author: mmoll at macports.org
> Date: 2012-05-19 21:40:45 -0700 (Sat, 19 May 2012)
> Log Message:
> -----------
> gdal: revbump to force re-build against hdf5-18 v1.8.9
>
> Modified Paths:
> --------------
> trunk/dports/gis/gdal/Portfile
>
> Modified: trunk/dports/gis/gdal/Portfile
> ===================================================================
> --- trunk/dports/gis/gdal/Portfile 2012-05-20 04:22:39 UTC (rev 93320)
> +++ trunk/dports/gis/gdal/Portfile 2012-05-20 04:40:45 UTC (rev 93321)
> @@ -3,6 +3,7 @@
> PortSystem 1.0
> name gdal
> version 1.9.0
> +revision 1
> maintainers gmail.com:seanasy
> platforms darwin
> license MIT BSD
> @@ -28,6 +29,7 @@
> set PYINST ""
> set OPENCLBASE "/System/Library/Frameworks/OpenCL.framework/"
>
> +configure.env-append CPPFLAGS=-I/opt/local/include/openmpi LDFLAGS='-L/opt/local/lib -lmpi_cxx -lmpi'
If these directives are needed, they need to use ${prefix}, not /opt/local. (They weren't mentioned in the commit message; were they for debugging and left in by mistake?)
More information about the macports-dev
mailing list