]> git.pld-linux.org Git - packages/lapack.git/blobdiff - lapack.spec
- switch optimilization off, see http://www.netlib.org/lapack/faq.html#1.13
[packages/lapack.git] / lapack.spec
index 48dd47e9058b4fc9eb6e4516635148b984431917..dd3935a3319af5bf29cfc5b544e7e53cfb06493e 100644 (file)
@@ -2,7 +2,7 @@ Summary:        The LAPACK libraries for numerical linear algebra
 Summary(pl.UTF-8):     Biblioteki numeryczne LAPACK do algebry liniowej
 Name:          lapack
 Version:       3.1.1
-Release:       3
+Release:       4
 License:       freely distributable
 Group:         Development/Libraries
 Source0:       http://www.netlib.org/lapack/%{name}-%{version}.tgz
@@ -18,6 +18,9 @@ BuildRequires:        libtool >= 2:1.5
 Requires:      blas = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# see http://www.netlib.org/lapack/faq.html#1.13
+%define       rpmcflags -O0
+
 %description
 LAPACK (Linear Algebra PACKage) is a standard library for numerical
 linear algebra. LAPACK provides routines for solving systems of
This page took 0.090624 seconds and 4 git commands to generate.