sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.35k stars 460 forks source link

Cannot import rpy2.rinterface.rinterface on Cygwin #13350

Closed jpflori closed 11 years ago

jpflori commented 12 years ago

cygchecking the corresponding dll shows that libR.dll cannot be found. Indeed, it resides in SAGE_LOCAL/lib/R/lib/ which is not part of PATH. Adding it to path seems to fix the issue.

Apply attachment: trac_13350.patch to SAGE_ROOT.

CC: @kcrisman

Component: porting: Cygwin

Keywords: cygwin r rpy2

Author: Jean-Pierre Flori

Reviewer: Karl-Dieter Crisman

Merged: sage-5.7.beta0

Issue created by migration from https://trac.sagemath.org/ticket/13350

jpflori commented 12 years ago

Attachment: trac_13350.patch.gz

jpflori commented 12 years ago

Author: Jean-Pierre Flori

jpflori commented 12 years ago

Description changed:

--- 
+++ 
@@ -1,3 +1,5 @@
 cygchecking the corresponding dll shows that libR.dll cannot be found.
 Indeed, it resides in SAGE_LOCAL/lib/R/lib/ which is not part of PATH.
 Adding it to path seems to fix the issue.
+
+Apply [attachment: trac_13350.patch](https://github.com/sagemath/sage-prod/files/10656139/trac_13350.patch.gz) to SAGE_ROOT.
kcrisman commented 11 years ago
comment:3

This fixes the problem, nice work.

kcrisman commented 11 years ago

Reviewer: Karl-Dieter Crisman

jdemeyer commented 11 years ago

Merged: sage-5.7.beta0