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

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