diff options
author | krion <krion@FreeBSD.org> | 2003-11-06 21:31:51 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-06 21:31:51 +0000 |
commit | 158f3ae71761cf21fe574470c56b233ba526e582 (patch) | |
tree | 98acfe3176173eac48880c0952a5fd5e6ab4eb33 /math/GiNaC | |
parent | 182a1a848c6a9f165b67fc70af8ce71c75b98640 (diff) | |
download | FreeBSD-ports-158f3ae71761cf21fe574470c56b233ba526e582.zip FreeBSD-ports-158f3ae71761cf21fe574470c56b233ba526e582.tar.gz |
- Update to version 1.1.5
PR: 59011
Submitted by: Ports Fury
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 2 | ||||
-rw-r--r-- | math/GiNaC/distinfo | 2 | ||||
-rw-r--r-- | math/GiNaC/files/patch-ginac::matrix.h | 18 | ||||
-rw-r--r-- | math/GiNaC/pkg-plist | 3 |
4 files changed, 22 insertions, 3 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 7675a07..6eef71d 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.5 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ diff --git a/math/GiNaC/distinfo b/math/GiNaC/distinfo index 8949e63..348fe2d 100644 --- a/math/GiNaC/distinfo +++ b/math/GiNaC/distinfo @@ -1 +1 @@ -MD5 (GiNaC-1.1.3.tar.bz2) = 4b3b5ea4ac9650d6bcd4708e43a3a532 +MD5 (GiNaC-1.1.5.tar.bz2) = 84d459db2dbc2c87963a91d9457f5773 diff --git a/math/GiNaC/files/patch-ginac::matrix.h b/math/GiNaC/files/patch-ginac::matrix.h new file mode 100644 index 0000000..35caec8 --- /dev/null +++ b/math/GiNaC/files/patch-ginac::matrix.h @@ -0,0 +1,18 @@ +--- ginac/matrix.h.orig Wed Oct 1 01:00:24 2003 ++++ ginac/matrix.h Thu Nov 6 13:30:18 2003 +@@ -100,6 +100,7 @@ + matrix(unsigned r, unsigned c, const exvector & m2); + matrix(unsigned r, unsigned c, const lst & l); + ++#if 0 + // First step of initialization of matrix with a comma-separated seqeuence + // of expressions. Subsequent steps are handled by matrix_init<>::operator,(). + matrix_init<ex, exvector::iterator> operator=(const ex & x) +@@ -107,6 +108,7 @@ + m[0] = x; + return matrix_init<ex, exvector::iterator>(++m.begin()); + } ++#endif + + // functions overriding virtual functions from base classes + public: diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist index 5ed98e4..b265d3e 100644 --- a/math/GiNaC/pkg-plist +++ b/math/GiNaC/pkg-plist @@ -8,6 +8,7 @@ include/ginac/basic.h include/ginac/clifford.h include/ginac/color.h include/ginac/constant.h +include/ginac/container_suppl.h include/ginac/ex.h include/ginac/expair.h include/ginac/expairseq.h @@ -43,6 +44,6 @@ include/ginac/wildcard.h lib/libginac.a lib/libginac.so lib/libginac-1.1.so -lib/libginac-1.1.so.3 +lib/libginac-1.1.so.5 share/aclocal/ginac.m4 @dirrm include/ginac |