summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny2004-10-18 09:27:22 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit47ded7ba234a3e8a6699e6ffdc7bf3fd8cfebe50 (patch)
tree8a3eab13bd7a2334bd71b360e1938709e2da5e95
parentbda389814bef55be3b1e60f82b9653b5f3309b79 (diff)
downloadclapack-47ded7ba234a3e8a6699e6ffdc7bf3fd8cfebe50.zip
clapack-47ded7ba234a3e8a6699e6ffdc7bf3fd8cfebe50.tar.gz
- cblas.h file added to cblas-devel (fixes bug #939)
Changed files: clapack.spec -> 1.21
-rw-r--r--clapack.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/clapack.spec b/clapack.spec
index 18d7c3e..41c3304 100644
--- a/clapack.spec
+++ b/clapack.spec
@@ -2,7 +2,7 @@ Summary: The CLAPACK libraries for numerical linear algebra
Summary(pl): Biblioteki numeryczne CLAPACK do algebry liniowej
Name: clapack
Version: 3.0
-Release: 2
+Release: 3
License: freely distributable
Group: Development/Libraries
Source0: http://www.netlib.org/clapack/%{name}.tgz
@@ -130,6 +130,8 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+install BLAS/WRAP/cblas.h $RPM_BUILD_ROOT/%{_includedir}
+
%clean
rm -fr $RPM_BUILD_ROOT
@@ -162,6 +164,7 @@ rm -fr $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%{_libdir}/libcblas.so
%{_libdir}/libcblas.la
+%{_includedir}/cblas.h
%files -n cblas-static
%defattr(644,root,root,755)