diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2024-01-01 12:49:51 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2024-01-01 12:49:51 +0100 |
commit | f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd (patch) | |
tree | 56ecfb00dbda72ecd7ac90190f27ee65820a2e8b /science/code_saturne | |
parent | cc1715e889fd1210a2051cd6a22e3e3eaca18dce (diff) | |
download | freebsd-ports-f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd.zip |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860
Diffstat (limited to 'science/code_saturne')
-rw-r--r-- | science/code_saturne/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index 42b5e635aa30..1a0f0f4b749a 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -1,6 +1,6 @@ PORTNAME= code_saturne PORTVERSION= 8.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science parallel MASTER_SITES= https://www.code-saturne.org/releases/ |