- Enable sle15_python_module_pythons.

- GCC 9.3 or newer is required, regardless if CUDA is enabled.
  See https://github.com/pytorch/pytorch/blob/v2.3.1/CMakeLists.txt#L48
  Therefore, for SLE15 we went with GCC 11 as it seems to be the most
  common one.
- Use %gcc_version macro for Tumbleweed.

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-torch?expand=0&rev=36
This commit is contained in:
2024-08-31 09:11:26 +00:00
committed by Git OBS Bridge
parent c138972860
commit 62aba2ab6b
2 changed files with 24 additions and 23 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Aug 29 04:28:03 UTC 2024 - Guang Yee <gyee@suse.com>
- Enable sle15_python_module_pythons.
- GCC 9.3 or newer is required, regardless if CUDA is enabled.
See https://github.com/pytorch/pytorch/blob/v2.3.1/CMakeLists.txt#L48
Therefore, for SLE15 we went with GCC 11 as it seems to be the most
common one.
- Use %gcc_version macro for Tumbleweed.
-------------------------------------------------------------------
Thu Jul 11 09:37:17 UTC 2024 - Christian Goll <cgoll@suse.com>