git: 8f3a795ecb2b - main - math/ceres-solver: Remove Gotoblas

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 28 Oct 2023 17:42:36 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f3a795ecb2b7dbc47ed3dca8b87eebc8b2df95f

commit 8f3a795ecb2b7dbc47ed3dca8b87eebc8b2df95f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-10-28 17:40:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-10-28 17:42:32 +0000

    math/ceres-solver: Remove Gotoblas
    
    PR:             274110
    Requested by:   thierry@
---
 math/ceres-solver/Makefile | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile
index 194940ce5135..1b0929811f3c 100644
--- a/math/ceres-solver/Makefile
+++ b/math/ceres-solver/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ceres-solver
 DISTVERSION=	2.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -35,7 +35,7 @@ PORTEXAMPLES=	*
 OPTIONS_DEFINE=		CUSTOM_BLAS EXAMPLES DOCS GFLAGS LAPACK OPENMP SCHUR
 OPTIONS_DEFAULT=	CUSTOM_BLAS CXSPARSE GFLAGS OPENBLAS OPENMP SCHUR SUITESPARSE
 OPTIONS_RADIO=		LAPACK THREADS
-OPTIONS_RADIO_LAPACK=	ATLAS GOTOBLAS NETLIB OPENBLAS
+OPTIONS_RADIO_LAPACK=	ATLAS NETLIB OPENBLAS
 OPTIONS_GROUP=		SPARSE
 OPTIONS_GROUP_SPARSE=	CXSPARSE EIGENSPARSE SUITESPARSE
 
@@ -72,10 +72,6 @@ ATLAS_CMAKE_ON=		-DBLA_VENDOR:STRING="ATLAS" \
 			-DBLAS_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libcblas.so" \
 			-DLAPACK_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libalapack.so"
 ATLAS_IMPLIES=		LAPACK
-GOTOBLAS_DESC=		Goto blas implementation
-GOTOBLAS_USES=		blaslapack:gotoblas
-GOTOBLAS_CMAKE_ON=	-DBLA_VENDOR:STRING="Goto"
-GOTOBLAS_IMPLIES=	LAPACK
 NETLIB_USES=		blaslapack:netlib
 NETLIB_CMAKE_ON=	-DBLA_VENDOR:STRING="Generic"
 NETLIB_IMPLIES=		LAPACK