#! /usr/bin/env bash set -o errexit ( cd build/linux ./autogen.sh ./configure --with-cuda=/usr/local/cuda --with-python=/usr/bin/python3 make make install )