- Update ax_boost_base.m4 during build with riscv64 support.

OBS-URL: https://build.opensuse.org/package/show/science/brial?expand=0&rev=3
This commit is contained in:
Jan Engelhardt 2020-09-22 22:08:23 +00:00 committed by Git OBS Bridge
parent 67cb494722
commit 9a9311958d
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 22 22:07:50 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update ax_boost_base.m4 during build with riscv64 support.
-------------------------------------------------------------------
Tue Sep 8 13:00:37 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -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