diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:04:58 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:04:58 +0000 |
| commit | f6886161f187b78724598cdf279f651c7bc356c4 (patch) | |
| tree | b9bc18ca6daf670607e3037f79d5b9949d812e96 | |
| parent | 8ae3e890616deb7af6756f4ddbb0323d2dfc3c48 (diff) | |
automatic import of python-blackboxoptopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-blackboxopt.spec | 32 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 19 insertions, 16 deletions
@@ -1 +1,2 @@ /blackboxopt-4.14.0.tar.gz +/blackboxopt-5.0.0.tar.gz diff --git a/python-blackboxopt.spec b/python-blackboxopt.spec index 8af3408..403e0d5 100644 --- a/python-blackboxopt.spec +++ b/python-blackboxopt.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-blackboxopt -Version: 4.14.0 +Version: 5.0.0 Release: 1 Summary: A common interface for blackbox optimization algorithms along with useful helpers like parallel optimization loops, analysis and visualization scripts. License: Apache-2.0 URL: https://github.com/boschresearch/blackboxopt -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/65/1d/db7e8756c0dbcf559a74de7e3011d67f3d6815a64d335369cbce364d5459/blackboxopt-4.14.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/fb/08/309102e1517d31acf68e69163e255250f21857535f4a2f65d0f15de0d438/blackboxopt-5.0.0.tar.gz BuildArch: noarch Requires: python3-parameterspace @@ -16,6 +16,8 @@ Requires: python3-statsmodels Requires: python3-dask Requires: python3-distributed Requires: python3-pandas +Requires: python3-sympy +Requires: python3-torch Requires: python3-botorch Requires: python3-pymoo @@ -51,10 +53,10 @@ requirements and adjust it according to any applicable safety standards ## Development -Install poetry +Install poetry >= 1.5.0 ``` -pip install poetry +pip install --upgrade poetry ``` Install the `blackboxopt` package from source by running the following from the root @@ -190,10 +192,10 @@ requirements and adjust it according to any applicable safety standards ## Development -Install poetry +Install poetry >= 1.5.0 ``` -pip install poetry +pip install --upgrade poetry ``` Install the `blackboxopt` package from source by running the following from the root @@ -326,10 +328,10 @@ requirements and adjust it according to any applicable safety standards ## Development -Install poetry +Install poetry >= 1.5.0 ``` -pip install poetry +pip install --upgrade poetry ``` Install the `blackboxopt` package from source by running the following from the root @@ -428,7 +430,7 @@ For a list of other open source components included in `blackboxopt`, see the fi %prep -%autosetup -n blackboxopt-4.14.0 +%autosetup -n blackboxopt-5.0.0 %build %py3_build @@ -442,20 +444,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -468,5 +470,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.14.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.0-1 - Package Spec generated @@ -1 +1 @@ -78a5b9ef5604ee6ad6211b9b43d20943 blackboxopt-4.14.0.tar.gz +6b4e450835b90521baa53970993cff8b blackboxopt-5.0.0.tar.gz |
