From 48099d5189fe79e4be25a44f04dfae23b9d81970 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 25 Sep 2018 13:10:17 +0200 Subject: [PATCH] Travis: Hardcode libomp path When we run tests on Travis, libomp cannot be found automatically. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e45251f..3f773e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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] } -- 2.39.2