SHA256
1
0
forked from pool/python-onnx

- Remove testing fluff from previous change and properly loop

the cmake call for each python variant
- Enable python2 (well rather not explicitly disable it as there
  is no need for that at the momment)

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-onnx?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-02-24 15:44:01 +00:00
committed by Git OBS Bridge
parent ce82febda3
commit 3b30d206ba
2 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 24 15:43:18 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Remove testing fluff from previous change and properly loop
the cmake call for each python variant
- Enable python2 (well rather not explicitly disable it as there
is no need for that at the momment)
-------------------------------------------------------------------
Mon Feb 24 14:48:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>