git: 8184ab8ecdb8 - main - science/PETSc: Correction
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Dec 2024 16:48:41 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8184ab8ecdb8284d8e0cab22d3b2baa1ad21ce12 commit 8184ab8ecdb8284d8e0cab22d3b2baa1ad21ce12 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-12 16:47:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-12 16:48:39 +0000 science/PETSc: Correction Reported by: Piotr Kubaj <pkubaj@anongoth.pl> --- science/PETSc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/PETSc/Makefile b/science/PETSc/Makefile index 1da1a7f92aec..cfcfdcc9da55 100644 --- a/science/PETSc/Makefile +++ b/science/PETSc/Makefile @@ -22,7 +22,7 @@ USE_XORG= x11 SHEBANG_FILES= configure lib/petsc/bin/*.py lib/petsc/bin/saws/SAWs.py lib/petsc/bin/saws/*.bash config/*.py \ lib/petsc/bin/petscnagfor share/petsc/chkerrconvert.py -XARCH!= uname -m +XARCH!= uname -p GNU_CONFIGURE= yes CONFIGURE_LOG= configure.log