Skip to content

Commit

Permalink
math/py-cyipopt: update 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Sep 24, 2023
1 parent 8c9d4f9 commit e4b2ccb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions math/py-cyipopt/Makefile
@@ -1,7 +1,6 @@
PORTNAME= cyipopt
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0
PORTREVISION= 1
DISTVERSION= 1.3.0
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand All @@ -11,15 +10,12 @@ WWW= https://github.com/matthias-k/cyipopt

LICENSE= EPL

BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
BUILD_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= libblas.so:math/blas \
libipopt.so:math/ipopt \
liblapack.so:math/lapack
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}

USES= fortran python pkgconfig # fortran because ipopt's pkg-config returns gcc libs
USE_PYTHON= distutils cython autoplist pytest
Expand Down
6 changes: 3 additions & 3 deletions math/py-cyipopt/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1679990194
SHA256 (matthias-k-cyipopt-v1.2.0_GH0.tar.gz) = 5ead8340b5499624fd042d3da8e7ff58dfdc3294b4c07fa6fa31334fbb296855
SIZE (matthias-k-cyipopt-v1.2.0_GH0.tar.gz) = 48309
TIMESTAMP = 1695542059
SHA256 (matthias-k-cyipopt-v1.3.0_GH0.tar.gz) = aa482631d76eb4593d34ae16a943e477b6f0b5ae5c60f585c4eb6e47005aa0e4
SIZE (matthias-k-cyipopt-v1.3.0_GH0.tar.gz) = 82079

0 comments on commit e4b2ccb

Please sign in to comment.