git: 1b5ba5dc3767 - main - math/py-cvxopt: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jan 2022 15:01:38 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1b5ba5dc3767255aba74067fa8a666aaf0f082d3
commit 1b5ba5dc3767255aba74067fa8a666aaf0f082d3
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-01-03 14:49:26 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-01-03 14:49:26 +0000
math/py-cvxopt: Add CPE information
Approved by: portmgr (blanket)
---
math/py-cvxopt/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/math/py-cvxopt/Makefile b/math/py-cvxopt/Makefile
index 806d1a55ae43..65e583dd3e87 100644
--- a/math/py-cvxopt/Makefile
+++ b/math/py-cvxopt/Makefile
@@ -18,10 +18,12 @@ LIB_DEPENDS= libamd.so:math/suitesparse-amd \
libumfpack.so:math/suitesparse-umfpack
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-USES= python:3.6+ localbase:ldflags
+USES= python:3.6+ localbase:ldflags cpe
USE_GITHUB= yes
USE_PYTHON= distutils autoplist
+CPE_VENDOR= cvxopt_project
+
CFLAGS+= -I${LOCALBASE}/include/suitesparse
OPTIONS_DEFINE= GSL FFTW GLPK DSDP