Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2023 03:04:13 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: f8897c26b705 - main - science/py-tensorflow: Simplify USES=llvm
Message-ID:  <202304010304.33134DMS085524@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=f8897c26b70577c8e1b3b2f7049f38ef34037cad

commit f8897c26b70577c8e1b3b2f7049f38ef34037cad
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-04-01 03:03:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-04-01 03:04:11 +0000

    science/py-tensorflow: Simplify USES=llvm
    
    Reported by:    jbeich@
---
 science/py-tensorflow/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile
index 6fc13c34f3a8..2e6387a815a6 100644
--- a/science/py-tensorflow/Makefile
+++ b/science/py-tensorflow/Makefile
@@ -60,7 +60,7 @@ RUN_DEPENDS=	pybind11>=2.6.2:devel/pybind11 \
 		${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR} \
 		pybind11>=2.6.2:devel/pybind11
 
-USES=		jpeg llvm:min=16,max=16 python:3.7+ shebangfix ssl
+USES=		jpeg llvm:16 python:3.7+ shebangfix ssl
 USE_CXXSTD=     c++17
 USE_GITHUB=	yes
 USE_PYTHON=	distutils



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