From deebe0f7633abcdb7b468f8399086f858ac9faef Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Jul 24 2020 15:43:46 +0000 Subject: Use __cmake_in_source_build --- diff --git a/moose.spec b/moose.spec index b8232b9..21f6ce2 100644 --- a/moose.spec +++ b/moose.spec @@ -1,10 +1,11 @@ +%global __cmake_in_source_build 1 #global commit 0e12e41b52deb8ea746bc760cddd6e100ca5cfd8 #global shortcommit %%(c=%{commit}; echo ${c:0:7}) Name: moose Version: 3.1.4 %global codename chamcham -Release: 12%{?dist}%{?prerelease:.%{prerelease}}%{?commit:.git%{shortcommit}} +Release: 13%{?dist}%{?prerelease:.%{prerelease}}%{?commit:.git%{shortcommit}} Summary: Multiscale Neuroscience and Systems Biology Simulator License: GPLv3 URL: http://moose.ncbs.res.in/ @@ -136,6 +137,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -c \ %doc README.md %changelog +* Fri Jul 24 2020 Jeff Law - 3.1.4-13 +- Use __cmake_in_source_build + * Thu Jun 25 2020 Orion Poplawski - 3.1.4-12 - Rebuild for hdf5 1.10.6