diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-02-12 20:25:08 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-02-12 20:26:37 -0800 |
commit | 945af585e732e163757c4973d8a8e24eb993509f (patch) | |
tree | 46f507a05b6e8fac261df24630347b0f8a028ced /science/code_saturne | |
parent | 1714d756957bb737d20bfac4c728486c7e4f42fe (diff) | |
download | freebsd-ports-945af585e732e163757c4973d8a8e24eb993509f.zip |
science/PETSc: Change to 64-bit indices; Add METIS option
By default PETSc uses 32-bit indices.
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 f4c0d88a3ffc..cb86252933d8 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -1,7 +1,7 @@ PORTNAME= code_saturne PORTVERSION= 7.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science parallel MAINTAINER= thierry@FreeBSD.org |