[arch-commits] Commit in r/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Damir Perisa
damir at archlinux.org
Fri May 2 12:42:33 UTC 2008
Date: Friday, May 2, 2008 @ 08:42:32
Author: damir
Revision: 1243
Merged revisions 2-1242 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/r/trunk
........
r356 | aaron | 2008-04-19 00:56:27 +0200 (Sam, 19 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r1242 | damir | 2008-05-02 14:42:17 +0200 (Fre, 02 Mai 2008) | 1 line
upgpkg: r 2.7.0-1
........
Modified:
r/repos/extra-x86_64/ (properties)
r/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
Property changes on: r/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /r/trunk:1
+ /r/trunk:1-1242
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-05-02 12:42:17 UTC (rev 1242)
+++ extra-x86_64/PKGBUILD 2008-05-02 12:42:32 UTC (rev 1243)
@@ -3,19 +3,17 @@
# Contributor: K. Piche <kpiche at rogers.com>
pkgname=r
-pkgver=2.6.2
+pkgver=2.7.0
pkgrel=1
pkgdesc="R is a language and environment for statistical computing and graphics"
arch=("i686" "x86_64")
license=('GPL')
url=('http://www.r-project.org/')
-depends=('blas>=19980702-4' 'lapack>=3.1.1-3' 'bzip2' 'libpng' 'libjpeg' 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs>=4.3.0' 'tk' 'libxt' 'libxmu')
+depends=('blas>=19980702-4' 'lapack>=3.1.1-3' 'bzip2' 'libpng' 'libjpeg' 'libtiff' 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs>=4.3.0' 'tk' 'libxt' 'libxmu' 'pango')
makedepends=('java-gcj-compat')
source=(http://cran.r-project.org/src/base/R-2/R-${pkgver}.tar.gz
r.desktop
r.png)
-md5sums=('1099cbf02c624ceb459d9bbc4d0d1448' 'f6d54d32e510d90c748a0d16d2abcbdc'\
- '00659f39e90627fe87f1645df5d4e3a7')
build() {
cd ${startdir}/src/R-${pkgver}
@@ -54,6 +52,7 @@
}
+
# R is now configured for x86_64-unknown-linux-gnu
#
# Source directory: .
@@ -64,16 +63,11 @@
#
# C++ compiler: g++ -march=x86-64 -mtune=generic -O2 -pipe
# Fortran 90/95 compiler: gfortran -g -O2
-# Obj-C compiler:
+# Obj-C compiler: gcc -g -O2
#
# Interfaces supported: X11, tcltk
-# External libraries: readline, BLAS(generic), LAPACK(generic)
-# Additional capabilities: PNG, JPEG, iconv, MBCS, NLS
-# Options enabled: shared R library, R profiling, Java
+# External libraries: readline
+# Additional capabilities: PNG, JPEG, iconv, MBCS, NLS, cairo
+# Options enabled: shared R library, shared BLAS, R profiling, Java
#
# Recommended packages: yes
-
-
-
-
-
More information about the arch-commits
mailing list