From 9a9311958d3464560f882833b620b93ed1953c52a47e5c5ae10e0e9af24b8aad Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 22 Sep 2020 22:08:23 +0000 Subject: [PATCH] - Update ax_boost_base.m4 during build with riscv64 support. OBS-URL: https://build.opensuse.org/package/show/science/brial?expand=0&rev=3 --- brial.changes | 5 +++++ brial.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/brial.changes b/brial.changes index d8ce322..2130468 100644 --- a/brial.changes +++ b/brial.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 22 22:07:50 UTC 2020 - Jan Engelhardt + +- Update ax_boost_base.m4 during build with riscv64 support. + ------------------------------------------------------------------- Tue Sep 8 13:00:37 UTC 2020 - Jan Engelhardt diff --git a/brial.spec b/brial.spec index a6d9669..7cfd1ff 100644 --- a/brial.spec +++ b/brial.spec @@ -25,6 +25,7 @@ License: GPL-2.0-or-later Group: Productivity/Scientific/Math URL: https://github.com/BRiAl/BRiAl Source: https://github.com/BRiAl/BRiAl/releases/download/%version/%name-%version.tar.bz2 +BuildRequires: autoconf-archive BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libboost_headers-devel >= 1.58 @@ -74,7 +75,10 @@ developing with polybori/brial libraries. %autosetup -p1 %build +# refresh with riscv64 support +rm -f m4/ax_boost_base.m4 autoreconf -fi + %configure --disable-static %make_build