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.
This commit is contained in:
Dr. Thomas Orgis 2019-09-25 10:21:31 +02:00
parent f96c0ec36e
commit b2a947e4ba
1 changed files with 0 additions and 4 deletions

View File

@ -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}."