lapack: Fix an apparently version-specific pkglint issue

This commit is contained in:
Jason Bacon 2019-08-16 11:28:40 -05:00
parent 22cdc62732
commit b68c744af6
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# $NetBSD$
MAINTAINER= thomas.orgis@uni-hamburg.de
COMMENT= Linear Algebra PACKage (Netlib reference code)
LAPACK_PART= lapack
LAPACK_PART_CMAKE_ARGS= \
-DUSE_OPTIMIZED_BLAS=OFF \

View File

@ -13,7 +13,6 @@ PKGNAME= ${LAPACK_PART}-${PORTVERSION}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_NETLIB:=lapack/}
MAINTAINER= thomas.orgis@uni-hamburg.de
HOMEPAGE= http://www.netlib.org/lapack/
LICENSE= modified-bsd