Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2022 06:18:10 GMT
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: f95a042e53bb - main - science/py-dwave-neal: Correct dependencies
Message-ID:  <202210050618.2956IAim083102@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f95a042e53bb7fc33bf9d980e3bcba6aaf7fa77b

commit f95a042e53bb7fc33bf9d980e3bcba6aaf7fa77b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-05 05:22:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-05 06:18:00 +0000

    science/py-dwave-neal: Correct dependencies
---
 science/py-dwave-neal/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/science/py-dwave-neal/Makefile b/science/py-dwave-neal/Makefile
index 7390ee04d2d0..2db58b0160e5 100644
--- a/science/py-dwave-neal/Makefile
+++ b/science/py-dwave-neal/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dwave-neal
 DISTVERSION=	0.6.0.dev0
+PORTREVISION=	1
 CATEGORIES=	science python # quantum-computing
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,7 @@ WWW=		https://github.com/dwavesystems/dwave-neal
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dimod>0:science/py-dimod@${PY_FLAVOR} \
-		${PYNUMPY}
-BUILD_DEPENDS=	${PY_DEPENDS}
-RUN_DEPENDS=	${PY_DEPENDS}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dwave-samplers>0:science/py-dwave-samplers@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	distutils autoplist unittest



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210050618.2956IAim083102>