diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-23 19:16:23 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-09-23 19:16:23 +0000 |
commit | 9c555f8ae66b681a1efbdf7bc33d402164d32db8 (patch) | |
tree | 69f6b0e6e80d57ce5dd94eeedfc34c8226af7de1 /math/py-cyipopt/files/patch-ipopt_version.py | |
parent | lang/rust-nightly: no longer builds after r479877 (diff) |
math/py-cyipopt: Update 0.1.7 -> 0.1.8
Reported by: portscout
Diffstat (limited to 'math/py-cyipopt/files/patch-ipopt_version.py')
-rw-r--r-- | math/py-cyipopt/files/patch-ipopt_version.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/py-cyipopt/files/patch-ipopt_version.py b/math/py-cyipopt/files/patch-ipopt_version.py new file mode 100644 index 000000000000..b46cc10d8daa --- /dev/null +++ b/math/py-cyipopt/files/patch-ipopt_version.py @@ -0,0 +1,16 @@ +https://github.com/matthias-k/cyipopt/issues/34 + +--- ipopt/version.py.orig 2018-09-23 19:06:45 UTC ++++ ipopt/version.py +@@ -4,9 +4,9 @@ + cyipopt: Python wrapper for the Ipopt optimization package, written in Cython. + + Copyright (C) 2012-2015 Amit Aides +-Copyright (C) 2015-2018 Matthias Kümmerer ++Copyright (C) 2015-2018 Matthias Kummerer + +-Author: Matthias Kümmerer <matthias.kuemmerer@bethgelab.org> ++Author: Matthias Kummerer <matthias.kuemmerer@bethgelab.org> + (original Author: Amit Aides <amitibo@tx.technion.ac.il>) + URL: https://github.com/matthias-k/cyipopt + License: EPL 1.0 |