]> rtime.felk.cvut.cz Git - hercules2020/hercules-compiler.git/commitdiff
Changed debian/rules devel debian/2018.11-2
authorFlavio Kreiliger <kreilfla@fel.cvut.cz>
Mon, 17 Sep 2018 15:43:42 +0000 (17:43 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 21 Nov 2018 08:03:39 +0000 (09:03 +0100)
Added rule to ignore missing dependency information in shared
libraries. This resolves the following error:

    dpkg-shlibdeps: error: no dependency information found for
    /usr/lib/aarch64-linux-gnu/tegra/libcuda.so.1 (used by
    debian/hercules-compiler/opt/hercules-compiler/lib/libomptarget.rtl.cuda.so)

The error appears when compiling the package on TX2.

[Commit message modified by Michal Sojka]

debian/rules

index 8a09e49acdf06ec1e5617d10c5835c11eb6380fd..6289ab0c6be625c6a8dcc591065b900113b7412c 100755 (executable)
 %:
        dh $@
 
+override_dh_shlibdeps:
+                   dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
+
+
 export PREFIX=/opt/hercules-compiler
 
 # override_dh_strip: