Skip to content

Acts Typo Fix, master branch (2020.01.08.)

Fixed a typo in the Acts build configuration. It was only showing up as a warning in the Debug nightlies. Like:

-- Configuring the build of package: Acts
-- Found Eigen: /cvmfs/sft.cern.ch/lcg/releases/LCG_96/eigen/3.3.7/x86_64-centos7-gcc8-dbg/include/eigen3  
-- Boost version: 1.70.0
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Building Acts as part of this project
CMake Warning at /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/Cmake/3.14.3/Linux-x86_64/share/cmake-3.14/Modules/ExternalProject.cmake:1760 (message):
  Line 'CMAKE_BUILD_TYPE=STRING=Debug' does not match regex.  Ignoring.
Call Stack (most recent call first):
  /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/Cmake/3.14.3/Linux-x86_64/share/cmake-3.14/Modules/ExternalProject.cmake:2877 (_ep_command_line_to_initial_cache)
  /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/Cmake/3.14.3/Linux-x86_64/share/cmake-3.14/Modules/ExternalProject.cmake:2951 (_ep_extract_configure_command)
  /cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase/x86_64/Cmake/3.14.3/Linux-x86_64/share/cmake-3.14/Modules/ExternalProject.cmake:3214 (_ep_add_configure_command)
  /build/atnight/localbuilds/nightlies/master/build/src/AthenaExternals/External/Acts/CMakeLists.txt:43 (ExternalProject_Add)

So it went unnoticed so far... It seems the setting was just ignored in the debug nightlies, and we were building Acts in "default" mode until now.

Tagging @pagessin.

Merge request reports