diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-casadi.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /casadi-3.6.0.tar.gz +/casadi-3.6.1.tar.gz diff --git a/python-casadi.spec b/python-casadi.spec index 46f836b..71c3356 100644 --- a/python-casadi.spec +++ b/python-casadi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-casadi -Version: 3.6.0 +Version: 3.6.1 Release: 1 Summary: CasADi -- framework for algorithmic differentiation and numeric optimization License: GNU Lesser General Public License v3 or later (LGPLv3+) URL: http://casadi.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/13/8d/a911277c69d8f8869c44a19995812fcf1f459ab3526c30fda111daa15d76/casadi-3.6.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/96/24/90ae85442c60daf9af7b6fbd36f25293ff29898582c56e425758457c61e4/casadi-3.6.1.tar.gz Requires: python3-numpy @@ -31,7 +31,7 @@ Provides: python3-casadi-doc CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave. %prep -%autosetup -n casadi-3.6.0 +%autosetup -n casadi-3.6.1 %build %py3_build @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 3.6.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 3.6.1-1 - Package Spec generated @@ -1 +1 @@ -e4340efef43e97eb50ac6176a5bcc999 casadi-3.6.0.tar.gz +6ec9559e89ade526bb5d30706c932a42 casadi-3.6.1.tar.gz |