[148457] trunk/dports/math/GiNaC

mps at macports.org mps at macports.org
Mon May 9 16:11:20 PDT 2016


Revision: 148457
          https://trac.macports.org/changeset/148457
Author:   mps at macports.org
Date:     2016-05-09 16:11:19 -0700 (Mon, 09 May 2016)
Log Message:
-----------
GiNaC: upgrade to version 1.7.0.

Modified Paths:
--------------
    trunk/dports/math/GiNaC/Portfile

Removed Paths:
-------------
    trunk/dports/math/GiNaC/files/

Modified: trunk/dports/math/GiNaC/Portfile
===================================================================
--- trunk/dports/math/GiNaC/Portfile	2016-05-09 22:51:53 UTC (rev 148456)
+++ trunk/dports/math/GiNaC/Portfile	2016-05-09 23:11:19 UTC (rev 148457)
@@ -4,11 +4,11 @@
 PortSystem 1.0
 
 name            GiNaC
-version         1.6.7
+version         1.7.0
 categories      math
 platforms       darwin
 license         GPL-2
-maintainers     gmail.com:mschamschula openmaintainer
+maintainers     mps openmaintainer
 description     GiNaC is Not a Computer algebra system
 long_description \
     Currently, GiNaC's capabilities include: \
@@ -37,17 +37,20 @@
 homepage        http://www.ginac.de/
 master_sites    ${homepage}
 
-checksums       rmd160  fde2330b8839f8fcb1593a2bcef9445f03b6871a \
-                sha256  cea5971b552372017ea654c025adb44d5f1b3e3ce0a739da2fe95189572b85db
+checksums       rmd160  d5bcf0e295be98985e1ebd2238de33cb28a03ac7 \
+                sha256  ac9aa202b8b9683175a40b7a4d55f28616225291a4e2cbfe71378e0d02c944bd
 
 depends_build   port:pkgconfig
 depends_lib     port:readline \
                 port:cln
 
-#patches for clang++/libc++; do not seem to hurt on g++/libstdc++
+post-configure {
+	reinplace "s:deprecated:GiNaC_deprecated:g" \
+		      ${worksrcpath}/ginac/compiler.h \
+		      ${worksrcpath}/ginac/container.h \
+		      ${worksrcpath}/ginac/matrix.h
+}
 
-patchfiles      patch-check_exam_clifford.cpp.diff
-
 test.run        yes
 test.target     check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160509/cc31030b/attachment.html>


More information about the macports-changes mailing list