]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
Travis: Hardcode libomp path
authorMichal Sojka <michal.sojka@cvut.cz>
Tue, 25 Sep 2018 11:10:17 +0000 (13:10 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Tue, 25 Sep 2018 11:21:16 +0000 (13:21 +0200)
When we run tests on Travis, libomp cannot be found automatically.

.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] }