aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-12-21 12:04:39 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-12-21 12:30:01 +0000
commitb0be76f4a09b98d8a8a68763688ed80e983788ef (patch)
tree4ef54967bf8ea37704377e943bb7b7c10f54ee15
parentf0fdbc6bdc5e716943c2d8fd034fcdf80cfc6ae1 (diff)
downloadports-b0be76f4a09b98d8a8a68763688ed80e983788ef.tar.gz
ports-b0be76f4a09b98d8a8a68763688ed80e983788ef.zip
math/lapack: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--math/lapack/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 8f3b09663624..1f2e53525629 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -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}