SHA256
1
0
forked from pool/normaliz
Jan Engelhardt 2019-08-26 05:45:21 +00:00 committed by Git OBS Bridge
parent f57630518c
commit e7cc48a24b

View File

@ -27,6 +27,7 @@ URL: https://www.normaliz.uni-osnabrueck.de/
Source: https://github.com/Normaliz/Normaliz/releases/download/v%version/%name-%version.tar.gz
Patch1: 0001-Fix-a-bunch-of-compiler-warnings-and-two-actual-bugs.patch
Patch2: headerfile.patch
BuildRequires: boost-devel
BuildRequires: cmake >= 2.6
#maybe with flint-devel later on
@ -80,9 +81,7 @@ the Normaliz computations from any C++ program.
%autosetup -p1
%build
if [ ! -e configure ]; then
autoreconf -fi
fi
autoreconf -fi
%configure --disable-static
make %{?_smp_mflags}