From d5d33e85132693dece9cc48f9c38b39b70ecfd41 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Dec 22 2013 16:17:49 +0000 Subject: Add BuildRequires on blas-devel and lapack-devel --- diff --git a/vtk.spec b/vtk.spec index 4fac98a..525a308 100644 --- a/vtk.spec +++ b/vtk.spec @@ -14,7 +14,7 @@ Summary: The Visualization Toolkit - A high level 3D visualization library Name: vtk Version: 6.0.0 -Release: 8%{?dist} +Release: 9%{?dist} # This is a variant BSD license, a cross between BSD and ZLIB. # For all intents, it has the same rights and restrictions as BSD. # http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant @@ -64,6 +64,8 @@ BuildRequires: PyQt4-devel BuildRequires: sip-devel BuildRequires: wget BuildRequires: %{_includedir}/Xm +BuildRequires: blas-devel +BuildRequires: lapack-devel %{!?with_java:Conflicts: vtk-java} Requires: hdf5 = %{_hdf5_version} @@ -439,6 +441,9 @@ cp -pr --parents Wrapping/*/README* _docs/ %doc vtk-examples/Examples %changelog +* Sun Dec 22 2013 Kevin Fenzi 6.0.0-9 +- Add BuildRequires on blas-devel and lapack-devel + * Sun Dec 22 2013 François Cami - 6.0.0-8 * Rebuild for rawhide.