[111829] trunk/dports/math/gnudatalanguage/Portfile
takeshi at macports.org
takeshi at macports.org
Wed Oct 2 18:03:14 PDT 2013
Revision: 111829
https://trac.macports.org/changeset/111829
Author: takeshi at macports.org
Date: 2013-10-02 18:03:14 -0700 (Wed, 02 Oct 2013)
Log Message:
-----------
gnudatalanguage: fixed a build bug due to a lack of eigen3 dependency. replaced ImageMagick with GraphicsMagick
Modified Paths:
--------------
trunk/dports/math/gnudatalanguage/Portfile
Modified: trunk/dports/math/gnudatalanguage/Portfile
===================================================================
--- trunk/dports/math/gnudatalanguage/Portfile 2013-10-03 00:38:23 UTC (rev 111828)
+++ trunk/dports/math/gnudatalanguage/Portfile 2013-10-03 01:03:14 UTC (rev 111829)
@@ -6,6 +6,7 @@
name gnudatalanguage
version 0.9.4
+revision 1
epoch 1
categories math science
maintainers takeshi
@@ -41,13 +42,14 @@
port:hdf5-18 \
port:grib_api \
port:libproj4 \
- port:ImageMagick \
+ port:GraphicsMagick \
port:xorg-libX11 \
port:udunits2 \
port:fftw-3 \
port:fftw-3-single \
port:cmsvlib \
- port:pslib
+ port:pslib \
+ port:eigen3
post-patch {
# Avoid using heimdal's broken fnmatch.h
@@ -55,8 +57,10 @@
reinplace "s|\.\./gshhs|gshhs|" ${worksrcpath}/src/gshhs.cpp
}
-configure.args-append -DFFTW=ON \
+configure.args-append -DEIGEN3DIR=${prefix} \
+ -DFFTW=ON \
-DFFTWDIR=${prefix} \
+ -DGRAPHICSMAGICK=${prefix} \
-DGRIB=ON \
-DGRIBDIR=${prefix} \
-DGSHHS=OFF \
@@ -69,12 +73,7 @@
-DJPEGDIR=${prefix} \
-DLIBPROJ4=ON \
-DLIBPROJ4DIR=${prefix} \
- -DMAGICK=ON \
- -DMAGICKDIR=${prefix} \
- -DImageMagick_INCLUDE_DIRS=${prefix}/include/ImageMagick-6 \
- -DImageMagick_Magick++_LIBRARY=${prefix}/lib/libMagick++-6.Q16.dylib \
- -DImageMagick_MagickCore_LIBRARY=${prefix}/lib/libMagickCore-6.Q16.dylib \
- -DImageMagick_MagickWand_LIBRARY=${prefix}/lib/libMagickWand-6.Q16.dylib \
+ -DMAGICK=OFF \
-DMPICH=OFF \
-DNCURSESDIR=${prefix} \
-DNETCDF=ON \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131002/ee7d4aed/attachment.html>
More information about the macports-changes
mailing list