aboutsummaryrefslogtreecommitdiff
path: root/generate_projects_linux.sh
blob: 362cb11283328397f98f02a9ceeac275b4e8e982 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh +x

# Set the blast root to the current directory
SCRIPT=$(readlink -f "$0")
export BLAST_ROOT_DIR=$(dirname $SCRIPT)
echo $BLAST_ROOT_DIR

# Run packman to ensure dependencies are present and run cmake generation script afterwards
echo "Running packman in preparation for cmake ..."

$BLAST_ROOT_DIR"/buildtools/packman/linux/packman" $PM_OPTIONS_EXT pull $BLAST_ROOT_DIR"/dependencies.xml" --platform linux --postscript $BLAST_ROOT_DIR"/buildtools/cmake_projects_linux.sh"