aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2023-12-10 10:21:09 +0000
committerThierry Thomas <thierry@FreeBSD.org>2023-12-10 10:23:11 +0000
commit843da99a87b4c6b3953bcd4153ed1212636783c9 (patch)
tree4a1bc5e7fef6176cbfc3e17c3f44f61c2e783986 /math
parent73c6d8942b4be132644c669f5970a9b856dcee48 (diff)
downloadports-843da99a87b4c6b3953bcd4153ed1212636783c9.tar.gz
ports-843da99a87b4c6b3953bcd4153ed1212636783c9.zip
Diffstat (limited to 'math')
-rw-r--r--math/arpack-ng/Makefile1
-rw-r--r--math/blacs/Makefile2
-rw-r--r--math/blocksolve95/Makefile2
-rw-r--r--math/combblas/Makefile2
-rw-r--r--math/costa/Makefile2
-rw-r--r--math/deal.ii/Makefile2
-rw-r--r--math/dihydrogen/Makefile2
-rw-r--r--math/hydrogen/Makefile1
-rw-r--r--math/kahip/Makefile1
-rw-r--r--math/libmesh/Makefile2
-rw-r--r--math/mfem/Makefile2
-rw-r--r--math/ntpoly/Makefile1
-rw-r--r--math/petiga/Makefile2
-rw-r--r--math/py-petsc4py/Makefile1
-rw-r--r--math/py-slepc4py/Makefile1
-rw-r--r--math/scalapack/Makefile2
-rw-r--r--math/scalapackfx/Makefile1
-rw-r--r--math/scorec-core/Makefile2
-rw-r--r--math/slepc/Makefile1
-rw-r--r--math/spfft/Makefile2
-rw-r--r--math/spla/Makefile1
-rw-r--r--math/spooles/Makefile2
-rw-r--r--math/sprng/Makefile2
-rw-r--r--math/sundials/Makefile2
-rw-r--r--math/superlu-dist/Makefile1
25 files changed, 25 insertions, 15 deletions
diff --git a/math/arpack-ng/Makefile b/math/arpack-ng/Makefile
index 31271bf4d010..9d7632f3b68b 100644
--- a/math/arpack-ng/Makefile
+++ b/math/arpack-ng/Makefile
@@ -1,5 +1,6 @@
PORTNAME= arpack-ng
DISTVERSION= 3.9.1
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/blacs/Makefile b/math/blacs/Makefile
index 8439b16591ad..e3a994b16f3f 100644
--- a/math/blacs/Makefile
+++ b/math/blacs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= blacs
PORTVERSION= 1.7
-PORTREVISION= 39
+PORTREVISION= 40
CATEGORIES= math
MASTER_SITES= NETLIB/blacs
DISTNAME= BLACS
diff --git a/math/blocksolve95/Makefile b/math/blocksolve95/Makefile
index 5be7aba8b771..26a1f7c84d11 100644
--- a/math/blocksolve95/Makefile
+++ b/math/blocksolve95/Makefile
@@ -1,6 +1,6 @@
PORTNAME= blocksolve95
PORTVERSION= 3.0
-PORTREVISION= 27
+PORTREVISION= 28
CATEGORIES= math parallel
MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/BlockSolve95/ \
http://ftp.mcs.anl.gov/pub/BlockSolve95/
diff --git a/math/combblas/Makefile b/math/combblas/Makefile
index 221ffe5cca9f..a1cae68fdf34 100644
--- a/math/combblas/Makefile
+++ b/math/combblas/Makefile
@@ -1,7 +1,7 @@
PORTNAME= CombBLAS
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0
-PORTREVISION= 1
+PORTREVISION= 2
MASTER_SITES= https://portal.nersc.gov/project/m1982/CombBLAS/:test_data
CATEGORIES= math
DISTFILES= testdata_combblas1.6.1.tgz:test_data
diff --git a/math/costa/Makefile b/math/costa/Makefile
index faacce60caf3..ca0226717fce 100644
--- a/math/costa/Makefile
+++ b/math/costa/Makefile
@@ -1,7 +1,7 @@
PORTNAME= costa
DISTVERSIONPREFIX= v
DISTVERSION= 2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile
index 156368225731..b36cd05450d9 100644
--- a/math/deal.ii/Makefile
+++ b/math/deal.ii/Makefile
@@ -1,6 +1,6 @@
PORTNAME= deal.II
DISTVERSION= 9.5.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= https://github.com/dealii/dealii/releases/download/v${DISTVERSION}/
DISTNAME= dealii-${DISTVERSION}
diff --git a/math/dihydrogen/Makefile b/math/dihydrogen/Makefile
index 331c6168980b..a703649e097c 100644
--- a/math/dihydrogen/Makefile
+++ b/math/dihydrogen/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dihydrogen
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.1-36
-PORTREVISION= 3
+PORTREVISION= 4
DISTVERSIONSUFFIX= -g4bda15e
CATEGORIES= math
diff --git a/math/hydrogen/Makefile b/math/hydrogen/Makefile
index aee1626de415..58c6de653f4b 100644
--- a/math/hydrogen/Makefile
+++ b/math/hydrogen/Makefile
@@ -1,6 +1,7 @@
PORTNAME= hydrogen
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.3
+PORTREVISION= 1
CATEGORIES= math
PKGNAMESUFFIX= -linear-algebra
diff --git a/math/kahip/Makefile b/math/kahip/Makefile
index dd7fc6167e3b..3c76908a0abc 100644
--- a/math/kahip/Makefile
+++ b/math/kahip/Makefile
@@ -1,6 +1,7 @@
PORTNAME= kahip
DISTVERSIONPREFIX= v
DISTVERSION= 3.15
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/libmesh/Makefile b/math/libmesh/Makefile
index d130a2606ae1..4d11d7df7239 100644
--- a/math/libmesh/Makefile
+++ b/math/libmesh/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libmesh
DISTVERSION= 1.7.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MASTER_SITES= https://github.com/libMesh/${PORTNAME}/releases/download/v${DISTVERSION}/
diff --git a/math/mfem/Makefile b/math/mfem/Makefile
index fa164cc17a23..fee19a30aa87 100644
--- a/math/mfem/Makefile
+++ b/math/mfem/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mfem
DISTVERSIONPREFIX= v
DISTVERSION= 4.4
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/ntpoly/Makefile b/math/ntpoly/Makefile
index 7156d0481175..383f6e95fc25 100644
--- a/math/ntpoly/Makefile
+++ b/math/ntpoly/Makefile
@@ -1,6 +1,7 @@
PORTNAME= NTPoly
DISTVERSIONPREFIX= ${PORTNAME:tl}-v
DISTVERSION= 3.0.0
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= thierry@FreeBSD.org
diff --git a/math/petiga/Makefile b/math/petiga/Makefile
index c96633aaf5bf..f35b6466ac3f 100644
--- a/math/petiga/Makefile
+++ b/math/petiga/Makefile
@@ -1,6 +1,6 @@
PORTNAME= petiga
DISTVERSION= g20221208
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math python
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/py-petsc4py/Makefile b/math/py-petsc4py/Makefile
index db88209ed0fd..d3cc7fd200c3 100644
--- a/math/py-petsc4py/Makefile
+++ b/math/py-petsc4py/Makefile
@@ -1,5 +1,6 @@
PORTNAME= petsc4py
DISTVERSION= 3.20.1
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-slepc4py/Makefile b/math/py-slepc4py/Makefile
index 0e41e2c19c6d..e63b4f8b3fad 100644
--- a/math/py-slepc4py/Makefile
+++ b/math/py-slepc4py/Makefile
@@ -1,5 +1,6 @@
PORTNAME= slepc4py
DISTVERSION= 3.20.0
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/scalapack/Makefile b/math/scalapack/Makefile
index 05a2ba25af9c..f8ac03ad6057 100644
--- a/math/scalapack/Makefile
+++ b/math/scalapack/Makefile
@@ -1,6 +1,6 @@
PORTNAME= scalapack
PORTVERSION= 2.2.0
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= math
diff --git a/math/scalapackfx/Makefile b/math/scalapackfx/Makefile
index a8b52cc9ab22..e290f922b87e 100644
--- a/math/scalapackfx/Makefile
+++ b/math/scalapackfx/Makefile
@@ -1,5 +1,6 @@
PORTNAME= scalapackfx
DISTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/scorec-core/Makefile b/math/scorec-core/Makefile
index 6a770e3d08a7..d248c21bc80e 100644
--- a/math/scorec-core/Makefile
+++ b/math/scorec-core/Makefile
@@ -1,7 +1,7 @@
PORTNAME= scorec-core
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.7-55
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONSUFFIX= -g83113372
CATEGORIES= math
diff --git a/math/slepc/Makefile b/math/slepc/Makefile
index 976c259eb582..a03474da03dc 100644
--- a/math/slepc/Makefile
+++ b/math/slepc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= slepc
DISTVERSION= 3.20.0
+PORTREVISION= 1
CATEGORIES= math devel
MASTER_SITES= http://slepc.upv.es/download/distrib/
diff --git a/math/spfft/Makefile b/math/spfft/Makefile
index f7ab099dc6d1..e475928de7d7 100644
--- a/math/spfft/Makefile
+++ b/math/spfft/Makefile
@@ -1,7 +1,7 @@
PORTNAME= spfft
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/spla/Makefile b/math/spla/Makefile
index db53b27968f1..3d3706315d2a 100644
--- a/math/spla/Makefile
+++ b/math/spla/Makefile
@@ -1,6 +1,7 @@
PORTNAME= spla
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.5
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/spooles/Makefile b/math/spooles/Makefile
index c8b002c4e35b..3dc9dcc7ab0c 100644
--- a/math/spooles/Makefile
+++ b/math/spooles/Makefile
@@ -1,6 +1,6 @@
PORTNAME= spooles
PORTVERSION= 2.2
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= math
MASTER_SITES= NETLIB/linalg/spooles
.ifdef WITH_MPI
diff --git a/math/sprng/Makefile b/math/sprng/Makefile
index 32efedec5e19..3ee83905b18e 100644
--- a/math/sprng/Makefile
+++ b/math/sprng/Makefile
@@ -1,6 +1,6 @@
PORTNAME= SPRNG
PORTVERSION= 5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math science
MASTER_SITES= http://www.sprng.org/Version${PORTVERSION}/
DISTNAME= ${PORTNAME:tl}${PORTVERSION:R}
diff --git a/math/sundials/Makefile b/math/sundials/Makefile
index 43849f376992..e9d7c0f66bdc 100644
--- a/math/sundials/Makefile
+++ b/math/sundials/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sundials
DISTVERSION= 6.6.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= https://github.com/LLNL/sundials/releases/download/v${DISTVERSION}/
diff --git a/math/superlu-dist/Makefile b/math/superlu-dist/Makefile
index 5161b42d8587..56eb7eae7896 100644
--- a/math/superlu-dist/Makefile
+++ b/math/superlu-dist/Makefile
@@ -1,6 +1,7 @@
PORTNAME= superlu-dist
DISTVERSIONPREFIX= v
DISTVERSION= 8.2.1
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org