@@ -44,165 +44,6 @@ much code written for S runs unaltered under R.
4444 #9668.
4545 * libintl-visibility.patch: fix visibility of symbols for optional
4646 libintl library.
47+ * large_address_aware.patch: don't pass --large-address-aware to ld on
48+ Cygwin64.
4749
48- == Changelog ==
49-
50- === r-3.0.2.p0 (Jean-Pierre Flori, 30 October 2013) ===
51- * #14706: update to 3.0.2.
52- * Remove sqrtl.patch which is now upstream.
53- * Move old install of R on OS X.
54- * Fix visibility of symbols for built-in libintl.
55-
56- === r-3.0.1.p1 (Jean-Pierre Flori, 10 June 2013) ===
57- * #14706: Use --disable-long-double on Cygwin rather than patching.
58- * Add sqrtl.patch from upstream to make --disable-long-double work.
59-
60- === r-3.0.1.p0 (Emmanuel Charpentier, 8 June 2013) ===
61- * #14706: Drop-in replacement of upstream sources.
62-
63- === r-2.15.2.p2 (John H. Palmieri, 17 March 2013) ===
64- * #9668: fix hardcoding of paths in R by defining R_SHARE_DIR,
65- R_INCLUDE_DIR, and R_DOC_DIR relative to R_HOME_DIR, or rather, by
66- removing the portion of scripts/Makefile.in which hardcodes these
67- paths.
68-
69- === r-2.15.2.p1 (Jean-Pierre Flori, 7 February 2013) ===
70- * #14078: do not use logl on Cygwin.
71-
72- === r-2.15.2.p0 (Emmanuel Charpentier, 25 January 2013) ===
73- * "monkey see-monkey do" upgrade to current upstream
74- * simple drop of curent source in src
75- * removed patches/install_parallel.patch : patch complained
76- about a "reversed (or previously applied) patch detected!".
77- * re-enables installation of upstream source packages
78- (ticket #14008).
79-
80- === r-2.14.0.p6 (Jeroen Demeyer, 10 September 2012) ===
81- * #13443: some clean up of spkg-install.
82- * Compile R with optimization (at -O2 level).
83- * No longer pass -I and -L options to gcc (see #13348).
84- * No longer use sage_fortran (see #13349).
85- * Re-enable parallel make install, which works now (see #13428).
86-
87- === r-2.14.0.p5 (Jeroen Demeyer, 4 September 2012) ===
88- * #9906: separate the rpy2 spkg.
89-
90- === r-2.14.0.p4 (Jeroen Demeyer, 4 September 2012) ===
91- * #13428: add patch install_parallel.patch
92-
93- === r-2.14.0.p3 (Jeroen Demeyer, 30 March 2012) ===
94- * #12787: use -### instead of -v to detect linker options
95- * Don't export OSXFW in spkg-install
96- * Remove "export MAKE=make" and "export MAKEFLAGS=". Instead, install
97- with -j1.
98- * Removed the fix_hardcode Python script, found simpler work-around
99- using environment variable SAGE_BUILDING_R set in spkg-install.
100- * Use `patch` for patching.
101-
102- === r-2.14.0.p2 (John H. Palmieri, 17 Dec 2011) ===
103- * #12172: unconditionally disable X11 support on Darwin
104-
105- === r-2.14.0.p1 (Simon King, 10 Dec 2011) ===
106- * #12131: use --libdir, to make the package work on openSUSE
107-
108- === r-2.14.0.p0 (Volker Braun, 19th November 2011) ===
109- * #12057: upgrade to new upstream version
110-
111- === r-2.10.1.p4 (Leif Leonhardy, September 25th 2010) ===
112- * #10016: Don't call "sage -f" on the included Rpy spkg, instead call
113- "sage-spkg -f" directly, since only this is guaranteed to be present.
114- This is just a temporary solution, until the Rpy spkg is removed
115- from this one.
116-
117- === r-2.10.1.p3 (Mariah Lenox, 30 Jun 2010) ===
118- * added "--with-ICU=no" to configure line of spkg-install (#9396)
119-
120- === r-2.10.1.p2 (Mitesh Patel, June 8th 2010) ===
121- * #9186: Set an empty MAKEFLAGS variable before "make install". On
122- OS X, at least, this fixes building multiple spkgs in parallel (cf.
123- #8306).
124-
125- === r-2.10.1.p1 (Karl-Dieter Crisman, April 12th 2010) ===
126- * Re-enable Aqua support on OSX
127-
128- === r-2.10.1.p0 (David Kirkby, February 16th 2010) ===
129- * Several items all covered by #8285
130- * Added the undocumented option "--without-ICU" on Solaris,
131- as that allows R to build - otherwise it fails. I suspect the
132- ideal solution would be to add the ICU library from
133- http://site.icu-project.org/
134- but this option does allow R to build.
135- * Ensure SAGE64 will add the -m64 option on any platform,
136- not just OS X as before.
137- * Removed all references to the option --with-iconv=no,
138- as R needs iconv now - it is no longer optional - see
139- http://trac.sagemath.org/sage_trac/ticket/8191
140- * Implement a test for X on Solaris, as the previous test in
141- spkg-install would always fail on Solaris, as Solaris
142- lacks the header file checked for, despite the fact X
143- support works fine. So now I check for a library on Solaris.
144-
145- === r-2.10.1 (Karl-Dieter Crisman, January 15, 2010) ===
146- * Readline import issue is now fixed in R
147- * Re-enable recommended packages
148- * Upgrade rpy2 to 2.0.8
149- * FreeBSD support improved (patch by Peter Jeremy)
150-
151- === r-2.9.2 (Jason Grout, Sept 20, 2009) ===
152- * Also disable aqua support on 64 bit OSX
153-
154- === r-2.6.1.p22 (Michael Abshoff, January 20th, 2009) ===
155- * Also disable aqua support on 64 bit OSX
156-
157- === r-2.6.1.p21 (Michael Abshoff, October 12th, 2008) ===
158- * work around java infinite hang issue on OSX 10.5 (#4219)
159-
160- === r-2.6.1.p20 (Michael Abshoff, September 30th, 2008) ===
161- * set CPPFLAGS so that Sage's readline is picked up
162-
163- === r-2.6.1.p19 (Michael Abshoff, September 1st, 2008) ===
164- * Disabled libiconv support on Solaris
165-
166- === r-2.6.1.p18 (Michael Abshoff, August 30th, 2008) ===
167- * also disable aqua support on 32 bit Darwin
168-
169- === r-2.6.1.p17 (Michael Abshoff, May 29th, 2008) ===
170- * Use rpy-1.0.1.p2
171-
172- === r-2.6.1.p16 (Michael Abshoff, May 28th, 2008) ===
173- * add 64 bit OSX build support (#3196)
174-
175- === r-2.6.1.p15 (Josh Kantor, April 12th, 2008) ===
176- * make R help work (#2483)
177-
178- === r-2.6.1.p14 (Michael Abshoff, Jan. 27th, 2008) ===
179- * fix rpy build issue on OSX 10.4 (#1943)
180-
181- === r-2.6.1.p13 (Michael Abshoff, Jan. 26th, 2008) ===
182- * remove ATLAS and Lapack flags form configure for Darwin
183-
184- === r-2.6.1.p12 (Michael Abshoff, Jan. 26th, 2008) ===
185- * also delete all dylibs on OSX
186- * added SAGE_LOCAL check to spkg-check, spkg-install
187- * verify that rpy builds fine on OSX
188- * remove tar.gzs from recommended directory
189-
190- === r-2.6.1.p11 (Michael Abshoff, Jan. 26th, 2008) ===
191- * fix rpy to work with ATLAS
192- * fix parallel make since make install is broken with it.
193- * remove various R libraries from SAGE_LOCAL/lib
194-
195- === r-2.6.1.p10 (Michael Abshoff, Jan. 25th, 2008) ===
196- * fix framework issue on OSX
197- * flesh out SPKG.txt
198-
199- === r-2.6.1.p9 (Michael Abshoff, Jan. 25th, 2008) ===
200- * fix a shitload of build problems (#1852)
201- * add ATLAS support
202- * clean up, clean up, clean up
203-
204- === r-2.6.1.p8 (Michael Abshoff, Jan. 17th. 2008) ===
205- * bump version due to python now built with ucs4
206-
207- === r-2.6.1.p7 ===
208- * Updated the rpy package using trac #1427
0 commit comments