From 0cd86bab229dc5a668c57043d0f0d232017c2b5d Mon Sep 17 00:00:00 2001 From: "Christian F. A. Negre" Date: Mon, 25 Jun 2018 14:58:49 -0600 Subject: [PATCH] Added new checksum value --- lib/latte/Install.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/latte/Install.py b/lib/latte/Install.py index 8ba4e4ad6f..82936ecda4 100644 --- a/lib/latte/Install.py +++ b/lib/latte/Install.py @@ -12,12 +12,12 @@ help = """ Syntax from src dir: make lib-latte args="-b" or: make lib-latte args="-p /usr/local/latte" or: make lib-latte args="-m gfortran" - or: make lib-latte args="-b -v 1.2.0" + or: make lib-latte args="-b -v 1.2.1" Syntax from lib dir: python Install.py -b or: python Install.py -p /usr/local/latte or: python Install.py -m gfortran - or: python Install.py -v 1.2.0 -b + or: python Install.py -v 1.2.1 -b specify one or more options, order does not matter @@ -34,7 +34,7 @@ make lib-latte args="-p $HOME/latte" # use existing LATTE installation # settings -version = '1.2.0' +version = '1.2.1' # print error message or help