-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
31 lines (25 loc) · 797 Bytes
/
install.sh
File metadata and controls
31 lines (25 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/bash
#read -e -p "Install location: " install_direc
#install_direc="${install_direc/#\~/$HOME}"
#install_direc="$(realpath "$install_direc" 2>/dev/null)"
#if [ -d "$install_direc" ]; then
# cd "$install_direc"
#else
# echo "Directory does not exist: $install_direc" >&2
# exit 1
#fi
git clone https://github.com/317Lab/glow.git
git clone https://github.com/317Lab/asispectralinversion.git
cd asispectralinversion/src
pip install .
cd ../..
git clone https://github.com/317Lab/gemini3d.git
git clone https://github.com/317Lab/mat_gemini.git
git clone https://github.com/317Lab/mat_gemini-scripts.git
cd mat_gemini
git clone https://github.com/geospace-code/matlab-stdlib.git
cd ../gemini3d
git checkout jvi_save_sig
cmake -B build
cmake --build build --parallel
ctest --test-dir build