From d3f4466d0e6140de2565209bf084ab0c3495005f Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 15 May 2015 10:21:54 +0100 Subject: [PATCH] Bamboo updates --- bamboo/macosx1010-flags.cmake | 2 ++ bamboo/opensuse131-CLANG-flags.cmake | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 bamboo/macosx1010-flags.cmake diff --git a/bamboo/macosx1010-flags.cmake b/bamboo/macosx1010-flags.cmake new file mode 100644 index 000000000..fba3c2980 --- /dev/null +++ b/bamboo/macosx1010-flags.cmake @@ -0,0 +1,2 @@ +# All python tests fail due to error loading the SWIG generated extension module +SET( ENABLE_PYTHON OFF CACHE BOOL "Disable Python") diff --git a/bamboo/opensuse131-CLANG-flags.cmake b/bamboo/opensuse131-CLANG-flags.cmake index 82881c100..37054dde9 100644 --- a/bamboo/opensuse131-CLANG-flags.cmake +++ b/bamboo/opensuse131-CLANG-flags.cmake @@ -1 +1,7 @@ -SET( CMAKE_C_FLAGS "-fsanitize=thread" CACHE STRING "Enable clang thread sanitizer" ) +#SET( CMAKE_C_FLAGS "-fsanitize=thread" CACHE STRING "Enable clang thread sanitizer" ) + +# Compilation fails for fortran bindings and clang +#SET( ENABLE_FORTRAN OFF CACHE BOOL "Disable Fortran") + +# All python tests fails due to error loading the shared python lib: undefined symbol: __tsan_init +#SET( ENABLE_PYTHON OFF CACHE BOOL "Disable Python")