From 267ee2afc0849095d7b6c7eb87d0d8155861c569 Mon Sep 17 00:00:00 2001 From: Simon Wilson Date: Mon, 10 May 2021 11:46:26 +0100 Subject: [PATCH] Set Psyclone to 1.9.0 --- lfric_env.def | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfric_env.def b/lfric_env.def index 6d2f26f..a8d19b4 100755 --- a/lfric_env.def +++ b/lfric_env.def @@ -47,6 +47,7 @@ NETCDF_FORTRAN=4.4.2 NETCDF_CXX=4.2 YAXT=0.9.0 PFUNIT=3.2.9 +PSYCLONE=1.9.0 #fcm cd $BASE_DIR @@ -190,7 +191,7 @@ rm -fr $BUILD_DIR python3 -m pip install --no-cache-dir --upgrade pip python3 -m pip install --upgrade setuptools python3 -m pip install Jinja2 -python3 -m pip install PSyclone +python3 -m pip install PSyclone==$PSYCLONE ln -s /usr/bin/python3 $INSTALL_DIR/bin/python