[vmmlib] New svn snapshot that fixes several problems in unit test

Jaroslav Škarvada jskarvad at fedoraproject.org
Wed Dec 14 15:46:38 UTC 2011


commit b246cc93b3c136c3929682455373e209422556e7
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Wed Dec 14 16:46:34 2011 +0100

    New svn snapshot that fixes several problems in unit test

 sources               |    2 +-
 vmmlib-test-fix.patch |   10 +++++-----
 vmmlib.spec           |   11 +++++++----
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/sources b/sources
index 0eda4a3..c30610a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f13d54359182bcc9b6e0f248a442d9ba  vmmlib-20111122svn540.tar.xz
+192dda08883fec6a70ee31c509a72e21  vmmlib-20111214svn556.tar.xz
diff --git a/vmmlib-test-fix.patch b/vmmlib-test-fix.patch
index bd54022..8914c18 100644
--- a/vmmlib-test-fix.patch
+++ b/vmmlib-test-fix.patch
@@ -19,13 +19,13 @@ diff -up vmmlib-20111122svn540/Makefile.orig vmmlib-20111122svn540/Makefile
  # on mac we want to use the frameworks, not the unix style libs 
  ARCH = $(shell uname)
 @@ -38,7 +46,7 @@ LDFLAGS += -framework Accelerate
- else
- CXXFLAGS += -DVMMLIB_USE_LAPACK 
  LDFLAGS +=
--LIBS += -lclapack -lf2c
-+LIBS += -lclapack -lf2c -llapack 
  
- endif
+ # adjust libs depending on your LAPACK and BLAS distribution
+-LIBS += -lclapack -lf2c -lcblas
++LIBS += -lclapack -lf2c -lcblas -llapack
+ # LIBS += -llapack -lblas
+ 
  
 diff --git a/tests/f2c_fix.h b/tests/f2c_fix.h
 index 0e25758..6356519 100644
diff --git a/vmmlib.spec b/vmmlib.spec
index fbb5844..2d0efd1 100644
--- a/vmmlib.spec
+++ b/vmmlib.spec
@@ -1,5 +1,5 @@
-%global     snap_date       20111122
-%global     svn_revision    540
+%global     snap_date       20111214
+%global     svn_revision    556
 %global     alphatag        %{snap_date}svn%{svn_revision}
 
 # The source for this package was pulled from upstream's subversion (svn).
@@ -9,7 +9,7 @@
 
 Name:          vmmlib
 Version:       0
-Release:       0.2.%{alphatag}%{?dist}
+Release:       0.3.%{alphatag}%{?dist}
 Summary:       A vector and matrix math library implemented using C++ templates
 Group:         Development/Libraries
 License:       BSD
@@ -19,7 +19,7 @@ Source0:       %{name}-%{alphatag}.tar.xz
 # there will be better fix
 Patch0:        vmmlib-test-fix.patch
 BuildArch:     noarch
-BuildRequires: atlas-devel lapack-devel f2c glibc-headers
+BuildRequires: atlas-devel lapack-devel blas-devel f2c glibc-headers
 
 %description
 vmmlib is a vector and matrix math library implemented using C++ templates.
@@ -60,6 +60,9 @@ mv include/vmmlib/{LICENSE,ACKNOWLEDGEMENTS} _tmpdoc/
 %{_includedir}/vmmlib
 
 %changelog
+* Tue Dec 13 2011 Jaroslav Škarvada <jskarvad at redhat.com> - 0-0.3.20111214svn556
+- New svn snapshot that fixes several problems in unit test
+
 * Tue Dec 13 2011 Jaroslav Škarvada <jskarvad at redhat.com> - 0-0.2.20111122svn540
 - Fixed unit test on 64 bit
 


More information about the scm-commits mailing list