SPECS: R.spec - version 2.6.0 (NFY) - removed --with-lapack (build...
radek
radek at pld-linux.org
Sat Nov 24 12:30:16 CET 2007
Author: radek Date: Sat Nov 24 11:30:16 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- version 2.6.0 (NFY)
- removed --with-lapack (build hangs for whatever reason)
---- Files affected:
SPECS:
R.spec (1.93 -> 1.94)
---- Diffs:
================================================================
Index: SPECS/R.spec
diff -u SPECS/R.spec:1.93 SPECS/R.spec:1.94
--- SPECS/R.spec:1.93 Tue Aug 7 18:14:54 2007
+++ SPECS/R.spec Sat Nov 24 12:30:11 2007
@@ -21,23 +21,23 @@
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
@@ -164,7 +164,6 @@
%prep
%setup -q
-%patch0 -p1
%build
%configure \
@@ -176,17 +175,15 @@
--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
@@ -302,6 +299,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.94 2007-11-24 11:30:11 radek
+- version 2.6.0 (NFY)
+- removed --with-lapack (build hangs for whatever reason)
+
Revision 1.93 2007-08-07 16:14:54 wrobell
- lapack-devel requires blas-devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/R.spec?r1=1.93&r2=1.94&f=u
More information about the pld-cvs-commit
mailing list