From d1355cbc17fec7263a9bd8df8d031db4be7f7da1 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Jul 06 2020 11:04:53 +0000 Subject: - Change conditional BR of memkind-devel --- diff --git a/blis.spec b/blis.spec index 0b29c9c..ec51a89 100644 --- a/blis.spec +++ b/blis.spec @@ -20,7 +20,7 @@ Name: blis Version: 0.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: BLAS-like Library Instantiation Software Framework License: BSD URL: https://github.com/flame/blis @@ -36,9 +36,9 @@ BuildRequires: %{?dts:devtoolset-%{?dts}-binutils devtoolset-%{?dts}-}gcc BuildRequires: /usr/bin/python3 gcc-gfortran chrpath # memkind is currently only relevant for KNL as far as I know, but # might be relevant in future for other targets with HBM. It needs -# updating in el7, and building for el8. It should also support -# ppc64le and s390x, but they're not built. -%ifarch %{?el7:x86_64} %{?fedora:x86_64} +# updating in el7. It should support other targets, but only x86_64 +# is packaged. +%ifarch x86_64 BuildRequires: memkind-devel %endif @@ -382,6 +382,9 @@ export LD_LIBRARY_PATH=`pwd`/serial/lib %{macrosdir}/macros.blis-srpm %changelog +* Mon Jul 6 2020 Dave Love - 0.7.0-4 +- Change conditional BR of memkind-devel + * Wed Jul 1 2020 Dave Love - 0.7.0-3 - Patch to build 64-, not 32-bit version on s390x (#1852549)