From: Michal Sojka Date: Wed, 21 Nov 2018 07:46:15 +0000 (+0100) Subject: debian: Allow building against NVIDIA's CUDA package X-Git-Tag: debian/2018.11-2~3 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hercules2020/hercules-compiler.git/commitdiff_plain/bb87f644fbe810b3e32bcad596e65ee420653287 debian: Allow building against NVIDIA's CUDA package Previously, build-depends contained only the name of official Debian package. NVIDA's package has different name. --- diff --git a/debian/control b/debian/control index 9302324..32b5cb2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: hercules-compiler Section: devel Priority: optional Maintainer: Michal Sojka -Build-Depends: debhelper (>= 9), cmake (>= 3.7.2), ninja-build, python3:any, libffi-dev, libelf-dev:native, gcc-5:native, g++-5:native, nvidia-cuda-toolkit:native +Build-Depends: debhelper (>= 9), cmake (>= 3.7.2), ninja-build, python3:any, libffi-dev, libelf-dev:native, gcc-5:native, g++-5:native, nvidia-cuda-toolkit:native | cuda-toolkit-8-0 Standards-Version: 3.9.8 Homepage: https://iis-git.ee.ethz.ch/H2020-Compiler/HerculesCompiler #Vcs-Git: https://anonscm.debian.org/collab-maint/hercules-compiler.git