mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
math/gambit: Update 16.0.1 -> 16.0.2
Reported by: portscout
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
# Created by: ijliao
|
||||
|
||||
PORTNAME= gambit
|
||||
DISTVERSION= 16.0.1
|
||||
PORTREVISION= 4
|
||||
DISTVERSION= 16.0.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1543682971
|
||||
SHA256 (gambit-16.0.1.tar.gz) = dbec0fc8c4cd3ad6b6a898a1330407fd7aa1bbac31ed94b6e96aa7e7196185f5
|
||||
SIZE (gambit-16.0.1.tar.gz) = 1802541
|
||||
TIMESTAMP = 1651430199
|
||||
SHA256 (gambit-16.0.2.tar.gz) = b3ac8acf03c9ed5e9127e635e867f67a5a006d242d2703631eb03dffd1ce1c75
|
||||
SIZE (gambit-16.0.2.tar.gz) = 1300553
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
--- library/src/linalg/btableau.cc.orig 2018-12-01 17:24:33 UTC
|
||||
+++ library/src/linalg/btableau.cc
|
||||
@@ -24,8 +24,7 @@
|
||||
#include "gambit/matrix.imp"
|
||||
#include "gambit/linalg/btableau.imp"
|
||||
|
||||
-using namespace Gambit;
|
||||
-using namespace Gambit::linalg;
|
||||
+namespace Gambit::linalg {
|
||||
|
||||
template class BaseTableau<double>;
|
||||
template class BaseTableau<Rational>;
|
||||
@@ -33,4 +32,4 @@ template class BaseTableau<Rational>;
|
||||
template class TableauInterface<double>;
|
||||
template class TableauInterface<Rational>;
|
||||
|
||||
-
|
||||
+}
|
||||
@@ -1,13 +0,0 @@
|
||||
--- library/src/linalg/lemketab.cc.orig 2018-12-01 17:13:48 UTC
|
||||
+++ library/src/linalg/lemketab.cc
|
||||
@@ -22,7 +22,9 @@
|
||||
|
||||
#include "gambit/linalg/lemketab.imp"
|
||||
|
||||
-using namespace Gambit::linalg;
|
||||
+namespace Gambit::linalg {
|
||||
|
||||
template class LemkeTableau<double>;
|
||||
template class LemkeTableau<Gambit::Rational>;
|
||||
+
|
||||
+}
|
||||
@@ -1,17 +0,0 @@
|
||||
--- library/src/linalg/lhtab.cc.orig 2018-12-01 17:29:54 UTC
|
||||
+++ library/src/linalg/lhtab.cc
|
||||
@@ -22,12 +22,11 @@
|
||||
|
||||
#include "gambit/linalg/lhtab.imp"
|
||||
|
||||
-using namespace Gambit;
|
||||
-using namespace Gambit::linalg;
|
||||
+namespace Gambit::linalg {
|
||||
|
||||
template class LHTableau<double>;
|
||||
template class LHTableau<Rational>;
|
||||
|
||||
-
|
||||
+}
|
||||
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
--- library/src/linalg/lptab.cc.orig 2017-05-12 11:07:26 UTC
|
||||
+++ library/src/linalg/lptab.cc
|
||||
@@ -22,8 +22,9 @@
|
||||
|
||||
#include "gambit/linalg/lptab.imp"
|
||||
|
||||
-using namespace Gambit;
|
||||
-using namespace Gambit::linalg;
|
||||
+namespace Gambit::linalg {
|
||||
|
||||
template class LPTableau<double>;
|
||||
template class LPTableau<Rational>;
|
||||
+
|
||||
+}
|
||||
@@ -1,17 +0,0 @@
|
||||
--- library/src/linalg/ludecomp.cc.orig 2017-05-12 11:07:26 UTC
|
||||
+++ library/src/linalg/ludecomp.cc
|
||||
@@ -22,11 +22,12 @@
|
||||
|
||||
#include "gambit/linalg/ludecomp.imp"
|
||||
|
||||
-using namespace Gambit;
|
||||
-using namespace Gambit::linalg;
|
||||
+namespace Gambit::linalg {
|
||||
|
||||
template class EtaMatrix<double>;
|
||||
template class LUdecomp<double>;
|
||||
|
||||
template class EtaMatrix<Rational>;
|
||||
template class LUdecomp<Rational>;
|
||||
+
|
||||
+}
|
||||
@@ -1,18 +0,0 @@
|
||||
--- library/src/matrix.cc.orig 2018-12-01 16:51:25 UTC
|
||||
+++ library/src/matrix.cc
|
||||
@@ -25,11 +25,15 @@
|
||||
|
||||
using namespace Gambit;
|
||||
|
||||
+namespace Gambit {
|
||||
+
|
||||
template class Matrix<double>;
|
||||
template class Matrix<Rational>;
|
||||
template class Matrix<Integer>;
|
||||
template class Matrix<int>;
|
||||
|
||||
+}
|
||||
+
|
||||
template Vector<double> Gambit::operator*(const Vector<double> &,
|
||||
const Matrix<double> &);
|
||||
template Vector<Rational> Gambit::operator*(const Vector<Rational> &,
|
||||
@@ -1,4 +1,3 @@
|
||||
bin/gambit
|
||||
bin/gambit-convert
|
||||
bin/gambit-enummixed
|
||||
bin/gambit-enumpoly
|
||||
@@ -10,50 +9,5 @@ bin/gambit-liap
|
||||
bin/gambit-logit
|
||||
bin/gambit-lp
|
||||
bin/gambit-simpdiv
|
||||
include/libagg/agg.h
|
||||
include/libagg/bagg.h
|
||||
include/libagg/gameagg.h
|
||||
include/libagg/gamebagg.h
|
||||
include/libagg/gray.h
|
||||
include/libagg/proj_func.h
|
||||
include/libagg/trie_map.h
|
||||
include/libagg/trie_map.imp
|
||||
include/libgambit/agg.h
|
||||
include/libgambit/array.h
|
||||
include/libgambit/bagg.h
|
||||
include/libgambit/behav.h
|
||||
include/libgambit/behav.imp
|
||||
include/libgambit/behavitr.h
|
||||
include/libgambit/behavspt.h
|
||||
include/libgambit/dvector.h
|
||||
include/libgambit/dvector.imp
|
||||
include/libgambit/function.h
|
||||
include/libgambit/gambit.h
|
||||
include/libgambit/game.h
|
||||
include/libgambit/gameagg.h
|
||||
include/libgambit/gamebagg.h
|
||||
include/libgambit/gray.h
|
||||
include/libgambit/integer.h
|
||||
include/libgambit/list.h
|
||||
include/libgambit/matrix.h
|
||||
include/libgambit/matrix.imp
|
||||
include/libgambit/mixed.h
|
||||
include/libgambit/mixed.imp
|
||||
include/libgambit/number.h
|
||||
include/libgambit/proj_func.h
|
||||
include/libgambit/pvector.h
|
||||
include/libgambit/pvector.imp
|
||||
include/libgambit/rational.h
|
||||
include/libgambit/recarray.h
|
||||
include/libgambit/shared_ptr.h
|
||||
include/libgambit/sqmatrix.h
|
||||
include/libgambit/sqmatrix.imp
|
||||
include/libgambit/stratitr.h
|
||||
include/libgambit/stratspt.h
|
||||
include/libgambit/tinyxml.h
|
||||
include/libgambit/trie_map.h
|
||||
include/libgambit/trie_map.imp
|
||||
include/libgambit/vector.h
|
||||
include/libgambit/vector.imp
|
||||
share/applications/gambit.desktop
|
||||
share/pixmaps/gambit.xpm
|
||||
|
||||
Reference in New Issue
Block a user