mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
math/py-CyLP: Update 0.7.2-30 -> 0.9.0
Reported by: portscout
This commit is contained in:
parent
1b23dba3c9
commit
0dbf42fd8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523284
@ -1,9 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= CyLP
|
||||
DISTVERSION= 0.7.2-30
|
||||
PORTREVISION= 2
|
||||
DISTVERSIONSUFFIX= -g65a985b
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.0
|
||||
CATEGORIES= math python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -15,16 +14,17 @@ LICENSE_NAME= Common Public License Version 1.0
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
PY_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=0.10.0:science/py-scipy@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PY_DEPENDS}
|
||||
LIB_DEPENDS= libblas.so:math/blas \
|
||||
libCbc.so:math/cbc \
|
||||
libCgl.so:math/cgl \
|
||||
libClp.so:math/clp \
|
||||
liblapack.so:math/lapack
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ${PY_DEPENDS}
|
||||
|
||||
USES= compiler:c++11-lang python:2.7 # 3.X support is still in the pull request: https://github.com/coin-or/CyLP/pull/28
|
||||
USES= compiler:c++11-lang python
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= coin-or
|
||||
USE_PYTHON= distutils cython autoplist
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1537731308
|
||||
SHA256 (coin-or-CyLP-0.7.2-30-g65a985b_GH0.tar.gz) = 9a611fe5e530b61ac4d9c496d7cae88f25491bb571cb3ce3c37ebcb785ee1870
|
||||
SIZE (coin-or-CyLP-0.7.2-30-g65a985b_GH0.tar.gz) = 10514134
|
||||
TIMESTAMP = 1579241793
|
||||
SHA256 (coin-or-CyLP-v0.9.0_GH0.tar.gz) = 826432d1b1f198cfe5f6f88b4f040f97817030d0d9a09a37f4820a95297f6c3b
|
||||
SIZE (coin-or-CyLP-v0.9.0_GH0.tar.gz) = 8922310
|
||||
|
Loading…
Reference in New Issue
Block a user