pkgsrc-WIP-changes archive

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

blas.buildlink3.mk: remove TODOs



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Wed Sep 25 10:21:31 2019 +0200
Changeset:	b2a947e4ba07faf667df4b8fb9fe44a6d5be675d

Modified Files:
	mk/blas.buildlink3.mk

Log Message:
blas.buildlink3.mk: remove TODOs

Those were vague plans for the future and do not relate to
missing functionality. It is obvious that we will want to
support more implementations in future, as they enter pkgsrc
proper. The idea about pkg-config files is similar. Once
stuff provides them and other stuff can use them, we will
add a variable to locate them.

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

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

diffstat:
 mk/blas.buildlink3.mk | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/mk/blas.buildlink3.mk b/mk/blas.buildlink3.mk
index 82fea41fcb..e09d41644b 100644
--- a/mk/blas.buildlink3.mk
+++ b/mk/blas.buildlink3.mk
@@ -9,9 +9,6 @@
 # of style to stay consistent in their use.
 #
 # Keywords: blas lapack atlas openblas mkl
-
-# TODO: Also set a variable to find a matching pkg-config file
-# to avoid duplicating its contents in BLAS_LIBS?
 #
 # === User-settable variables ===
 #
@@ -99,7 +96,6 @@ LAPACK_LIBS=	${BLAS_LIBS}
 .elif ${BLAS_TYPE} == "accelerate.framework"
 BLAS_LIBS=	-framework Accelerate
 LAPACK_LIBS=	${BLAS_LIBS}
-# TODO: Add ATLAS and other external BLAS options (e.g. Intel MKL)
 .else # invalid or unimplemented type
 PKG_FAIL_REASON+=	\
 	"There is no acceptable BLAS for ${PKGNAME} in: ${PKGSRC_BLAS_TYPES}."


Home | Main Index | Thread Index | Old Index