From 87e1f8b6e861b89713c4a0f75afcb8335d1991b2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Thu, 19 Jan 2023 08:10:54 +0000 Subject: [PATCH] Auto sync2gitlab import of libzdnn-0.4.0-4.el8.src.rpm --- .gitignore | 1 + EMPTY | 1 - libzdnn.spec | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 EMPTY create mode 100644 libzdnn.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d2d2535 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/libzdnn-0.4.0.tar.gz diff --git a/EMPTY b/EMPTY deleted file mode 100644 index 0519ecb..0000000 --- a/EMPTY +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/libzdnn.spec b/libzdnn.spec new file mode 100644 index 0000000..4f28868 --- /dev/null +++ b/libzdnn.spec @@ -0,0 +1,90 @@ +Name: libzdnn +Version: 0.4.0 +Release: 4%{?dist} +Summary: Driver library for the IBM Z Neural Network Processing Assist Facility + +License: ASL 2.0 +Url: https://github.com/IBM/zDNN +Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz + +ExclusiveArch: s390x +BuildRequires: gcc +BuildRequires: cpp +BuildRequires: make +BuildRequires: gawk +BuildRequires: automake +BuildRequires: autoconf + +# Be explicit about the soversion in order to avoid unintentional changes. +%global soversion 0 + +%description +The zDNN library provide a user space API for exploitation of the +Neural Network Processing Assist Facility. All application which +intend to use that facility on IBM Z are supposed to do this via this +library. + + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%package static +Summary: Static library version %{name} +Requires: %{name}-devel%{?_isa} = %{version}-%{release} + +%description static +The %{name}-static package contains the static library of %{name}. + + +%prep +%autosetup -p1 -n zDNN-%{version} +autoreconf -i + +%build +# libzdnn needs to be built with z14 support so override the distro wide options to append -march=z14. +# cflags for the init routines in e.g. zdnn_init.c should just use the distro options. +# export CFLAGS_INIT explicitely since it is not handled by configure +CFLAGS_INIT="%{build_cflags}"; export CFLAGS_INIT; CFLAGS="%{build_cflags} -march=z14 -mtune=z14" CXXFLAGS="%{build_cxxflags} -march=z14 -mtune=z14" %configure +%make_build build + +%install +%make_install +mv $RPM_BUILD_ROOT%{_libdir}/libzdnn.so.%{soversion} $RPM_BUILD_ROOT%{_libdir}/libzdnn.so.%{version} +ln -s -r $RPM_BUILD_ROOT%{_libdir}/libzdnn.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libzdnn.so.%{soversion} + +rm -f $RPM_BUILD_ROOT%{_libdir}/libzdnn.so +ln -s -r $RPM_BUILD_ROOT%{_libdir}/libzdnn.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libzdnn.so + + +%files +%{_libdir}/libzdnn.so.%{version} +%{_libdir}/libzdnn.so.%{soversion} +%doc README.md +%license LICENSE + +%files devel +%{_includedir}/zdnn.h +%{_libdir}/*.so + +%files static +%{_libdir}/libzdnn.a + +%changelog +* Tue Dec 20 2022 Jakub Čajka - 0.4.0-4 +- Release bump +- Resolves: BZ#2084475 + +* Wed Mar 23 2022 Jakub Čajka - 0.4.0-3 +- Sync with upstream + +* Wed Mar 09 2022 Jakub Čajka - 0.4.0-2 +- Added gating + +* Wed Mar 09 2022 Jakub Čajka - 0.4.0-1 +- Initial package version import diff --git a/sources b/sources new file mode 100644 index 0000000..30922e9 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (libzdnn-0.4.0.tar.gz) = 89a49a46732f1a1af1832d5584305259620cc2acb9bbca9f8aab6b57b22f316c979c8f6d77aee301589b80ee9a42a72e67fe2f196b4dcae240fc5fdfda09b10d