Browse Source

disable AVX512 for Skylake processors to fix travis

Yuliy Schwartzburg 6 năm trước cách đây
mục cha
commit
b02f622c39
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -60,7 +60,7 @@ script:
 # Tutorials and tests
 # Tutorials and tests
 - mkdir build
 - mkdir build
 - cd build
 - cd build
-- cmake -DCMAKE_BUILD_TYPE=$CONFIG -DLIBIGL_BUILD_TESTS=ON -DLIBIGL_BUILD_TUTORIALS=ON ../
+- cmake -DCMAKE_BUILD_TYPE=$CONFIG -DLIBIGL_BUILD_TESTS=ON -DLIBIGL_BUILD_TUTORIALS=ON -DEMBREE_ISA_AVX512SKX=OFF ../
 - make -j 2
 - make -j 2
 - ctest --verbose
 - ctest --verbose
 - ccache --show-stats
 - ccache --show-stats