]> git.pld-linux.org Git - packages/lapack.git/commitdiff
- switch optimilization off, see http://www.netlib.org/lapack/faq.html#1.13 auto/th/lapack-3_1_1-4
authorwrobell <wrobell@pld-linux.org>
Tue, 11 Dec 2007 18:34:58 +0000 (18:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 4

Changed files:
    lapack.spec -> 1.37

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.070747 seconds and 4 git commands to generate.