From a7f8af4b8715ce23ccd9a6e8f5f3509b94188cc0 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 16 Jun 2020 10:46:00 -0700 Subject: [PATCH] macOS Travis: Debug ADIOS 2.6.0 --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0729436aa1..239e336671 100644 --- a/.travis.yml +++ b/.travis.yml @@ -196,7 +196,7 @@ jobs: $EXTRA_CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$HOME/openPMD-test-install $TRAVIS_BUILD_DIR - - make -j 2 + - make VERBOSE=ON # run tests # pybind11: work-around for missing symbols with sanitizers # /usr/local/clang-7.0.0/lib/clang/7.0.0/lib/linux/libclang_rt.asan-x86_64.so @@ -204,6 +204,9 @@ jobs: - if [ "$USE_PYTHON" == "ON" ] && [ ! -z ${ASAN_OPTIONS+x} ]; then export LD_PRELOAD=/usr/local/clang-7.0.0/lib/clang/7.0.0/lib/linux/libclang_rt.asan-x86_64.so; fi + - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then + otool -l /Users/travis/build/bin/openpmd-ls; + fi - CTEST_OUTPUT_ON_FAILURE=1 travis_wait make test - if [ ! -z ${LD_PRELOAD+x} ]; then unset LD_PRELOAD; @@ -744,6 +747,10 @@ install: spack load adios2$ADIOS2_VERSION $CXXSPEC $SPACK_VAR_MPI; fi - spack clean -a + - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then + ls -hal /Users/travis/.cache/spack/opt/spack/darwin-*/clang-*/adios2-2.6.0-*/lib/*; + otool -l /Users/travis/.cache/spack/opt/spack/darwin-*/clang-*/adios2-2.6.0-*/lib/libadios2_cxx11.2.dylib; + fi before_cache: # https://stackoverflow.com/questions/39930171/cache-brew-builds-with-travis-ci