]> git.pld-linux.org Git - packages/clapack.git/commitdiff
- cblas.h file added to cblas-devel (fixes bug #939)
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 18 Oct 2004 09:27:22 +0000 (09:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clapack.spec -> 1.21

clapack.spec

index 18d7c3e31173ca853427e0cd1ab53d157340c010..41c330416ca8051ba182107db2d12d5e9256b972 100644 (file)
@@ -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)
This page took 0.120217 seconds and 4 git commands to generate.