Skip to content

Commit

Permalink
3.3.2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 13, 2017
1 parent 46f5989 commit 2b74277
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions recipe/0004-Win32-Use-TCL_VERSION_86.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -urN src/gnuwin32/fixed/etc/Makeconf src.new/gnuwin32/fixed/etc/Makeconf
--- src/gnuwin32/fixed/etc/Makeconf 2016-03-30 18:55:32.114800100 +0100
+++ src.new/gnuwin32/fixed/etc/Makeconf 2016-03-30 19:12:47.189673300 +0100
@@ -58,7 +58,7 @@

## For use in packages
GRAPHAPP_LIB = -lRgraphapp
-TCL_VERSION = 85
+TCL_VERSION = 86
# was a reference to Rzlib.dll in R < 3.2.0
ZLIB_LIBS = -lz

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{% set native = 'm2w64-' if win else '' %}
{% set posix= 'm2-' if win else '' %}
{% set version= '3.4.1' %}
{% set version= '3.3.2' %}

package:
name: r-base
version: {{ version }}

source:
url: https://cran.r-project.org/src/base/R-3/R-{{ version }}.tar.gz
sha256: 02b1135d15ea969a3582caeb95594a05e830a6debcdb5b85ed2d5836a6a3fc78
sha256: d294ad21e9f574fb4828ebb3a94b8cb34f4f304a41687a994be00dd41a4e514c
patches:
- mac-unicode.patch # [osx]
- 0002-Win32-Fix-trio-config-h-include-depth-issue.patch
- 0003-Win32-Do-not-static-libgcc-link.patch # This patch is only correct if using MSYS2's tcltk.
- 0003-Win32-Do-not-static-libgcc-link.patch # This patch is only correct if using MSYS2's tcltk.
- 0004-Win32-Use-TCL_VERSION_86.patch # This patch is only correct if using MSYS2's tcltk.
- 0005-Win32-Extend-sqrt-NA_real_-hack-to-all-GCC-versions.patch
- 0006-Win32-GCC-5.3-Fix-ISNAN-int-emits-UD2-insn.patch
- 0007-Win32-MSYS2-ENV_CONV_EXCL_R_ARCH.patch
- 0008-Darwin-set-DYLD_FALLBACK_LIBRARY_PATH.patch
- 0009-R-3.3.0-Use-AC_SEARCH_LIBS-to-search-for-ncurses.patch
- 0011-Linux-Do-not-modify-LD_LIBRARY_PATH.patch
- 0012-macOS-include-cairo_h-not-cairo-xlib_h.patch
- 0013-javareconf-do-not-fail-on-compile-fail.patch

build:
number: 1
number: 6
rpaths:
- lib/R/lib/
- lib/
Expand Down Expand Up @@ -75,7 +75,7 @@ requirements:
- {{native}}pcre # [win]
- {{native}}tk # [win]
- {{native}}tk 8.5.* # [not win]
- zlib 1.2.11 # [not win]
- zlib 1.2.8 # [not win]
- {{native}}zlib # [win]
- {{native}}gsl
- {{native}}libtiff >=4.0.3,<4.0.8
Expand Down

4 comments on commit 2b74277

@isuruf
Copy link
Member

@isuruf isuruf commented on 2b74277 Nov 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ocefpaf, this commit is failing r pacakges. See conda-forge/staged-recipes#4379 and conda-forge/staged-recipes#4412

@ocefpaf
Copy link
Member Author

@ocefpaf ocefpaf commented on 2b74277 Nov 14, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@isuruf
Copy link
Member

@isuruf isuruf commented on 2b74277 Nov 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall I pull these packages for now?

@ocefpaf
Copy link
Member Author

@ocefpaf ocefpaf commented on 2b74277 Nov 14, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.