Keep in-sync with R 4.2.3

master
rsadowski 2023-08-29 13:07:38 +00:00
parent df7dd7df08
commit b8a13ba6bd
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ ONLY_FOR_ARCHS = ${LP64_ARCHS}
V = 1.3.959
COMMENT = Integrated Development Environment (IDE) for R
PKGNAME = rstudio-${V}
REVISION = 9
REVISION = 10
CATEGORIES = math x11
HOMEPAGE = https://www.rstudio.com/
@ -52,7 +52,7 @@ BUILD_DEPENDS = devel/apache-ant
LIB_DEPENDS = devel/boost \
devel/libinotify \
math/R \
math/R>=4.2.3 \
security/openpam \
sysutils/e2fsprogs \
x11/qt5/qtsensors \

View File

@ -8,7 +8,7 @@ Index: src/cpp/core/r_util/REnvironmentPosix.cpp
#else
-#define kLibRFileName "libR.so"
+#define kLibRFileName "libR.so.39.0"
+#define kLibRFileName "libR.so.39.1"
#define kLibraryPathEnvVariable "LD_LIBRARY_PATH"
FilePath systemDefaultRScript(std::string* pErrMsg)