Date: Mon, 3 Jan 2022 15:01:38 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: 1b5ba5dc3767 - main - math/py-cvxopt: Add CPE information Message-ID: <202201031501.203F1cEZ058094@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201031501.203F1cEZ058094>