- Disable parallel ctest checks for now
This commit is contained in:
parent
d9a4e0ab43
commit
bc19f3b8a6
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 2.8.1
|
Version: 2.8.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Cross-platform make system
|
Summary: Cross-platform make system
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -93,7 +93,8 @@ desktop-file-install --delete-original \
|
|||||||
%check
|
%check
|
||||||
unset DISPLAY
|
unset DISPLAY
|
||||||
pushd build
|
pushd build
|
||||||
bin/ctest -V %{?_smp_mflags}
|
bin/ctest -V
|
||||||
|
#ModuleNoticesTest is not parallel safe %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -135,6 +136,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 30 2010 Orion Poplawski <orion@cora.nwra.com> - 2.8.1-2
|
||||||
|
- Disable parallel ctest checks for now
|
||||||
|
|
||||||
* Tue Mar 23 2010 Orion Poplawski <orion@cora.nwra.com> - 2.8.1-1
|
* Tue Mar 23 2010 Orion Poplawski <orion@cora.nwra.com> - 2.8.1-1
|
||||||
- Update to 2.8.1 final
|
- Update to 2.8.1 final
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user