You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"Error: could not find gfortran3 runtime library: $lib"
90
-
echo"Please install the gfortran3 runtime libraries:"
91
-
echo" On Debian based systems: apt-get install libgfortran3"
92
-
echo" On Oracle Linux 7: yum install libgfortran"
93
-
echo" On Oracle Linux 8: yum install compat-libgfortran-48"
89
+
echo"Error: could not find gfortran5 runtime library: $lib"
90
+
echo"Please install the gfortran5 runtime libraries:"
91
+
echo" On Debian based systems: apt-get install libgfortran-8-dev"
92
+
echo" On Oracle Linux 8: yum install libgfortran"
94
93
res=1
95
94
break
96
95
fi
@@ -99,19 +98,10 @@ done
99
98
echo"Error: could not find OpenMP runtime library: libgomp.so.1"
100
99
echo"Please install the OpenMP runtime library runtime libraries:"
101
100
echo" On Debian based systems: apt-get install libgomp1"
102
-
echo" On Oracle Linux 7 and 8: yum install libgomp"
101
+
echo" On Oracle Linux 8: yum install libgomp"
103
102
echo" Note: Oracle Linux 8 should contain libgomp by default"
104
103
res=1
105
104
fi
106
-
if which gfortran > /dev/null 2> /dev/null;then
107
-
echo"Note: if you intend to install R packages you may need additional packages."
108
-
echo"The following packages should cover the most commonly used R packages:"
109
-
echo" On Debian based systems: apt-get install build-essential gfortran libxml2 libc++-dev"
110
-
echo" On Oracle Linux 7 and 8: yum groupinstall 'Development Tools'"
111
-
if [[ $res!= 0 ]];then
112
-
echo"Caution: you still need to install gfortran3 runtime libraries on all systems where this version is not the default (Ubuntu 18 or higher, Oracle Linux 8 or higher)."
113
-
fi
114
-
fi
115
105
if [[ $res!= 0 ]];then
116
106
echo"The basic configuration of FastR failed."
117
107
echo"To learn more:"
@@ -120,6 +110,11 @@ done
120
110
exit 1
121
111
else
122
112
echo"The basic configuration of FastR was successfull."
113
+
echo""
114
+
echo"Note: if you intend to install R packages you may need additional dependencies."
115
+
echo"The following packages should cover the most commonly used R packages:"
116
+
echo" On Debian based systems: apt-get install build-essential gfortran libxml2 libc++-dev"
117
+
echo" On Oracle Linux 8: yum groupinstall 'Development Tools'"
0 commit comments