forked from UppASD/UppASD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup_UppASD.sh
More file actions
executable file
·17 lines (16 loc) · 849 Bytes
/
setup_UppASD.sh
File metadata and controls
executable file
·17 lines (16 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
echo "---------------UppASD-setup-script---------------"
echo " __ __ ___ _______ ____ ___ "
echo " / / / /__ ___ / _ | / __/ _ \ / __/ / _ \ "
echo " / /_/ / _ \/ _ \/ __ |_\ \/ // / /__ \_/ // / "
echo " \____/ .__/ .__/_/ |_/___/____/ /____(_)___/ "
echo " /_/ /_/ "
echo "-------------------------------------------------"
echo " This scripts sets up the UppASD build system "
echo " No files will be installed outside this folder "
#read -p " Press any key to continue... "
echo "-------------------------------------------------"
echo " *Creating makefile and object dependencies "
python source/make/generateDependencies.py > /dev/null
echo " *Scanning the system for available compilers "
python source/make/suggestProfiles.py