]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/blobdiff - .travis.yml
Fix and simplify CUDA version of ComplexMat::sqr_norm
[hercules2020/kcf.git] / .travis.yml
index e45251f590bea208477f2771bc2f00e4c45396c1..3f773e3843b87c1c7ec5e19051181f95c181c34e 100644 (file)
@@ -41,7 +41,7 @@ matrix:
       name: clang & test
       script:
         - make BUILDS="$(make print_BUILDS|grep -v cufft|paste -s)"
-        - ninja test
+        - LD_LIBRARY_PATH=/usr/local/clang-5.0.0/lib/ ninja test
       addons:
         apt: { sources: *common_sources, packages: [*common_packages, unzip] }