Bamboo updates

This commit is contained in:
Shahram Najm 2015-05-15 10:21:54 +01:00
parent 64584eefc6
commit d3f4466d0e
2 changed files with 9 additions and 1 deletions

View File

@ -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")

View File

@ -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")