FairRootGroup / FairSoft

Repository for installation routines of the external software required by FairRoot
GNU Lesser General Public License v3.0
16 stars 62 forks source link

Root intallation fails for FairSoft jun19p2 on OSX 10.14.6 #171

Closed TobiasStockmanns closed 4 years ago

TobiasStockmanns commented 4 years ago

Installation of FairSoft fails with the installation of root:

System: OSX 10.14.6 Xcode 10.2.1

Settings: compiler=Clang debug=no optimize=no build_MQOnly=no geant4_download_install_data_automatic=yes geant4_install_data_from_dir=no geant4mt=no build_root6=yes build_python=no install_sim=yes SIMPATH_INSTALL=/Users/tstockmanns/PandaSoftware/FairSoft/jun19/build platform=macosx

Compiling the external packages with the Clang compiler Building the libraries with optimization ----------------- Install FairSoft --------------- -- The C compiler identification is AppleClang 10.0.1.10010046 -- The CXX compiler identification is AppleClang 10.0.1.10010046 -- Check for working C compiler: /usr/bin/clang -- Check for working C compiler: /usr/bin/clang -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/clang++ -- Check for working CXX compiler: /usr/bin/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- The Fortran compiler identification is GNU 8.3.0 -- Checking whether Fortran compiler has -isysroot -- Checking whether Fortran compiler has -isysroot - yes -- Checking whether Fortran compiler supports OSX deployment target flag -- Checking whether Fortran compiler supports OSX deployment target flag - yes -- Check for working Fortran compiler: /usr/local/bin/gfortran -- Check for working Fortran compiler: /usr/local/bin/gfortran -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- yes -- Found Clang Version >= 3.4 -- Found all necessary compilers. -- Found X11: /usr/X11R6/include -- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib -- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found all necessary X11 features. -- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework -- Found all necessary OpenGL features. -- Found CURL: /usr/lib/libcurl.dylib (found version "7.54.0") -- Found OpenSSL: /usr/local/opt/openssl/lib/libcrypto.dylib (found version "1.0.2s") -- Found all necessary programs in PATH. -- Performing Test HAS_CXX11 -- Performing Test HAS_CXX11 - Success -- Current compiler does suppport -std=c++11 option. -- Performing Test HAS_LIBCXX -- Performing Test HAS_LIBCXX - Success -- Current compiler does suppport -stdlib=libc++ -- Found Subversion: /usr/bin/svn (found version "1.10.3") -- Configuring done -- Generating done -- Build files have been written to: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/test/build The following parameters are set. System : 64bit C++ compiler : clang++ C compiler : clang Fortran compiler : gfortran CXXFLAGS : -O2 -std=c++11 -stdlib=libc++ CFLAGS : -O2 FFLAGS : -O2 CMAKE BUILD TYPE : Release Compiler : Clang Fortran compiler : gfortran Debug : no Optimization : no Platform : macosx Architecture : macosx64 G4System : Darwin-g++ g4_data_files : g4_get_data : build G4 with MT : no Number of parallel processes for build : 4 Installation Directory: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build Found cmake version 3.14.0 which is newer than the required version 3.12.4 in PATH This version is okay. Don't install cmake as external package. Package gtest is OK Package gsl is OK Package Vc is OK Package Boost is OK Package Pythia6 is OK Package hepmc is OK Package pythia8 is OK Package Geant4-lib is OK *** Compiling root ................ mkdir: build_for_fair: File exists Copied rootconfig.sh ...................... Configure Root .......................................... macosx64 -- ROOT default compression algorithm: zlib -- Found a Mac OS X System 10.14 -- Found a 64bit system -- Found LLVM compiler collection -- ROOT Platform: macosx -- ROOT Architecture: macosx64 -- Build Type: Release -- Compiler Flags: -g -O0 -Wc++11-narrowing -Wsign-compare -Wsometimes-uninitialized -Wconditional-uninitialized -Wheader-guard -Warray-bounds -Wcomment -Wtautological-compare -Wstrncat-size -Wloop-analysis -Wbool-conversion -m64 -pipe -W -Wall -Woverloaded-virtual -fsigned-char -fno-common -Qunused-arguments -pthread -std=c++11 -stdlib=libc++ -DR__HAVE_CONFIG -- Looking for ZLib -- Building freetype version 2.6.1 included in ROOT itself -- Looking for PCRE -- Looking for LZMA -- Found LZMA includes at /usr/local/include -- Found LZMA library at /usr/local/lib/liblzma.dylib -- Looking for LZ4 -- Building AfterImage library included in ROOT itself -- Looking for GSL -- Looking for OpenGL -- Looking for LibXml2 -- Looking for SQLite -- Looking for Pythia6 -- Looking for Pythia8 -- Looking for FFTW3 -- Downloading and building XROOTD version -- Looking for TBB -- Detected Compiler: Clang 10.0.1 -- Detected CPU: kaby-lake -- Looking for BLAS for optional parts of TMVA CMake Deprecation Warning at cmake/modules/SearchInstalledSoftware.cmake:1621 (message):

Option 'memstat' is deprecated and will be removed in ROOT v6.18. Please inform rootdev@cern.ch should you still need it. Call Stack (most recent call first): CMakeLists.txt:150 (include)

-- Enabled support for: asimage astiff builtin_afterimage builtin_clang builtin_freetype builtin_ftgl builtin_gl2ps builtin_glew builtin_llvm builtin_vdt builtin_xrootd builtin_xxhash clad cling cocoa cxx11 exceptions explicitlink fftw3 gdml gnuinstall http imt libcxx mathmore memstat minuit2 opengl pch pythia6 pythia8 roofit rpath shared soversion sqlite ssl thread tmva tmva-cpu tmva-pymva vc vdt xml xrootd -- Found libtool - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -- Native target architecture is X86 -- Threads disabled. -- Doxygen disabled. -- Go bindings enabled. -- Found ld64 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -- LLVM host triple: x86_64-apple-darwin18.7.0 -- LLVM default target triple: x86_64-apple-darwin18.7.0 -- Building with -fPIC CMake Error at interpreter/llvm/src/CMakeLists.txt:613 (if): if given arguments:

"VERSION_LESS" "2.7"

Unknown arguments specified

-- Configuring incomplete, errors occurred! See also "/Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/tools/root/build_for_fair/CMakeFiles/CMakeOutput.log". See also "/Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/tools/root/build_for_fair/CMakeFiles/CMakeError.log". make: * No rule to make target `install'. Stop. Checking libraries in /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build/lib * ERROR: root could not be created. create a symbolic linking for Vc library .... scripts/install_root6.sh: line 69: cd: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build/lib/root: No such file or directory ln: ./libVc.a: File exists ---link created --- End installation of external packages with Errors

TobiasStockmanns commented 4 years ago

I am a bit puzzled that there is written, that the files are build with optimization even though I have disabled it in the configuration.

Cheers, Tobias

fuhlig1 commented 4 years ago

Which version of Python is installed on your system. If I am correct you need Python2 > 2.7 to be able to compile LLVM.

Am 06.12.2019 um 13:39 schrieb Tobias Stockmanns notifications@github.com:

Installation of FairSoft fails with the installation of root:

System: OSX 10.14.6 Xcode 10.2.1

Settings: compiler=Clang debug=no optimize=no build_MQOnly=no geant4_download_install_data_automatic=yes geant4_install_data_from_dir=no geant4mt=no build_root6=yes build_python=no install_sim=yes SIMPATH_INSTALL=/Users/tstockmanns/PandaSoftware/FairSoft/jun19/build platform=macosx

Compiling the external packages with the Clang compiler Building the libraries with optimization ----------------- Install FairSoft --------------- -- The C compiler identification is AppleClang 10.0.1.10010046 -- The CXX compiler identification is AppleClang 10.0.1.10010046 -- Check for working C compiler: /usr/bin/clang -- Check for working C compiler: /usr/bin/clang -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/clang++ -- Check for working CXX compiler: /usr/bin/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- The Fortran compiler identification is GNU 8.3.0 -- Checking whether Fortran compiler has -isysroot -- Checking whether Fortran compiler has -isysroot - yes -- Checking whether Fortran compiler supports OSX deployment target flag -- Checking whether Fortran compiler supports OSX deployment target flag - yes -- Check for working Fortran compiler: /usr/local/bin/gfortran -- Check for working Fortran compiler: /usr/local/bin/gfortran -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- yes -- Found Clang Version >= 3.4 -- Found all necessary compilers. -- Found X11: /usr/X11R6/include -- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib -- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found all necessary X11 features. -- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework -- Found all necessary OpenGL features. -- Found CURL: /usr/lib/libcurl.dylib (found version "7.54.0") -- Found OpenSSL: /usr/local/opt/openssl/lib/libcrypto.dylib (found version "1.0.2s") -- Found all necessary programs in PATH. -- Performing Test HAS_CXX11 -- Performing Test HAS_CXX11 - Success -- Current compiler does suppport -std=c++11 option. -- Performing Test HAS_LIBCXX -- Performing Test HAS_LIBCXX - Success -- Current compiler does suppport -stdlib=libc++ -- Found Subversion: /usr/bin/svn (found version "1.10.3") -- Configuring done -- Generating done -- Build files have been written to: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/test/build The following parameters are set. System : 64bit C++ compiler : clang++ C compiler : clang Fortran compiler : gfortran CXXFLAGS : -O2 -std=c++11 -stdlib=libc++ CFLAGS : -O2 FFLAGS : -O2 CMAKE BUILD TYPE : Release Compiler : Clang Fortran compiler : gfortran Debug : no Optimization : no Platform : macosx Architecture : macosx64 G4System : Darwin-g++ g4_data_files : g4_get_data : build G4 with MT : no Number of parallel processes for build : 4 Installation Directory: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build Found cmake version 3.14.0 which is newer than the required version 3.12.4 in PATH This version is okay. Don't install cmake as external package. Package gtest is OK Package gsl is OK Package Vc is OK Package Boost is OK Package Pythia6 is OK Package hepmc is OK Package pythia8 is OK Package Geant4-lib is OK *** Compiling root ................ mkdir: build_for_fair: File exists Copied rootconfig.sh ...................... Configure Root .......................................... macosx64 -- ROOT default compression algorithm: zlib -- Found a Mac OS X System 10.14 -- Found a 64bit system -- Found LLVM compiler collection -- ROOT Platform: macosx -- ROOT Architecture: macosx64 -- Build Type: Release -- Compiler Flags: -g -O0 -Wc++11-narrowing -Wsign-compare -Wsometimes-uninitialized -Wconditional-uninitialized -Wheader-guard -Warray-bounds -Wcomment -Wtautological-compare -Wstrncat-size -Wloop-analysis -Wbool-conversion -m64 -pipe -W -Wall -Woverloaded-virtual -fsigned-char -fno-common -Qunused-arguments -pthread -std=c++11 -stdlib=libc++ -DR__HAVE_CONFIG -- Looking for ZLib -- Building freetype version 2.6.1 included in ROOT itself -- Looking for PCRE -- Looking for LZMA -- Found LZMA includes at /usr/local/include -- Found LZMA library at /usr/local/lib/liblzma.dylib -- Looking for LZ4 -- Building AfterImage library included in ROOT itself -- Looking for GSL -- Looking for OpenGL -- Looking for LibXml2 -- Looking for SQLite -- Looking for Pythia6 -- Looking for Pythia8 -- Looking for FFTW3 -- Downloading and building XROOTD version -- Looking for TBB -- Detected Compiler: Clang 10.0.1 -- Detected CPU: kaby-lake -- Looking for BLAS for optional parts of TMVA CMake Deprecation Warning at cmake/modules/SearchInstalledSoftware.cmake:1621 (message):

Option 'memstat' is deprecated and will be removed in ROOT v6.18. Please inform rootdev@cern.ch should you still need it. Call Stack (most recent call first): CMakeLists.txt:150 (include)

-- Enabled support for: asimage astiff builtin_afterimage builtin_clang builtin_freetype builtin_ftgl builtin_gl2ps builtin_glew builtin_llvm builtin_vdt builtin_xrootd builtin_xxhash clad cling cocoa cxx11 exceptions explicitlink fftw3 gdml gnuinstall http imt libcxx mathmore memstat minuit2 opengl pch pythia6 pythia8 roofit rpath shared soversion sqlite ssl thread tmva tmva-cpu tmva-pymva vc vdt xml xrootd -- Found libtool - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -- Native target architecture is X86 -- Threads disabled. -- Doxygen disabled. -- Go bindings enabled. -- Found ld64 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -- LLVM host triple: x86_64-apple-darwin18.7.0 -- LLVM default target triple: x86_64-apple-darwin18.7.0 -- Building with -fPIC CMake Error at interpreter/llvm/src/CMakeLists.txt:613 (if): if given arguments:

"VERSION_LESS" "2.7"

Unknown arguments specified

-- Configuring incomplete, errors occurred! See also "/Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/tools/root/build_for_fair/CMakeFiles/CMakeOutput.log". See also "/Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/tools/root/build_for_fair/CMakeFiles/CMakeError.log". make: * No rule to make target `install'. Stop. Checking libraries in /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build/lib * ERROR: root could not be created. create a symbolic linking for Vc library .... scripts/install_root6.sh: line 69: cd: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build/lib/root: No such file or directory ln: ./libVc.a: File exists ---link created --- End installation of external packages with Errors

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

fuhlig1 commented 4 years ago

Where do you find this information. If you mean „-g- O0“ in the compiler flags this are the default options for the CMake Target RelWithDebInfo which is the default target if nothing else is specified by ROOT.

Am 06.12.2019 um 13:40 schrieb Tobias Stockmanns notifications@github.com:

I am a bit puzzled that there is written, that the files are build with optimization even though I have disabled it in the configuration.

Cheers, Tobias

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

TobiasStockmanns commented 4 years ago

Python 2.7.16

Am 06.12.2019 um 15:11 schrieb fuhlig1 notifications@github.com<mailto:notifications@github.com>:

Which version of Python is installed on your system. If I am correct you need Python2 > 2.7 to be able to compile LLVM.

Am 06.12.2019 um 13:39 schrieb Tobias Stockmanns notifications@github.com<mailto:notifications@github.com>:

Installation of FairSoft fails with the installation of root:

System: OSX 10.14.6 Xcode 10.2.1

Settings: compiler=Clang debug=no optimize=no build_MQOnly=no geant4_download_install_data_automatic=yes geant4_install_data_from_dir=no geant4mt=no build_root6=yes build_python=no install_sim=yes SIMPATH_INSTALL=/Users/tstockmanns/PandaSoftware/FairSoft/jun19/build platform=macosx

Compiling the external packages with the Clang compiler Building the libraries with optimization ----------------- Install FairSoft --------------- -- The C compiler identification is AppleClang 10.0.1.10010046 -- The CXX compiler identification is AppleClang 10.0.1.10010046 -- Check for working C compiler: /usr/bin/clang -- Check for working C compiler: /usr/bin/clang -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/clang++ -- Check for working CXX compiler: /usr/bin/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- The Fortran compiler identification is GNU 8.3.0 -- Checking whether Fortran compiler has -isysroot -- Checking whether Fortran compiler has -isysroot - yes -- Checking whether Fortran compiler supports OSX deployment target flag -- Checking whether Fortran compiler supports OSX deployment target flag - yes -- Check for working Fortran compiler: /usr/local/bin/gfortran -- Check for working Fortran compiler: /usr/local/bin/gfortran -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- yes -- Found Clang Version >= 3.4 -- Found all necessary compilers. -- Found X11: /usr/X11R6/include -- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib -- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found all necessary X11 features. -- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework -- Found all necessary OpenGL features. -- Found CURL: /usr/lib/libcurl.dylib (found version "7.54.0") -- Found OpenSSL: /usr/local/opt/openssl/lib/libcrypto.dylib (found version "1.0.2s") -- Found all necessary programs in PATH. -- Performing Test HAS_CXX11 -- Performing Test HAS_CXX11 - Success -- Current compiler does suppport -std=c++11 option. -- Performing Test HAS_LIBCXX -- Performing Test HAS_LIBCXX - Success -- Current compiler does suppport -stdlib=libc++ -- Found Subversion: /usr/bin/svn (found version "1.10.3") -- Configuring done -- Generating done -- Build files have been written to: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/test/build The following parameters are set. System : 64bit C++ compiler : clang++ C compiler : clang Fortran compiler : gfortran CXXFLAGS : -O2 -std=c++11 -stdlib=libc++ CFLAGS : -O2 FFLAGS : -O2 CMAKE BUILD TYPE : Release Compiler : Clang Fortran compiler : gfortran Debug : no Optimization : no Platform : macosx Architecture : macosx64 G4System : Darwin-g++ g4_data_files : g4_get_data : build G4 with MT : no Number of parallel processes for build : 4 Installation Directory: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build Found cmake version 3.14.0 which is newer than the required version 3.12.4 in PATH This version is okay. Don't install cmake as external package. Package gtest is OK Package gsl is OK Package Vc is OK Package Boost is OK Package Pythia6 is OK Package hepmc is OK Package pythia8 is OK Package Geant4-lib is OK *** Compiling root ................ mkdir: build_for_fair: File exists Copied rootconfig.sh ...................... Configure Root .......................................... macosx64 -- ROOT default compression algorithm: zlib -- Found a Mac OS X System 10.14 -- Found a 64bit system -- Found LLVM compiler collection -- ROOT Platform: macosx -- ROOT Architecture: macosx64 -- Build Type: Release -- Compiler Flags: -g -O0 -Wc++11-narrowing -Wsign-compare -Wsometimes-uninitialized -Wconditional-uninitialized -Wheader-guard -Warray-bounds -Wcomment -Wtautological-compare -Wstrncat-size -Wloop-analysis -Wbool-conversion -m64 -pipe -W -Wall -Woverloaded-virtual -fsigned-char -fno-common -Qunused-arguments -pthread -std=c++11 -stdlib=libc++ -DR__HAVE_CONFIG -- Looking for ZLib -- Building freetype version 2.6.1 included in ROOT itself -- Looking for PCRE -- Looking for LZMA -- Found LZMA includes at /usr/local/include -- Found LZMA library at /usr/local/lib/liblzma.dylib -- Looking for LZ4 -- Building AfterImage library included in ROOT itself -- Looking for GSL -- Looking for OpenGL -- Looking for LibXml2 -- Looking for SQLite -- Looking for Pythia6 -- Looking for Pythia8 -- Looking for FFTW3 -- Downloading and building XROOTD version -- Looking for TBB -- Detected Compiler: Clang 10.0.1 -- Detected CPU: kaby-lake -- Looking for BLAS for optional parts of TMVA CMake Deprecation Warning at cmake/modules/SearchInstalledSoftware.cmake:1621 (message):

Option 'memstat' is deprecated and will be removed in ROOT v6.18. Please inform rootdev@cern.chmailto:rootdev@cern.ch should you still need it. Call Stack (most recent call first): CMakeLists.txt:150 (include)

-- Enabled support for: asimage astiff builtin_afterimage builtin_clang builtin_freetype builtin_ftgl builtin_gl2ps builtin_glew builtin_llvm builtin_vdt builtin_xrootd builtin_xxhash clad cling cocoa cxx11 exceptions explicitlink fftw3 gdml gnuinstall http imt libcxx mathmore memstat minuit2 opengl pch pythia6 pythia8 roofit rpath shared soversion sqlite ssl thread tmva tmva-cpu tmva-pymva vc vdt xml xrootd -- Found libtool - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -- Native target architecture is X86 -- Threads disabled. -- Doxygen disabled. -- Go bindings enabled. -- Found ld64 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -- LLVM host triple: x86_64-apple-darwin18.7.0 -- LLVM default target triple: x86_64-apple-darwin18.7.0 -- Building with -fPIC CMake Error at interpreter/llvm/src/CMakeLists.txt:613 (if): if given arguments:

"VERSION_LESS" "2.7"

Unknown arguments specified

-- Configuring incomplete, errors occurred! See also "/Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/tools/root/build_for_fair/CMakeFiles/CMakeOutput.log". See also "/Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/tools/root/build_for_fair/CMakeFiles/CMakeError.log". make: * No rule to make target `install'. Stop. Checking libraries in /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build/lib * ERROR: root could not be created. create a symbolic linking for Vc library .... scripts/install_root6.sh: line 69: cd: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build/lib/root: No such file or directory ln: ./libVc.a: File exists ---link created --- End installation of external packages with Errors

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/FairRootGroup/FairSoft/issues/171?email_source=notifications&email_token=ABRL4ZDXR2Y7IL57N6TQMKDQXJMQFA5CNFSM4JWV4U62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGEGCXI#issuecomment-562585949, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABRL4ZAULIBQICXAT3755VDQXJMQFANCNFSM4JWV4U6Q.



Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Volker Rieke Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt


TobiasStockmanns commented 4 years ago

In the first lines after the configuration is written:

Compiling the external packages with the Clang compiler Building the libraries with optimization

Am 06.12.2019 um 15:14 schrieb fuhlig1 notifications@github.com<mailto:notifications@github.com>:

Where do you find this information. If you mean „-g- O0“ in the compiler flags this are the default options for the CMake Target RelWithDebInfo which is the default target if nothing else is specified by ROOT.

Am 06.12.2019 um 13:40 schrieb Tobias Stockmanns notifications@github.com<mailto:notifications@github.com>:

I am a bit puzzled that there is written, that the files are build with optimization even though I have disabled it in the configuration.

Cheers, Tobias

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/FairRootGroup/FairSoft/issues/171?email_source=notifications&email_token=ABRL4ZCHGNBIJRDDT2JQS4DQXJM3XA5CNFSM4JWV4U62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGEGLKQ#issuecomment-562587050, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABRL4ZDKDRSKZSUVV4AZALLQXJM3XANCNFSM4JWV4U6Q.



Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Volker Rieke Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt


fuhlig1 commented 4 years ago

Do you have by chance also another Python version installed which may interfere during compilation?

Am 06.12.2019 um 15:14 schrieb Tobias Stockmanns notifications@github.com:

Python 2.7.16

Am 06.12.2019 um 15:11 schrieb fuhlig1 notifications@github.com<mailto:notifications@github.com>:

Which version of Python is installed on your system. If I am correct you need Python2 > 2.7 to be able to compile LLVM.

Am 06.12.2019 um 13:39 schrieb Tobias Stockmanns notifications@github.com<mailto:notifications@github.com>:

Installation of FairSoft fails with the installation of root:

System: OSX 10.14.6 Xcode 10.2.1

Settings: compiler=Clang debug=no optimize=no build_MQOnly=no geant4_download_install_data_automatic=yes geant4_install_data_from_dir=no geant4mt=no build_root6=yes build_python=no install_sim=yes SIMPATH_INSTALL=/Users/tstockmanns/PandaSoftware/FairSoft/jun19/build platform=macosx

Compiling the external packages with the Clang compiler Building the libraries with optimization ----------------- Install FairSoft --------------- -- The C compiler identification is AppleClang 10.0.1.10010046 -- The CXX compiler identification is AppleClang 10.0.1.10010046 -- Check for working C compiler: /usr/bin/clang -- Check for working C compiler: /usr/bin/clang -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/clang++ -- Check for working CXX compiler: /usr/bin/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- The Fortran compiler identification is GNU 8.3.0 -- Checking whether Fortran compiler has -isysroot -- Checking whether Fortran compiler has -isysroot - yes -- Checking whether Fortran compiler supports OSX deployment target flag -- Checking whether Fortran compiler supports OSX deployment target flag - yes -- Check for working Fortran compiler: /usr/local/bin/gfortran -- Check for working Fortran compiler: /usr/local/bin/gfortran -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- yes -- Found Clang Version >= 3.4 -- Found all necessary compilers. -- Found X11: /usr/X11R6/include -- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib -- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found all necessary X11 features. -- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework -- Found all necessary OpenGL features. -- Found CURL: /usr/lib/libcurl.dylib (found version "7.54.0") -- Found OpenSSL: /usr/local/opt/openssl/lib/libcrypto.dylib (found version "1.0.2s") -- Found all necessary programs in PATH. -- Performing Test HAS_CXX11 -- Performing Test HAS_CXX11 - Success -- Current compiler does suppport -std=c++11 option. -- Performing Test HAS_LIBCXX -- Performing Test HAS_LIBCXX - Success -- Current compiler does suppport -stdlib=libc++ -- Found Subversion: /usr/bin/svn (found version "1.10.3") -- Configuring done -- Generating done -- Build files have been written to: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/test/build The following parameters are set. System : 64bit C++ compiler : clang++ C compiler : clang Fortran compiler : gfortran CXXFLAGS : -O2 -std=c++11 -stdlib=libc++ CFLAGS : -O2 FFLAGS : -O2 CMAKE BUILD TYPE : Release Compiler : Clang Fortran compiler : gfortran Debug : no Optimization : no Platform : macosx Architecture : macosx64 G4System : Darwin-g++ g4_data_files : g4_get_data : build G4 with MT : no Number of parallel processes for build : 4 Installation Directory: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build Found cmake version 3.14.0 which is newer than the required version 3.12.4 in PATH This version is okay. Don't install cmake as external package. Package gtest is OK Package gsl is OK Package Vc is OK Package Boost is OK Package Pythia6 is OK Package hepmc is OK Package pythia8 is OK Package Geant4-lib is OK *** Compiling root ................ mkdir: build_for_fair: File exists Copied rootconfig.sh ...................... Configure Root .......................................... macosx64 -- ROOT default compression algorithm: zlib -- Found a Mac OS X System 10.14 -- Found a 64bit system -- Found LLVM compiler collection -- ROOT Platform: macosx -- ROOT Architecture: macosx64 -- Build Type: Release -- Compiler Flags: -g -O0 -Wc++11-narrowing -Wsign-compare -Wsometimes-uninitialized -Wconditional-uninitialized -Wheader-guard -Warray-bounds -Wcomment -Wtautological-compare -Wstrncat-size -Wloop-analysis -Wbool-conversion -m64 -pipe -W -Wall -Woverloaded-virtual -fsigned-char -fno-common -Qunused-arguments -pthread -std=c++11 -stdlib=libc++ -DR__HAVE_CONFIG -- Looking for ZLib -- Building freetype version 2.6.1 included in ROOT itself -- Looking for PCRE -- Looking for LZMA -- Found LZMA includes at /usr/local/include -- Found LZMA library at /usr/local/lib/liblzma.dylib -- Looking for LZ4 -- Building AfterImage library included in ROOT itself -- Looking for GSL -- Looking for OpenGL -- Looking for LibXml2 -- Looking for SQLite -- Looking for Pythia6 -- Looking for Pythia8 -- Looking for FFTW3 -- Downloading and building XROOTD version -- Looking for TBB -- Detected Compiler: Clang 10.0.1 -- Detected CPU: kaby-lake -- Looking for BLAS for optional parts of TMVA CMake Deprecation Warning at cmake/modules/SearchInstalledSoftware.cmake:1621 (message):

Option 'memstat' is deprecated and will be removed in ROOT v6.18. Please inform rootdev@cern.chmailto:rootdev@cern.ch should you still need it. Call Stack (most recent call first): CMakeLists.txt:150 (include)

-- Enabled support for: asimage astiff builtin_afterimage builtin_clang builtin_freetype builtin_ftgl builtin_gl2ps builtin_glew builtin_llvm builtin_vdt builtin_xrootd builtin_xxhash clad cling cocoa cxx11 exceptions explicitlink fftw3 gdml gnuinstall http imt libcxx mathmore memstat minuit2 opengl pch pythia6 pythia8 roofit rpath shared soversion sqlite ssl thread tmva tmva-cpu tmva-pymva vc vdt xml xrootd -- Found libtool - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -- Native target architecture is X86 -- Threads disabled. -- Doxygen disabled. -- Go bindings enabled. -- Found ld64 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -- LLVM host triple: x86_64-apple-darwin18.7.0 -- LLVM default target triple: x86_64-apple-darwin18.7.0 -- Building with -fPIC CMake Error at interpreter/llvm/src/CMakeLists.txt:613 (if): if given arguments:

"VERSION_LESS" "2.7"

Unknown arguments specified

-- Configuring incomplete, errors occurred! See also "/Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/tools/root/build_for_fair/CMakeFiles/CMakeOutput.log". See also "/Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/tools/root/build_for_fair/CMakeFiles/CMakeError.log". make: * No rule to make target `install'. Stop. Checking libraries in /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build/lib * ERROR: root could not be created. create a symbolic linking for Vc library .... scripts/install_root6.sh: line 69: cd: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build/lib/root: No such file or directory ln: ./libVc.a: File exists ---link created --- End installation of external packages with Errors

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/FairRootGroup/FairSoft/issues/171?email_source=notifications&email_token=ABRL4ZDXR2Y7IL57N6TQMKDQXJMQFA5CNFSM4JWV4U62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGEGCXI#issuecomment-562585949, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABRL4ZAULIBQICXAT3755VDQXJMQFANCNFSM4JWV4U6Q.



Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Volker Rieke Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt



— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

TobiasStockmanns commented 4 years ago

In addition I have python 3.7 installed

Am 06.12.2019 um 15:16 schrieb fuhlig1 notifications@github.com<mailto:notifications@github.com>:

Do you have by chance also another Python version installed which may interfere during compilation?

Am 06.12.2019 um 15:14 schrieb Tobias Stockmanns notifications@github.com<mailto:notifications@github.com>:

Python 2.7.16

Am 06.12.2019 um 15:11 schrieb fuhlig1 notifications@github.com<mailto:notifications@github.commailto:notifications@github.com>:

Which version of Python is installed on your system. If I am correct you need Python2 > 2.7 to be able to compile LLVM.

Am 06.12.2019 um 13:39 schrieb Tobias Stockmanns notifications@github.com<mailto:notifications@github.commailto:notifications@github.com>:

Installation of FairSoft fails with the installation of root:

System: OSX 10.14.6 Xcode 10.2.1

Settings: compiler=Clang debug=no optimize=no build_MQOnly=no geant4_download_install_data_automatic=yes geant4_install_data_from_dir=no geant4mt=no build_root6=yes build_python=no install_sim=yes SIMPATH_INSTALL=/Users/tstockmanns/PandaSoftware/FairSoft/jun19/build platform=macosx

Compiling the external packages with the Clang compiler Building the libraries with optimization ----------------- Install FairSoft --------------- -- The C compiler identification is AppleClang 10.0.1.10010046 -- The CXX compiler identification is AppleClang 10.0.1.10010046 -- Check for working C compiler: /usr/bin/clang -- Check for working C compiler: /usr/bin/clang -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/clang++ -- Check for working CXX compiler: /usr/bin/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- The Fortran compiler identification is GNU 8.3.0 -- Checking whether Fortran compiler has -isysroot -- Checking whether Fortran compiler has -isysroot - yes -- Checking whether Fortran compiler supports OSX deployment target flag -- Checking whether Fortran compiler supports OSX deployment target flag - yes -- Check for working Fortran compiler: /usr/local/bin/gfortran -- Check for working Fortran compiler: /usr/local/bin/gfortran -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- Checking whether /usr/local/bin/gfortran supports Fortran 90 -- yes -- Found Clang Version >= 3.4 -- Found all necessary compilers. -- Found X11: /usr/X11R6/include -- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib -- Looking for XOpenDisplay in /usr/X11R6/lib/libX11.dylib;/usr/X11R6/lib/libXext.dylib - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found all necessary X11 features. -- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework -- Found all necessary OpenGL features. -- Found CURL: /usr/lib/libcurl.dylib (found version "7.54.0") -- Found OpenSSL: /usr/local/opt/openssl/lib/libcrypto.dylib (found version "1.0.2s") -- Found all necessary programs in PATH. -- Performing Test HAS_CXX11 -- Performing Test HAS_CXX11 - Success -- Current compiler does suppport -std=c++11 option. -- Performing Test HAS_LIBCXX -- Performing Test HAS_LIBCXX - Success -- Current compiler does suppport -stdlib=libc++ -- Found Subversion: /usr/bin/svn (found version "1.10.3") -- Configuring done -- Generating done -- Build files have been written to: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/test/build The following parameters are set. System : 64bit C++ compiler : clang++ C compiler : clang Fortran compiler : gfortran CXXFLAGS : -O2 -std=c++11 -stdlib=libc++ CFLAGS : -O2 FFLAGS : -O2 CMAKE BUILD TYPE : Release Compiler : Clang Fortran compiler : gfortran Debug : no Optimization : no Platform : macosx Architecture : macosx64 G4System : Darwin-g++ g4_data_files : g4_get_data : build G4 with MT : no Number of parallel processes for build : 4 Installation Directory: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build Found cmake version 3.14.0 which is newer than the required version 3.12.4 in PATH This version is okay. Don't install cmake as external package. Package gtest is OK Package gsl is OK Package Vc is OK Package Boost is OK Package Pythia6 is OK Package hepmc is OK Package pythia8 is OK Package Geant4-lib is OK *** Compiling root ................ mkdir: build_for_fair: File exists Copied rootconfig.sh ...................... Configure Root .......................................... macosx64 -- ROOT default compression algorithm: zlib -- Found a Mac OS X System 10.14 -- Found a 64bit system -- Found LLVM compiler collection -- ROOT Platform: macosx -- ROOT Architecture: macosx64 -- Build Type: Release -- Compiler Flags: -g -O0 -Wc++11-narrowing -Wsign-compare -Wsometimes-uninitialized -Wconditional-uninitialized -Wheader-guard -Warray-bounds -Wcomment -Wtautological-compare -Wstrncat-size -Wloop-analysis -Wbool-conversion -m64 -pipe -W -Wall -Woverloaded-virtual -fsigned-char -fno-common -Qunused-arguments -pthread -std=c++11 -stdlib=libc++ -DR__HAVE_CONFIG -- Looking for ZLib -- Building freetype version 2.6.1 included in ROOT itself -- Looking for PCRE -- Looking for LZMA -- Found LZMA includes at /usr/local/include -- Found LZMA library at /usr/local/lib/liblzma.dylib -- Looking for LZ4 -- Building AfterImage library included in ROOT itself -- Looking for GSL -- Looking for OpenGL -- Looking for LibXml2 -- Looking for SQLite -- Looking for Pythia6 -- Looking for Pythia8 -- Looking for FFTW3 -- Downloading and building XROOTD version -- Looking for TBB -- Detected Compiler: Clang 10.0.1 -- Detected CPU: kaby-lake -- Looking for BLAS for optional parts of TMVA CMake Deprecation Warning at cmake/modules/SearchInstalledSoftware.cmake:1621 (message):

Option 'memstat' is deprecated and will be removed in ROOT v6.18. Please inform rootdev@cern.chmailto:rootdev@cern.chmailto:rootdev@cern.ch should you still need it. Call Stack (most recent call first): CMakeLists.txt:150 (include)

-- Enabled support for: asimage astiff builtin_afterimage builtin_clang builtin_freetype builtin_ftgl builtin_gl2ps builtin_glew builtin_llvm builtin_vdt builtin_xrootd builtin_xxhash clad cling cocoa cxx11 exceptions explicitlink fftw3 gdml gnuinstall http imt libcxx mathmore memstat minuit2 opengl pch pythia6 pythia8 roofit rpath shared soversion sqlite ssl thread tmva tmva-cpu tmva-pymva vc vdt xml xrootd -- Found libtool - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -- Native target architecture is X86 -- Threads disabled. -- Doxygen disabled. -- Go bindings enabled. -- Found ld64 - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -- LLVM host triple: x86_64-apple-darwin18.7.0 -- LLVM default target triple: x86_64-apple-darwin18.7.0 -- Building with -fPIC CMake Error at interpreter/llvm/src/CMakeLists.txt:613 (if): if given arguments:

"VERSION_LESS" "2.7"

Unknown arguments specified

-- Configuring incomplete, errors occurred! See also "/Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/tools/root/build_for_fair/CMakeFiles/CMakeOutput.log". See also "/Users/tstockmanns/PandaSoftware/FairSoft/jun19/source/tools/root/build_for_fair/CMakeFiles/CMakeError.log". make: * No rule to make target `install'. Stop. Checking libraries in /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build/lib * ERROR: root could not be created. create a symbolic linking for Vc library .... scripts/install_root6.sh: line 69: cd: /Users/tstockmanns/PandaSoftware/FairSoft/jun19/build/lib/root: No such file or directory ln: ./libVc.a: File exists ---link created --- End installation of external packages with Errors

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/FairRootGroup/FairSoft/issues/171?email_source=notifications&email_token=ABRL4ZDXR2Y7IL57N6TQMKDQXJMQFA5CNFSM4JWV4U62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGEGCXI#issuecomment-562585949, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABRL4ZAULIBQICXAT3755VDQXJMQFANCNFSM4JWV4U6Q.



Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Volker Rieke Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt


— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/FairRootGroup/FairSoft/issues/171?email_source=notifications&email_token=ABRL4ZAFBK2T62FQRPSWKWLQXJNEBA5CNFSM4JWV4U62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGEGR3A#issuecomment-562587884, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABRL4ZFK7XRB4FUH7G5THP3QXJNEBANCNFSM4JWV4U6Q.