diff options
Diffstat (limited to 'math/lapack/Makefile')
-rw-r--r-- | math/lapack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 0b60a88fa32..34da6f67ecf 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2021/05/12 14:32:51 thor Exp $ +# $NetBSD: Makefile,v 1.44 2021/06/10 00:18:52 thor Exp $ MAINTAINER= thomas.orgis@uni-hamburg.de COMMENT= Linear Algebra PACKage (Netlib reference implementation) +PKGREVISION= 1 LAPACK_COMPONENT= lapack LAPACK_COMPONENT_CMAKE_ARGS= \ |