Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit e54b60c

Browse files
author
Matthias Koeppe
committed
build/pkgs/r/spkg-configure.m4: Bump required r version for rpy2
1 parent 9887c7e commit e54b60c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/pkgs/r/spkg-configure.m4

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
SAGE_SPKG_CONFIGURE([r], [
2-
m4_pushdef([SAGE_R_MINVER],["3.4.4"])
2+
dnl https://rpy2.github.io/doc/v3.4.x/html/overview.html#requirements
3+
m4_pushdef([SAGE_R_MINVER],["3.5"])
34
AS_CASE([$host],
45
[*-*-cygwin*], [
56
dnl #29486: rpy2 2.8.x does not build against system R on cygwin.

0 commit comments

Comments
 (0)