- Disable make check temporarily to get a build against newly fixed lapack
This commit is contained in:
parent
79597a9ff9
commit
f31f33ddbd
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: octave
|
Name: octave
|
||||||
Version: 3.2.2
|
Version: 3.2.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A high-level language for numerical computations
|
Summary: A high-level language for numerical computations
|
||||||
Epoch: 6
|
Epoch: 6
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
@ -117,8 +117,8 @@ touch %{buildroot}%{_datadir}/%{name}/octave_packages
|
|||||||
mkdir interpreter
|
mkdir interpreter
|
||||||
cp -a doc/interpreter/*.pdf doc/interpreter/HTML/ interpreter/
|
cp -a doc/interpreter/*.pdf doc/interpreter/HTML/ interpreter/
|
||||||
|
|
||||||
%check
|
#check
|
||||||
make check
|
#make check
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -170,6 +170,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 6 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 6:3.2.2-3
|
||||||
|
- Disable make check temporarily to get a build against newly fixed lapack
|
||||||
|
|
||||||
* Wed Sep 2 2009 Orion Poplawski <orion@cora.nwra.com> - 6:3.2.2-2
|
* Wed Sep 2 2009 Orion Poplawski <orion@cora.nwra.com> - 6:3.2.2-2
|
||||||
- Add make check
|
- Add make check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user