Date: Wed, 10 Jan 2024 10:48:36 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7d74a7d452b4 - main - science/PETSc: update 3.20.2 =?utf-8?Q?=E2=86=92?= 3.20.3 Message-ID: <202401101048.40AAmamM079022@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d74a7d452b4e026894beb4633b418531e7ef424 commit 7d74a7d452b4e026894beb4633b418531e7ef424 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-10 10:11:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-10 10:48:26 +0000 science/PETSc: update 3.20.2 → 3.20.3 Reported by: portscout --- science/PETSc/Makefile | 6 +++--- science/PETSc/distinfo | 6 +++--- science/PETSc/pkg-plist | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/science/PETSc/Makefile b/science/PETSc/Makefile index 339fb923761a..f6b1204a0489 100644 --- a/science/PETSc/Makefile +++ b/science/PETSc/Makefile @@ -1,6 +1,5 @@ PORTNAME= PETSc -DISTVERSION= 3.20.2 -PORTREVISION= 1 +DISTVERSION= 3.20.3 CATEGORIES= science devel MASTER_SITES= http://web.cels.anl.gov/projects/petsc/download/release-snapshots/ # was: https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} @@ -13,7 +12,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cmake:devel/cmake-core -LIB_DEPENDS= libmpich.so:net/mpich +LIB_DEPENDS= libblis.so:math/blis \ + libmpich.so:net/mpich USES= blaslapack fortran gmake python shebangfix xorg GNU_CONFIGURE= yes diff --git a/science/PETSc/distinfo b/science/PETSc/distinfo index 9232c7f71843..21025687d19b 100644 --- a/science/PETSc/distinfo +++ b/science/PETSc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702280182 -SHA256 (petsc-3.20.2.tar.gz) = 2a2d08b5f0e3d0198dae2c42ce1fd036f25c153ef2bb4a2d320ca141ac7cd30b -SIZE (petsc-3.20.2.tar.gz) = 16975723 +TIMESTAMP = 1704878926 +SHA256 (petsc-3.20.3.tar.gz) = 75a94fb44df0512f51ad093fa784e56b61f51b7ead5956fbe49185c203f8c245 +SIZE (petsc-3.20.3.tar.gz) = 16970439 diff --git a/science/PETSc/pkg-plist b/science/PETSc/pkg-plist index 99d1e56f6fc4..2b8ebf7aa229 100644 --- a/science/PETSc/pkg-plist +++ b/science/PETSc/pkg-plist @@ -3811,6 +3811,7 @@ libdata/pkgconfig/petsc.pc %%DATADIR%%/examples/src/mat/tests/ex26.c %%DATADIR%%/examples/src/mat/tests/ex260.c %%DATADIR%%/examples/src/mat/tests/ex261.c +%%DATADIR%%/examples/src/mat/tests/ex262f.F90 %%DATADIR%%/examples/src/mat/tests/ex27.c %%DATADIR%%/examples/src/mat/tests/ex28.c %%DATADIR%%/examples/src/mat/tests/ex29.c @@ -4307,6 +4308,7 @@ libdata/pkgconfig/petsc.pc %%DATADIR%%/examples/src/mat/tests/output/ex259_1.out %%DATADIR%%/examples/src/mat/tests/output/ex259_2.out %%DATADIR%%/examples/src/mat/tests/output/ex25_1.out +%%DATADIR%%/examples/src/mat/tests/output/ex262f_1.out %%DATADIR%%/examples/src/mat/tests/output/ex26_1.out %%DATADIR%%/examples/src/mat/tests/output/ex26_2.out %%DATADIR%%/examples/src/mat/tests/output/ex27_1.out
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401101048.40AAmamM079022>