diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-08 21:56:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-08 21:56:36 +0000 |
commit | e1d56a9db2541dd41f1907a5a19a686a326831cc (patch) | |
tree | 6a5120e4890360e5d98bb4a63ff86cfc80e8392f /math/py-yt/Makefile | |
parent | 0c69caeef6092fbf32d6330958bbb88f74c02443 (diff) | |
download | ports-e1d56a9db2541dd41f1907a5a19a686a326831cc.tar.gz ports-e1d56a9db2541dd41f1907a5a19a686a326831cc.zip |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020
Notes
Notes:
svn path=/head/; revision=528082
Diffstat (limited to 'math/py-yt/Makefile')
-rw-r--r-- | math/py-yt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-yt/Makefile b/math/py-yt/Makefile index b4395ef6a827..74048bc18898 100644 --- a/math/py-yt/Makefile +++ b/math/py-yt/Makefile @@ -3,6 +3,7 @@ PORTNAME= yt DISTVERSION= 3.5.1 +PORTREVISION= 1 CATEGORIES= math astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.txt BUILD_DEPENDS= ${PYNUMPY} -LIB_DEPENDS= libomp.so:devel/openmp RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=1.0:math/py-sympy@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.3:math/py-matplotlib@${PY_FLAVOR} \ |