]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/commitdiff
debian: Add CUDA to build dependencies
authorMichal Sojka <michal.sojka@cvut.cz>
Thu, 6 Sep 2018 17:25:36 +0000 (19:25 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Thu, 6 Sep 2018 20:54:39 +0000 (22:54 +0200)
README.md
debian/control

index efaed21cccefcb483c90264476ae93b8d286727f..cb4eef1054f7a2dac1967a8e3b64bbc21f103ab6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,10 +82,10 @@ qemu-user-static package so copy the static binaries from your host:
 Then modify /etc/apt/sources.list to contain the URL of arm64 package
 repository. This is the sources.list that I use:
 
-    deb [arch=amd64] http://cz.archive.ubuntu.com/ubuntu xenial main universe
+    deb [arch=amd64] http://cz.archive.ubuntu.com/ubuntu xenial main universe multiverse restricted
     deb-src http://cz.archive.ubuntu.com/ubuntu/ xenial main universe
 
-    deb [arch=arm64] http://ports.ubuntu.com/ xenial main universe
+    deb [arch=arm64] http://ports.ubuntu.com/ xenial main universe multiverse restricted
 
 Furthermore, Xenial has too old packages to cross build LLVM. For that
 reason, we backport the following packages: `cmake_3.7.2-1` from
index 35d6cb63f252f6e8a68f9c6678d5cf6b453d8364..59b24a9fa20a8a04fd800445ea00e71fb49fe1f2 100644 (file)
@@ -2,7 +2,7 @@ Source: hercules-compiler
 Section: devel
 Priority: optional
 Maintainer: Michal Sojka <michal.sojka@cvut.cz>
-Build-Depends: debhelper (>= 9), cmake (>= 3.7.2), ninja-build, python3:any, libffi-dev, libelf-dev, gcc-5:native, g++-5:native
+Build-Depends: debhelper (>= 9), cmake (>= 3.7.2), ninja-build, python3:any, libffi-dev, libelf-dev, gcc-5:native, g++-5:native, nvidia-cuda-toolkit:native
 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