diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-fenics-basix/Makefile | 2 | ||||
-rw-r--r-- | math/py-gau2grid/Makefile | 2 | ||||
-rw-r--r-- | math/py-osqp/Makefile | 2 | ||||
-rw-r--r-- | math/py-pdal/Makefile | 2 | ||||
-rw-r--r-- | math/py-qdldl/Makefile | 2 | ||||
-rw-r--r-- | math/sage/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/math/py-fenics-basix/Makefile b/math/py-fenics-basix/Makefile index c743c0dbd1a0..d6c0adbf715f 100644 --- a/math/py-fenics-basix/Makefile +++ b/math/py-fenics-basix/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../LICENSE BUILD_DEPENDS= pybind11>=2.6.4:devel/pybind11 \ - cmake>=3.16:devel/cmake \ + cmake>=3.16:devel/cmake-core \ xtensor>0:math/xtensor \ xtl-quant-stack>0:devel/xtl-quant-stack \ ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \ diff --git a/math/py-gau2grid/Makefile b/math/py-gau2grid/Makefile index 8f1a20a8b616..2ea05f2fd45b 100644 --- a/math/py-gau2grid/Makefile +++ b/math/py-gau2grid/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYNUMPY} \ - cmake:devel/cmake + cmake:devel/cmake-core RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} diff --git a/math/py-osqp/Makefile b/math/py-osqp/Makefile index 2c5cfedfdff2..454c7a52f53c 100644 --- a/math/py-osqp/Makefile +++ b/math/py-osqp/Makefile @@ -16,7 +16,7 @@ PY_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}qdldl>0:math/py-qdldl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.13.2:science/py-scipy@${PY_FLAVOR} BUILD_DEPENDS= ${PY_DEPENDS} \ - cmake:devel/cmake + cmake:devel/cmake-core RUN_DEPENDS= ${PY_DEPENDS} USES= python:3.6+ diff --git a/math/py-pdal/Makefile b/math/py-pdal/Makefile index 996c40358250..4f891d772434 100644 --- a/math/py-pdal/Makefile +++ b/math/py-pdal/Makefile @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} \ ${PREFIX}/share/cmake/pybind11/pybind11Config.cmake:devel/pybind11 \ - cmake:devel/cmake + cmake:devel/cmake-core LIB_DEPENDS= libpdal_base.so:math/pdal RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYNUMPY} diff --git a/math/py-qdldl/Makefile b/math/py-qdldl/Makefile index 0a41fa183dad..9ca822ac0992 100644 --- a/math/py-qdldl/Makefile +++ b/math/py-qdldl/Makefile @@ -15,7 +15,7 @@ BROKEN_armv7= error: no matching function for call to 'amd_l_order', see https:/ BROKEN_i386= error: no matching function for call to 'amd_l_order', see https://github.com/oxfordcontrol/qdldl-python/issues/15 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \ - cmake:devel/cmake + cmake:devel/cmake-core RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.13.2:science/py-scipy@${PY_FLAVOR} TEST_DEPENDS= pytest:devel/py-pytest@${PY_FLAVOR} diff --git a/math/sage/Makefile b/math/sage/Makefile index be7d35f8a093..c53a1572606e 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -22,7 +22,7 @@ BROKEN= hoping to fix it with Python-3.9 BUILD_DEPENDS= bash:shells/bash \ dash:shells/dash \ - cmake:devel/cmake \ + cmake:devel/cmake-core \ dreadnaut:math/nauty \ ${PYTHON_PKGNAMEPREFIX}alabaster>0:textproc/py-alabaster@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR}\ |