diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2020-01-26 08:14:32 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2020-01-26 08:14:32 +0100 |
commit | ea424f096c05a9587ffaa0bc6e5392790a046bd7 (patch) | |
tree | 01d0f9c596ebea229e6a8e2774a7a69a502a3488 /tests/config.sh | |
parent | 02b452a86d11655002fdfbb1566ef494e2c954d2 (diff) | |
download | ufo-roof-ea424f096c05a9587ffaa0bc6e5392790a046bd7.tar.gz ufo-roof-ea424f096c05a9587ffaa0bc6e5392790a046bd7.tar.bz2 ufo-roof-ea424f096c05a9587ffaa0bc6e5392790a046bd7.tar.xz ufo-roof-ea424f096c05a9587ffaa0bc6e5392790a046bd7.zip |
Build ROOF sinograms
Diffstat (limited to 'tests/config.sh')
-rw-r--r-- | tests/config.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/config.sh b/tests/config.sh index ecb46b6..3d5dbba 100644 --- a/tests/config.sh +++ b/tests/config.sh @@ -1,6 +1,9 @@ uname -r | grep el7 &> /dev/null el7=$(($? == 0)) +arch="" +[ $el7 -ne 0 ] && arch="64" + ods_path=/mnt/ands/ods/bin-fedora/ vma_path=/mnt/ands/ vma_lib_path=/mnt/ands/lib64-fedora/ |