Skip gsl-test always (upstream issue #103)

This commit is contained in:
sagitter 2017-02-26 18:08:19 +01:00
parent 9b5e2e2e18
commit 517d77c743
1 changed files with 3 additions and 2 deletions

View File

@ -248,14 +248,14 @@ chrpath --delete %{buildroot}%{_libdir}/%{name}/bin/tableproxy%{__isa_bits}
%check
pushd build
%if 0%{?rhel} && 0%{?rhel} > 6
ctest3 --force-new-ctest-process --parallel %{?_smp_mflags}
ctest3 --force-new-ctest-process --parallel %{?_smp_mflags} -I 4,15,,1,17,28
%endif
%if 0%{?rhel} && 0%{?rhel} < 7
# https://github.com/ampl/mp/issues/103
ctest3 --force-new-ctest-process --parallel %{?_smp_mflags} -I 4,15,,1,17,28
%endif
%if 0%{?fedora}
ctest --force-new-ctest-process --parallel %{?_smp_mflags}
ctest --force-new-ctest-process --parallel %{?_smp_mflags} -I 4,15,,1,17,28
%endif
%post -p /sbin/ldconfig
@ -287,6 +287,7 @@ ctest --force-new-ctest-process --parallel %{?_smp_mflags}
%changelog
* Sun Feb 26 2017 Antonio Trande <sagitter@fedoraproject.org.com> - 3.1.0-7.20160810git1f3980
- Fix environment-modules required on epel7
- Skip gsl-test always (upstream issue #103)
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-6.20161124git1f3980
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild