[143924] trunk/dports/math/gringo/Portfile
khindenburg at macports.org
khindenburg at macports.org
Sun Dec 27 08:24:11 PST 2015
Revision: 143924
https://trac.macports.org/changeset/143924
Author: khindenburg at macports.org
Date: 2015-12-27 08:24:11 -0800 (Sun, 27 Dec 2015)
Log Message:
-----------
gringo: update to 4.5.4; add building reify #50090
Modified Paths:
--------------
trunk/dports/math/gringo/Portfile
Modified: trunk/dports/math/gringo/Portfile
===================================================================
--- trunk/dports/math/gringo/Portfile 2015-12-27 16:03:51 UTC (rev 143923)
+++ trunk/dports/math/gringo/Portfile 2015-12-27 16:24:11 UTC (rev 143924)
@@ -4,7 +4,7 @@
PortGroup cxx11 1.0
name gringo
-version 4.4.0
+version 4.5.4
categories math devel
platforms darwin
maintainers mww openmaintainer
@@ -20,8 +20,8 @@
distname ${name}-${version}-source
-checksums rmd160 4619eb5814a54bd8f25b1d824ebf35a5c165d905 \
- sha256 49b2ddc78f568a12530c780a29bb7f57b656556f0840c5e9ada4f207913dde5e
+checksums rmd160 3a8c7615a4649958e67a93a44d8917df6b032868 \
+ sha256 81f8bbbb1b06236778028e5f1b8627ee38a712ec708724112fb08aecf9bc649a
depends_build port:scons port:re2c port:bison
depends_lib port:boost
@@ -34,16 +34,16 @@
variant universal {}
build.cmd ${prefix}/bin/scons
-build.target gringo clingo
+build.target gringo clingo reify
build.args --build-dir=release \
CXX="${configure.cxx} [get_canonical_archflags cxx]"
destroot {
xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} \
${destroot}${prefix}/bin
- xinstall -m 0755 -W ${worksrcpath}/build/release clingo gringo \
+ xinstall -m 0755 -W ${worksrcpath}/build/release clingo gringo reify \
${destroot}${prefix}/bin
- xinstall -m 644 -W ${worksrcpath} CHANGES README COPYING NOTES INSTALL \
+ xinstall -m 644 -W ${worksrcpath} CHANGES README COPYING INSTALL \
${destroot}${prefix}/share/doc/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151227/72b391fa/attachment.html>
More information about the macports-changes
mailing list