[vtk] Add BuildRequires on blas-devel and lapack-devel

Kevin Fenzi kevin at fedoraproject.org
Sun Dec 22 16:17:59 UTC 2013


commit d5d33e85132693dece9cc48f9c38b39b70ecfd41
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Dec 22 09:17:49 2013 -0700

    Add BuildRequires on blas-devel and lapack-devel

 vtk.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <kevin at scrye.com> 6.0.0-9
+- Add BuildRequires on blas-devel and lapack-devel
+
 * Sun Dec 22 2013 François Cami <fcami at fedoraproject.org> - 6.0.0-8
 * Rebuild for rawhide.
 


More information about the scm-commits mailing list