raspberrypi-hpl/scripts/compile_all.sh

12 lines
133 B
Bash
Raw Permalink Normal View History

#!/bin/bash
. CONFIG
mkdir -p ${DOWNLOADS}
mkdir -p ${WORKDIR}
./install_deps.sh
./make_mpich.sh
./make_openblas.sh
./make_hpl.sh