math/lapack: Add CPE information

Approved by:    portmgr (blanket)
This commit is contained in:
Bernhard Froehlich
2021-12-21 12:04:39 +00:00
parent f0fdbc6bdc
commit b0be76f4a0

View File

@@ -22,11 +22,13 @@ COMMENT?= Linear Algebra PACKage
LICENSE?= BSD3CLAUSE
USES= cmake:testing fortran
USES= cmake:testing cpe fortran
WRKSRC= ${WRKDIR}/lapack-${PORTVERSION}
# The actual math/scilab needs deprecated functions - to be removed later
CMAKE_ON= BUILD_SHARED_LIBS BUILD_DEPRECATED
USE_LDCONFIG= yes
CPE_VENDOR= lapack_project
CPE_PROJECT= lapack
SVERSION= ${PORTVERSION:R:R}
PLIST_SUB= SVERSION="${SVERSION}" VER=${PORTVERSION}