Date: Thu, 11 Jun 2026 20:56:59 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4dd460628dc8 - main - math/py-jij-cimod: update 1.7.=?utf-8?Q?3 =E2=86=92 1.?=7.4 Message-ID: <6a2b211b.222f1.5485be9d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4dd460628dc8aa452e6901a04b0dcd0ca61902f3 commit 4dd460628dc8aa452e6901a04b0dcd0ca61902f3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-11 18:53:34 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-11 20:56:55 +0000 math/py-jij-cimod: update 1.7.3 → 1.7.4 --- math/py-jij-cimod/Makefile | 8 +++++--- math/py-jij-cimod/distinfo | 6 +++--- math/py-jij-cimod/files/patch-pyproject.toml | 11 ----------- 3 files changed, 8 insertions(+), 17 deletions(-) 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,6 +1,5 @@ PORTNAME= jij-cimod -DISTVERSION= 1.7.3 -PORTREVISION= 2 +DISTVERSION= 1.7.4 CATEGORIES= math MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +22,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ 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 @@ -30,6 +32,6 @@ 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 <bsd.port.mk> 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" -home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2b211b.222f1.5485be9d>
