Fix FTBFS with latest cmake release.

This commit is contained in:
Jerry James 2019-01-17 21:59:59 -07:00
parent 2e267de53f
commit 96bdedf2b7
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: cryptominisat
Version: 5.6.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: SAT solver
License: MIT
@ -87,7 +87,7 @@ fi
sed -ri 's|install |&--root %{buildroot} |' python/CMakeLists.txt
%build
%cmake -DCMAKE_INSTALL_LIBDIR=%{_lib}
%cmake . -DCMAKE_INSTALL_LIBDIR=%{_lib}
%make_build
%install
@ -122,6 +122,9 @@ fi
%{python3_sitearch}/pycryptosat*
%changelog
* Thu Jan 17 2019 Jerry James <loganjerry@gmail.com> - 5.6.6-2
- Fix FTBFS with latest cmake release
* Mon Dec 24 2018 Jerry James <loganjerry@gmail.com> - 5.6.6-1
- New upstream release