git: de380458ac0b - main - math/superlu-dist: Remove Gotoblas
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Oct 2023 19:07:40 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=de380458ac0bb0c60826d53a53509f1a8d9ff1f1 commit de380458ac0bb0c60826d53a53509f1a8d9ff1f1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-10-28 19:06:55 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-10-28 19:06:55 +0000 math/superlu-dist: Remove Gotoblas PR: 274110 Requested by: thierry@ --- math/superlu-dist/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/math/superlu-dist/Makefile b/math/superlu-dist/Makefile index c1a5224776ee..eb05ad8a5d9f 100644 --- a/math/superlu-dist/Makefile +++ b/math/superlu-dist/Makefile @@ -1,7 +1,7 @@ PORTNAME= superlu-dist DISTVERSIONPREFIX= v DISTVERSION= 8.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -24,7 +24,7 @@ CMAKE_TESTING_ON= enable_tests # many tests fail, see https://github.com/xiaoyel OPTIONS_DEFINE= DOCS FORTRAN OPTIONS_SINGLE= BLAS MPI -OPTIONS_SINGLE_BLAS= ATLAS GOTOBLAS OPENBLAS REFERENCE +OPTIONS_SINGLE_BLAS= ATLAS OPENBLAS REFERENCE OPTIONS_SINGLE_MPI= MPICH OPENMPI OPTIONS_DEFAULT= FORTRAN MPICH REFERENCE OPTIONS_SUB= yes @@ -32,9 +32,6 @@ OPTIONS_SUB= yes # all BLAS-related options ATLAS_USES= blaslapack:atlas ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS" -GOTOBLAS_DESC= GotoBLAS blas implementation -GOTOBLAS_USES= blaslapack:gotoblas -GOTOBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="Goto" OPENBLAS_USES= blaslapack:openblas OPENBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="OpenBLAS" REFERENCE_DESC= Reference blas implementation