git: de6bda1fc056 - main - math/libxsmm: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Oct 2021 11:15:09 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=de6bda1fc056c52b0c0bc51a7a2baa2caa50b0b4 commit de6bda1fc056c52b0c0bc51a7a2baa2caa50b0b4 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-19 11:14:36 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-19 11:14:36 +0000 math/libxsmm: Add CPE information Approved by: portmgr (blanket) --- math/libxsmm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/libxsmm/Makefile b/math/libxsmm/Makefile index d0984dba94de..b52475acfef9 100644 --- a/math/libxsmm/Makefile +++ b/math/libxsmm/Makefile @@ -13,7 +13,8 @@ ONLY_FOR_ARCHS_REASON= relies on hard-coded x86 code, and is only supported on 6 BUILD_DEPENDS= bash:shells/bash -USES= fortran gmake localbase:ldflags python:build shebangfix +USES= cpe fortran gmake localbase:ldflags python:build shebangfix +CPE_VENDOR= ${PORTNAME}_project SHEBANG_GLOB= *.sh USE_GITHUB= yes GH_ACCOUNT= hfp