From 1833914e91b972f0def8e10cb33d675773aa47a1 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: May 21 2020 08:20:07 +0000 Subject: Update supported arches --- diff --git a/neuron.spec b/neuron.spec index fce9034..84df14f 100644 --- a/neuron.spec +++ b/neuron.spec @@ -22,7 +22,7 @@ Please install the %{name}-devel package to compile nmodl files and so on. Name: neuron Version: 7.7.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A flexible and powerful simulator of neurons and networks License: GPLv3+ @@ -42,7 +42,7 @@ Patch3: 0004-Build-python-bits-in-the-source-tree.patch # Random123 does not build on these, so neither can NEURON # https://github.com/neuronsimulator/nrn/issues/114 -ExcludeArch: %{arm} mips64r2 mips32r2 s390 s390x +ExcludeArch: mips64r2 mips32r2 s390 BuildRequires: autoconf BuildRequires: automake @@ -298,6 +298,9 @@ mv $RPM_BUILD_ROOT/%{_bindir}/oc $RPM_BUILD_ROOT/%{_bindir}/hoc %{_datadir}/%{tarname}/demo %changelog +* Thu May 21 2020 Ankur Sinha - 7.7.2-4 +- Update supported architectures + * Thu May 14 2020 Ankur Sinha - 7.7.2-3 - Add missing BR for neuron-devel - Move makefiles to -devel sub package