diff --git a/math/py-jij-cimod/Makefile b/math/py-jij-cimod/Makefile index daaa13123373..f035a96d3c75 100644 --- a/math/py-jij-cimod/Makefile +++ b/math/py-jij-cimod/Makefile @@ -1,35 +1,37 @@ PORTNAME= jij-cimod -DISTVERSION= 1.7.3 -PORTREVISION= 2 +DISTVERSION= 1.7.4 CATEGORIES= math MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Python binding for the C++ library for a binary quadratic model WWW= https://www.openjij.org/ \ https://github.com/Jij-Inc/cimod LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0.10:devel/py-scikit-build-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ nlohmann-json>0:devel/nlohmann-json \ pybind11-json>0:devel/pybind11-json LIB_DEPENDS= libcblas.so:math/cblas \ liblapack.so:math/lapack \ libopenblas.so:math/openblas +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dimod>=0.12.21:science/py-dimod@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.16:science/py-scipy@${PY_FLAVOR} USES= cmake:indirect compiler:c++17-lang eigen:3 localbase:ldflags python USE_PYTHON= pep517 cython autoplist pytest TEST_WRKSRC= ${WRKSRC}/tests TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -# tests as of 1.7.3: 49 passed, 10 warnings in 19.01s +# tests as of 1.7.4: 49 passed .include diff --git a/math/py-jij-cimod/distinfo b/math/py-jij-cimod/distinfo index 3e3ec24af776..cf413eabf8da 100644 --- a/math/py-jij-cimod/distinfo +++ b/math/py-jij-cimod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760203654 -SHA256 (jij_cimod-1.7.3.tar.gz) = f8703ef9d8a876e560fce1b78a4fedaf6e30d47889ff2055a2c596e19f04e589 -SIZE (jij_cimod-1.7.3.tar.gz) = 339350 +TIMESTAMP = 1781199585 +SHA256 (jij_cimod-1.7.4.tar.gz) = 3f9a5b3ed048decfbe19dd6dfa15af519f7ff4859778056d8436ff25827a2151 +SIZE (jij_cimod-1.7.4.tar.gz) = 365729 diff --git a/math/py-jij-cimod/files/patch-pyproject.toml b/math/py-jij-cimod/files/patch-pyproject.toml deleted file mode 100644 index 3bc3e040dfe8..000000000000 --- a/math/py-jij-cimod/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2025-10-11 17:30:54 UTC -+++ pyproject.toml -@@ -17,7 +17,7 @@ requires = [ - "scikit-build-core>=0.10", - "setuptools_scm[toml]", - "pybind11", -- "oldest-supported-numpy", -+ "numpy", - ] - build-backend = "scikit_build_core.build" -