Skip to content

Commit

Permalink
define $TZ when installing R to avoid problems with rstan extension
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Mar 30, 2021
1 parent 8a9e740 commit 86e5ca9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,9 @@ check_exit_code $? "${ok_msg}" "${fail_msg}"
echo ">> Installing R 4.0.0 (better be patient)..."
ok_msg="R installed, wow!"
fail_msg="Installation of R failed, so sad..."
$EB R-4.0.0-foss-2020a.eb --robot
# define $TZ to avoid problems when installing rstan extension,
# see https://github.com/stan-dev/rstan/issues/612
TZ=UTC $EB R-4.0.0-foss-2020a.eb --robot
check_exit_code $? "${ok_msg}" "${fail_msg}"

echo ">> Installing Bioconductor 3.11 bundle..."
Expand Down

0 comments on commit 86e5ca9

Please sign in to comment.