Accepting request 1226241 from science:machinelearning

OBS-URL: https://build.opensuse.org/request/show/1226241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzdnn?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2024-11-25 22:22:46 +00:00 committed by Git OBS Bridge
commit ee8669ff2a
4 changed files with 39 additions and 5 deletions

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Nov 25 07:38:55 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Amended the .spec file
-------------------------------------------------------------------
Fri Nov 22 16:59:23 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Upgrade libzdnn to version 1.1.1 (jsc#PED-11113, jsc#PED-10304, jsc#PED-10257)
* Bump in preparation of v1.1.1
* Fix Linux build issues
-------------------------------------------------------------------
Mon Nov 18 07:15:24 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
- Upgrade libzdnn to version 1.1.0 (jsc#PED-11113, jsc#PED-10304, jsc#PED-10257)
* Bump to v1.1.0
* fix: use system LDFLAGS
-------------------------------------------------------------------
Tue Feb 13 09:00:47 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>

View File

@ -17,15 +17,21 @@
Name: libzdnn
Version: 1.0.1
Version: 1.1.1
Release: 0
Summary: IBM Z Deep Learning Library
License: Apache-2.0
Group: Development/Libraries/Other
URL: https://github.com/IBM/zDNN
Source: zDNN-1.0.1.tar.gz
Source: zDNN-1.1.1.tar.gz
BuildRequires: autoconf
BuildRequires: gcc-c++
%if %{gcc_version} < 13
BuildRequires: gcc13-c++
%else
BuildRequires: gcc%{gcc_version}-c++
%endif
ExclusiveArch: s390x
%description
@ -63,6 +69,15 @@ shared library for the libzdnn (zDNN) RPM.
%autosetup -p1 -n zDNN-%{version}
%build
export CC=gcc-%{gcc_version}
export CXX=g++-%{gcc_version}
%if %{gcc_version} < 13
export CC=gcc-13
export CXX=g++-13
%endif
autoconf
%configure
%make_build build

BIN
zDNN-1.0.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
zDNN-1.1.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.