diff options
Diffstat (limited to 'math/cblas/Makefile')
-rw-r--r-- | math/cblas/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/cblas/Makefile b/math/cblas/Makefile index 926ecafecf8..4415d90a470 100644 --- a/math/cblas/Makefile +++ b/math/cblas/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2021/04/20 20:37:03 thor Exp $ +# $NetBSD: Makefile,v 1.2 2021/06/10 00:18:52 thor Exp $ + +COMMENT= C interface to a BLAS library +PKGREVISION= 1 -COMMENT= C interface to a BLAS library LAPACK_COMPONENT= cblas LAPACK_COMPONENT_CMAKE_ARGS= \ -DUSE_OPTIMIZED_BLAS=ON \ |