]> git.pld-linux.org Git - packages/R.git/commitdiff
- use internal tzcode, rel 2 auto/th/R-3.1.2-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 8 Mar 2015 22:56:58 +0000 (22:56 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 8 Mar 2015 22:56:58 +0000 (22:56 +0000)
R is incapable of using system tzcode properly, what ended in test
failures in code using strptime on x32.

R.spec

diff --git a/R.spec b/R.spec
index 517e86bdf4b72f6548596cfec06c9c4bc046c5a8..0775b78c851fde2a146fc3b23a593a8e399e9470 100644 (file)
--- a/R.spec
+++ b/R.spec
@@ -15,7 +15,7 @@ Summary:      A language for data analysis and graphics
 Summary(pl.UTF-8):     Język do analizy danych oraz grafiki
 Name:          R
 Version:       3.1.2
-Release:       1
+Release:       2
 License:       Mixed (distributable), mostly GPL v2+
 Group:         Development/Languages
 # CRAN master site: ftp://cran.r-project.org/pub/R/src/
@@ -117,6 +117,7 @@ cd build
        FC=gfortran \
        --enable-R-shlib \
        --enable-largefile \
+       --with-internal-tzcode \
        --with-ICU \
        --with-blas \
        --with-cairo \
This page took 0.153643 seconds and 4 git commands to generate.