From de380458ac0bb0c60826d53a53509f1a8d9ff1f1 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 28 Oct 2023 12:06:55 -0700 Subject: [PATCH] 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 c1a5224776ee7..eb05ad8a5d9f0 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