diff options
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 |