diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2025-07-03 11:47:18 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-07-03 11:47:18 +0200 |
commit | d9945408bf5476a7fca647080eab059984e8b2ec (patch) | |
tree | 03599377529b5c7c25b7f1ad7c9c352537317767 | |
parent | math/blis: upgrade BLIS to 2.0 (diff) |
*/*: chase the upgrade of BLIS to 2.0
-rw-r--r-- | math/deal.ii/Makefile | 2 | ||||
-rw-r--r-- | math/flexiblas/Makefile | 1 | ||||
-rw-r--r-- | math/slepc/Makefile | 2 | ||||
-rw-r--r-- | misc/py-pytorch/Makefile | 1 | ||||
-rw-r--r-- | misc/pytorch/Makefile | 2 | ||||
-rw-r--r-- | science/PETSc/Makefile | 1 | ||||
-rw-r--r-- | science/elk/Makefile | 2 |
7 files changed, 7 insertions, 4 deletions
diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile index ed127a19e64a..927ddbcbbc42 100644 --- a/math/deal.ii/Makefile +++ b/math/deal.ii/Makefile @@ -1,6 +1,6 @@ PORTNAME= deal.II DISTVERSION= 9.6.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= https://github.com/dealii/dealii/releases/download/v${DISTVERSION}/ DISTNAME= dealii-${DISTVERSION} diff --git a/math/flexiblas/Makefile b/math/flexiblas/Makefile index 9f21632def84..b525436e905b 100644 --- a/math/flexiblas/Makefile +++ b/math/flexiblas/Makefile @@ -1,5 +1,6 @@ PORTNAME= flexiblas PORTVERSION= 3.4.5 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math #MASTER_SITES= https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/ diff --git a/math/slepc/Makefile b/math/slepc/Makefile index 2d7c04e4a2a2..862edc2e9c16 100644 --- a/math/slepc/Makefile +++ b/math/slepc/Makefile @@ -1,6 +1,6 @@ PORTNAME= slepc DISTVERSION= 3.22.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math devel MASTER_SITES= http://slepc.upv.es/download/distrib/ diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile index 2bf97ee11be6..4b20c667b5c1 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -1,6 +1,7 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v DISTVERSION= 2.7.1 +PORTREVISION= 1 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile index 8121dbec7d1e..ebacf295b966 100644 --- a/misc/pytorch/Makefile +++ b/misc/pytorch/Makefile @@ -1,7 +1,7 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v DISTVERSION= 2.4.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ DIST_SUBDIR= ${PORTNAME} diff --git a/science/PETSc/Makefile b/science/PETSc/Makefile index 4684b21a9b24..b7ab3e403b9f 100644 --- a/science/PETSc/Makefile +++ b/science/PETSc/Makefile @@ -1,5 +1,6 @@ PORTNAME= PETSc DISTVERSION= 3.22.4 +PORTREVISION= 1 CATEGORIES= science devel MASTER_SITES= https://web.cels.anl.gov/projects/petsc/download/release-snapshots/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} diff --git a/science/elk/Makefile b/science/elk/Makefile index a092be431179..3901d4ab49f2 100644 --- a/science/elk/Makefile +++ b/science/elk/Makefile @@ -1,6 +1,6 @@ PORTNAME= elk DISTVERSION= 10.3.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= SF/${PORTNAME} PKGNAMESUFFIX= -chemistry |