Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2021 12:37:12 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b0be76f4a09b - main - math/lapack: Add CPE information
Message-ID:  <202112211237.1BLCbCvi046388@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b0be76f4a09b98d8a8a68763688ed80e983788ef

commit b0be76f4a09b98d8a8a68763688ed80e983788ef
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-12-21 12:04:39 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-12-21 12:30:01 +0000

    math/lapack: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 math/lapack/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112211237.1BLCbCvi046388>