[127634] trunk/dports/science/Gyoto/Portfile
thibaut at macports.org
thibaut at macports.org
Thu Oct 30 16:42:42 PDT 2014
Revision: 127634
https://trac.macports.org/changeset/127634
Author: thibaut at macports.org
Date: 2014-10-30 16:42:41 -0700 (Thu, 30 Oct 2014)
Log Message:
-----------
Gyoto: update to 0.2.3, allow parallel builds, depend on boost, patch yorick/Makefile.in
Modified Paths:
--------------
trunk/dports/science/Gyoto/Portfile
Modified: trunk/dports/science/Gyoto/Portfile
===================================================================
--- trunk/dports/science/Gyoto/Portfile 2014-10-30 23:12:54 UTC (rev 127633)
+++ trunk/dports/science/Gyoto/Portfile 2014-10-30 23:42:41 UTC (rev 127634)
@@ -4,7 +4,7 @@
PortSystem 1.0
PortGroup github 1.0
-github.setup gyoto Gyoto 0.1.0
+github.setup gyoto Gyoto 0.2.3
license GPL-3+
categories science yorick
platforms darwin
@@ -17,12 +17,13 @@
language. Gyoto can be extended with plug-ins.
homepage http://gyoto.obspm.fr
-checksums rmd160 f80ab4181f1807e23859492b18401e362ca785fa \
- sha256 6c1c7da1ac77975917063b1db3cf28f696b0f44573e6bc115a4ee0f6379b52f7
+checksums rmd160 bd26e736a4589e3d4d145b7014c6e8c86af42588 \
+ sha256 ffb29ed6e495dbcd930dcb7f2c1a633958ae788b189dded62c242a19d60c8630
depends_lib port:cfitsio \
port:xercesc3 \
port:udunits2 \
+ port:boost \
path:bin/yorick:yorick
depends_run port:yorick-yutils \
@@ -31,12 +32,15 @@
# yorick is not universal
universal_variant no
+post-patch {
+ reinplace "s|-L../lib |-L../lib/.libs |" \
+ ${worksrcpath}/yorick/Makefile.in
+}
+
+
configure.args --with-yorick=${prefix}/bin/yorick --without-lorene --with-xerces --disable-doc --with-cfitsio \
--with-udunits-inc=${prefix}/include/udunits2/ --with-udunits-lib=-L${prefix}/lib/
-# parallel builds fail
-use_parallel_build no
-
build.args-append Y_CFLAGS="${configure.cxxflags}" Y_CPPFLAGS="${configure.cppflags}" CC="${configure.cc}" COPT_DEFAULT="" Y_LDFLAGS="${configure.ldflags}"
test.target check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141030/a9ab1e48/attachment.html>
More information about the macports-changes
mailing list