Sync from SUSE:SLFO:Main libzdnn revision 60dbffcdafa98f0bccf7d480984aa91a

This commit is contained in:
Adrian Schröter 2024-11-28 17:43:52 +01:00
parent c6b56bb097
commit 8059e9185c
4 changed files with 32 additions and 5 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Nov 25 08:17:28 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
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 13 09:00:47 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com> Tue Feb 13 09:00:47 UTC 2024 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>

View File

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