summaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorEric Sandall2019-07-09 03:24:50 +0000
committerEric Sandall2019-07-09 03:24:50 +0000
commitcaa739558cdc8dc58aedfebe515a06d498467dab (patch)
tree349c2c445e06dcd680c6ab6d781c79558535ccb4 /science
parent53cdd39c7a4f0c5c914d5546bebe40aab9e3f610 (diff)
r: Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
Diffstat (limited to 'science')
-rw-r--r--science/r/HISTORY5
-rwxr-xr-xscience/r/INSTALL2
2 files changed, 6 insertions, 1 deletions
diff --git a/science/r/HISTORY b/science/r/HISTORY
index d7b80a050d..45057db3cd 100644
--- a/science/r/HISTORY
+++ b/science/r/HISTORY
@@ -1,3 +1,8 @@
+2019-07-08 Eric Sandall <sandalle@sourcemage.org>
+ * Set 64-bit for EM64T as well.
+ Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed
+ SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
+
2018-04-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS, DEPENDS: version 3.4.4
diff --git a/science/r/INSTALL b/science/r/INSTALL
index 580e9cda9d..53665776c3 100755
--- a/science/r/INSTALL
+++ b/science/r/INSTALL
@@ -3,7 +3,7 @@ install -d -m 0755 -o root -g root $INSTALL_ROOT/usr/lib/R/doc/html &&
install -d -m 0755 -o root -g root $INSTALL_ROOT/usr/lib/R/doc/html/search &&
install -d -m 0755 -o root -g root $INSTALL_ROOT/usr/lib/R/doc/manual &&
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
install -d -m 0755 -o root -g root $INSTALL_ROOT/usr/lib64/R/doc &&
install -d -m 0755 -o root -g root $INSTALL_ROOT/usr/lib64/R/doc/html &&
install -d -m 0755 -o root -g root $INSTALL_ROOT/usr/lib64/R/doc/html/search &&