From 1c6547d093f1d6ef23f06722d8089b1c24cab624 Mon Sep 17 00:00:00 2001 From: sagitter Date: Wed, 5 Aug 2020 12:20:18 +0200 Subject: [PATCH] Enable __cmake_in_source_build --- mp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mp.spec b/mp.spec index 1636373..0107766 100644 --- a/mp.spec +++ b/mp.spec @@ -1,3 +1,5 @@ +%global __cmake_in_source_build 1 + # 'libmp.so' from 'gmp' conflicts with same library provided by this package. # mp's libraries are so installed in a private directory on epel6. # https://lists.centos.org/pipermail/centos-devel/2016-June/014820.html @@ -335,7 +337,7 @@ ctest3 --force-new-ctest-process -E gsl ctest3 --force-new-ctest-process %endif %else -ctest --force-new-ctest-process +ctest --force-new-ctest-process -j1 -VV --output-on-failure --debug -R 'jacop-test' && exit 1 %endif %ldconfig_scriptlets @@ -375,6 +377,8 @@ ctest --force-new-ctest-process * Sat Aug 01 2020 Fedora Release Engineering - 3.1.0-30.20200303git7fd4828 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild +- Enable __cmake_in_source_build +- Investigate jacop-test failure on ppc64le * Tue Jul 28 2020 Fedora Release Engineering - 3.1.0-29.20200303git7fd4828 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild