mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to version 1.1.5
PR: 59011 Submitted by: Ports Fury
This commit is contained in:
parent
53331551bd
commit
59945d20c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93254
@ -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/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (GiNaC-1.1.3.tar.bz2) = 4b3b5ea4ac9650d6bcd4708e43a3a532
|
||||
MD5 (GiNaC-1.1.5.tar.bz2) = 84d459db2dbc2c87963a91d9457f5773
|
||||
|
18
math/GiNaC/files/patch-ginac::matrix.h
Normal file
18
math/GiNaC/files/patch-ginac::matrix.h
Normal file
@ -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:
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user