Date: Sat, 28 Oct 2023 17:47:00 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: ba893eff32b7 - main - math/sdpa: Reemove Gotoblas Message-ID: <202310281747.39SHl0Fv009814@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=ba893eff32b758772170b94e395f68d0dc1b1e94 commit ba893eff32b758772170b94e395f68d0dc1b1e94 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-10-28 17:46:11 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-10-28 17:46:11 +0000 math/sdpa: Reemove Gotoblas PR: 274110 Requested by: thierry@ --- math/sdpa/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/math/sdpa/Makefile b/math/sdpa/Makefile index b3acfecc3dda..0d241a0c08b7 100644 --- a/math/sdpa/Makefile +++ b/math/sdpa/Makefile @@ -1,5 +1,6 @@ PORTNAME= sdpa DISTVERSION= 7.3.17 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \ DEBIAN/pool/main/m/mumps:mumps @@ -25,13 +26,11 @@ PLIST_FILES= bin/sdpa %%DATADIR%%/param.sdpa OPTIONS_DEFINE= DOCS OPTIONS_SINGLE= BLAS -OPTIONS_SINGLE_BLAS= ATLAS GOTOBLAS REFERENCE +OPTIONS_SINGLE_BLAS= ATLAS REFERENCE OPTIONS_DEFAULT= REFERENCE ATLAS_USES= blaslapack:atlas DOCS_DISTFILES= ${MANUALFILE} -GOTOBLAS_DESC= GotoBLAS blas implementation -GOTOBLAS_USES= blaslapack:gotoblas REFERENCE_DESC= Reference blas implementation REFERENCE_USES= blaslapack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310281747.39SHl0Fv009814>