- 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:
parent
67cb494722
commit
9a9311958d
@ -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>
|
Tue Sep 8 13:00:37 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ License: GPL-2.0-or-later
|
|||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://github.com/BRiAl/BRiAl
|
URL: https://github.com/BRiAl/BRiAl
|
||||||
Source: https://github.com/BRiAl/BRiAl/releases/download/%version/%name-%version.tar.bz2
|
Source: https://github.com/BRiAl/BRiAl/releases/download/%version/%name-%version.tar.bz2
|
||||||
|
BuildRequires: autoconf-archive
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libboost_headers-devel >= 1.58
|
BuildRequires: libboost_headers-devel >= 1.58
|
||||||
@ -74,7 +75,10 @@ developing with polybori/brial libraries.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# refresh with riscv64 support
|
||||||
|
rm -f m4/ax_boost_base.m4
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user