#!/usr/bin/make -f

export PYBUILD_NAME=pyhst2
#export PYBUILD_DISABLE=test
#export PYBUILD_VERSIONS=3.8
#export PYBUILD_INTERPRETERS=python{version}

export CUDAHOME=/usr

%:
	dh $@ --with python3 --buildsystem=pybuild
