Skip to content

Commit

Permalink
math/primme: Reemove Gotoblas
Browse files Browse the repository at this point in the history
PR:		274110
Requested by:	thierry@
  • Loading branch information
yurivict committed Oct 28, 2023
1 parent b55ae69 commit 727d0bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions math/primme/Makefile
@@ -1,7 +1,7 @@
PORTNAME= primme
DISTVERSIONPREFIX= v
DISTVERSION= 3.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -25,14 +25,12 @@ CFLAGS+= -fPIC
LDFLAGS+= ${LAPACKLIB} -lm

OPTIONS_RADIO= LINALG
OPTIONS_RADIO_LINALG= ATLAS GOTOBLAS NETLIB OPENBLAS
OPTIONS_RADIO_LINALG= ATLAS NETLIB OPENBLAS
OPTIONS_DEFAULT= OPENBLAS

LINALG_DESC= Choose which linear algebra interface (LAPACK) implementation to use:

GOTOBLAS_DESC= Goto blas implementation
ATLAS_USES= blaslapack:atlas
GOTOBLAS_USES= blaslapack:gotoblas
NETLIB_USES= blaslapack:netlib
NETLIB_LDFLAGS= -lblas # XXX why this isn't covered by blaslapack:netlib?
OPENBLAS_USES= blaslapack:openblas
Expand Down

0 comments on commit 727d0bc

Please sign in to comment.