GCC 5.3.1

This commit is contained in:
Anthony Scemama 2016-06-18 22:40:22 +02:00
parent 55bf56760a
commit beae2ab7bf
1 changed files with 1 additions and 3 deletions

View File

@ -6,8 +6,6 @@ set -e
cd .. ; QMCCHEM_PATH="$PWD" ; cd -
PACKAGES="core cryptokit ocamlfind sexplib" # ppx_sexp_conv"
declare -i i
# return 0 if program version is equal or greater than check version
check_version () {
if [[ $1 == $2 ]]
@ -34,7 +32,7 @@ check_version () {
fi
if ((10#${ver1[i]} < 10#${ver2[i]}))
then
return 2
return 0
fi
done
return 0