From c444aee2d8e31203c0b846a636a6e467564a4591 Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Mon, 15 Feb 2021 10:53:08 +0100 Subject: [PATCH] Adding openfpm_vars relocation --- install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install b/install index a37123ad4..a9a1c28e1 100755 --- a/install +++ b/install @@ -38,7 +38,7 @@ upgrade_openfpm=0 gpu_support=0 no_lin=0 -while getopts di:smghc:nul FLAG; do +while getopts div:smghc:nul FLAG; do case $FLAG in d) echo "Disable depencencies installation" @@ -79,6 +79,7 @@ while getopts di:smghc:nul FLAG; do v) echo "Relocating openfpm_vars file $OPTARG" VARS_FILE_LOCATION=$OPTARG + ;; h) #show help HELP ;; -- GitLab