pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openblas: fix option.mk to really be able to say -dynamic



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Fri Feb 21 17:48:58 2020 +0100
Changeset:	26d0c5cd4cb9bf4dc05fa4acf621f418430a4f50

Modified Files:
	openblas/options.mk

Log Message:
openblas: fix option.mk to really be able to say -dynamic

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=26d0c5cd4cb9bf4dc05fa4acf621f418430a4f50

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openblas/options.mk | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/openblas/options.mk b/openblas/options.mk
index 7e49c3314d..aebbc26ebc 100644
--- a/openblas/options.mk
+++ b/openblas/options.mk
@@ -3,9 +3,8 @@
 PKG_OPTIONS_VAR=		PKG_OPTIONS.openblas
 # Choose dynamic target/processor choice at runtime or
 # fixed build with build host CPU.
-PKG_OPTIONS_GROUP.target=	dynamic
-PKG_OPTIONS_REQUIRED_GROUPS=	target
-PKG_SUGGESTED_OPTIONS=		dynamic
+PKG_SUPPORTED_OPTIONS= dynamic
+PKG_SUGGESTED_OPTIONS= dynamic
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/bsd.options.mk"


Home | Main Index | Thread Index | Old Index