]> git.pld-linux.org Git - packages/R.git/commitdiff
- version 2.6.0 (NFY)
authorradek <radek@pld-linux.org>
Sat, 24 Nov 2007 11:30:11 +0000 (11:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed --with-lapack (build hangs for whatever reason)

Changed files:
    R.spec -> 1.94

R.spec

diff --git a/R.spec b/R.spec
index 83a736cb4769a71252fdc645924eb77ed06e40eb..da7ddcd2261a4e18e187f045a5ac4571730e9216 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.5.1
-Release:       0.2
+Version:       2.6.0
+Release:       0.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: 162f6d5a1bd7c60fd652145e050f3f3c
+# Source0-md5: 97e5d2542349925962b7469456d45731
 Source1:       %{name}.desktop
-Patch0:                %{name}-asneeded.patch
 URL:           http://www.r-project.org/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: blas-devel
 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
@@ -163,7 +163,6 @@ dystrubuowane w archiwum CRAN (Comprehensive R Archive Network).
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
@@ -175,17 +174,15 @@ 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}
-LANG=C LC_ALL=C %{__make} check
-%{__make} docs
-%{__make} help
-%{__make} html
-%{__make} info
+%{__make} check docs help html info
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.11289 seconds and 4 git commands to generate.