summaryrefslogtreecommitdiffstats
path: root/jjb/cicn/include-raw-cicn-metis-build.sh
blob: 77d375491cf56ec11d8df76164d698e719929ad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# basic build script example
set -euo pipefail
IFS=$'\n\t'

source ./build-package.sh

PACKAGE_NAME="METIS"
PACKAGE_DEPS="METIS_DEPS"
cd metis
build_package $PACKAGE_NAME $PACKAGE_DEPS