]> git.pld-linux.org Git - packages/R.git/commitdiff
- ver. 6.2.1 (lapack stuff builds ok) auto/th/R-2_6_1-1
authorwrobell <wrobell@pld-linux.org>
Thu, 6 Dec 2007 23:46:07 +0000 (23:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 1

Changed files:
    R.spec -> 1.98

R.spec

diff --git a/R.spec b/R.spec
index 45bbceea3db29d67e8a92dc133cec8f0712b48d1..fa394a9003538a3229bd8b8d5d2c5b701140fab1 100644 (file)
--- a/R.spec
+++ b/R.spec
 Summary:       A language for data analysis and graphics
 Summary(pl.UTF-8):     JÄ™zyk do analizy danych oraz grafiki
 Name:          R
-Version:       2.6.0
-Release:       0.2
+Version:       2.6.1
+Release:       1
 License:       Mixed (distributable), mostly GPL
 Group:         Development/Languages
 # CRAN master site: ftp://cran.r-project.org/pub/R/src/
 Source0:       ftp://stat.ethz.ch/R-CRAN/src/base/R-2/%{name}-%{version}.tar.gz
-# Source0-md5: 97e5d2542349925962b7469456d45731
+# Source0-md5: 19c35a69e1afa73f5f70f91ff9939233
 Source1:       %{name}.desktop
 URL:           http://www.r-project.org/
 BuildRequires: autoconf
@@ -37,7 +37,7 @@ BuildRequires:        bzip2-devel
 BuildRequires: gcc-c++
 BuildRequires: gcc-fortran
 BuildRequires: gettext-devel
-#BuildRequires:        lapack-devel >= 3.1.1
+BuildRequires: lapack-devel >= 3.1.1
 BuildRequires: libjpeg-devel >= 6b
 BuildRequires: libpng-devel >= 1.0.5
 BuildRequires: libstdc++-devel
@@ -175,13 +175,11 @@ dystrubuowane w archiwum CRAN (Comprehensive R Archive Network).
        --with-libpng \
        --with-jpeglib \
        --with-blas \
+       --with-lapack \
        --with-readline \
        --with%{!?with_tcl:out}-tcltk \
        --with-recommended-packages
 
-# R gets into infinite loop in src/library/grDevices when this is enabled
-#      --with-lapack \
-
 %{__make}
 %if %{with tests}
 %{__make} check
This page took 0.058965 seconds and 4 git commands to generate.