File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed
Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 1- SAGE_SPKG_CONFIGURE([ r] , [
2- dnl https://rpy2.github.io/doc/v3.4.x/html/overview.html#requirements
3- m4_pushdef ( [ SAGE_R_MINVER] ,[ "3.5"] )
4- PKG_CHECK_MODULES([ R] , [ libR >= SAGE_R_MINVER] , [
5- AC_PATH_PROG ( [ R] , [ R] )
6- AS_IF ( [ test "x$R" = x] , [
7- AC_MSG_NOTICE ( [ R is not found] )
8- sage_spkg_install_r=yes
9- ] , [
10- dnl TODO: check that versions of R and libR match
11- sage_spkg_install_r=no
12- ] )
13- ] , [ sage_spkg_install_r=yes] )
14- m4_popdef ( [ SAGE_R_MINVER] )
1+ SAGE_SPKG_CONFIGURE([ r] , [ dnl
2+ dnl https://rpy2.github.io/doc/v3.4.x/html/overview.html#requirements
3+ m4_pushdef ( [ SAGE_R_MINVER] , [ "3.5"] )
4+ PKG_CHECK_MODULES([ R] , [ libR >= SAGE_R_MINVER] , [ dnl
5+ AC_PATH_PROG ( [ R] , [ R] )
6+ AS_IF ( [ test "x$R" = x] , [ dnl
7+ AC_MSG_NOTICE ( [ R is not found] )
8+ sage_spkg_install_r=yes
9+ ] , [ dnl TODO: check that versions of R and libR match
10+ sage_spkg_install_r=no
11+ ] )
12+ ] , [ sage_spkg_install_r=yes] )
13+ m4_popdef ( [ SAGE_R_MINVER] )
1514] )
You can’t perform that action at this time.
0 commit comments