forked from pool/normaliz
This commit is contained in:
parent
f57630518c
commit
e7cc48a24b
@ -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
|
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
|
Patch1: 0001-Fix-a-bunch-of-compiler-warnings-and-two-actual-bugs.patch
|
||||||
|
Patch2: headerfile.patch
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: cmake >= 2.6
|
BuildRequires: cmake >= 2.6
|
||||||
#maybe with flint-devel later on
|
#maybe with flint-devel later on
|
||||||
@ -80,9 +81,7 @@ the Normaliz computations from any C++ program.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if [ ! -e configure ]; then
|
autoreconf -fi
|
||||||
autoreconf -fi
|
|
||||||
fi
|
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user