- Sep 30, 2022
-
-
Omveer authored
To extend visibility, GLOBAL option added to IMPORTED library Target KFParticle, AnalysisTreeBase, AnalysisTreeBase and NicaFeatures. IMPORTED_LOCATION and INTERFACE_INCLUDE_DIRECTORIES (List of public include directories requirements for a library) properties are fixed for all Targets. NicaDataFormat, NicaGen, NicaCut, and NicaAna IMPORTED library Targets added in InstallNicaFemto.cmake module.
-
- Sep 12, 2022
-
-
- Sep 06, 2022
-
-
Administrator authored
Fix NicaFemto compilation on macosx arm64. Remove hardcoded GSL search directory and pass the correct brew install directory which is now taken from the brew command. Fix KFParticle compilation on macosx arm64. Add patch which adds an include file which defines _mm_malloc and _mm_free.
-
- Aug 30, 2022
-
-
Valentina Akishina authored
-
- Dec 08, 2021
-
-
Add patch needed to for NicaFemto which adds missing library dependencies. Add missing link directory and library dependency for fles logging library. Use Vc from FairSoft if available Only build the internal Vc version if none is found in FairSoft installation. This solves the problem with failing macros due to incosistent versions of Vc library and header files.
-
- Sep 07, 2021
-
-
It was found that switching form FairSoft jun19p2 to nov20 or apr21 has a dramatic influence on the performance of the KFParticleFinder. The runtime for on of the tests increased by roughly a factor 16. https://redmine.cbm.gsi.de/issues/2220 After long investigations it turned out that the compilation flags for the package were inherited from the ROOT and the CbmRoot project which switched of the performance flag "-O" when using FairSoft nov20 or apr21. The merge request fixes the issue by defining the CMAKE_BUILD_TYPE explicitely to be RelWithDebugInfo. The merge request also updates the VC version from 1.4.1 to 1.4.2. refs #2220
-
- Aug 03, 2021
-
-
Administrator authored
The new version implements a workaround for CbmRoot. With the latest FairSoft versions on macosx it comes otherwise to runtime errors when JIT compiling a macro. The problem is a define statement in termios.h which defines B0 to be 0. This coonflicts with the parameter B0 used in the header file.
-
- Jan 15, 2021
-
-
Sergey Gorbunov authored
-
- Dec 11, 2020
-
-
Administrator authored
-
- Dec 04, 2020
-
-
Administrator authored
Fix problem with const qualifiers on function return types.
-
- Jun 03, 2020
-
-
Administrator authored
This version is an exact copy of the last revision of the trunk branch of the old SVN repository of CbmRoor at https://subversion.gsi.de/cbmsoft/cbmroot/trunk The old SVN repository will still be available for read access.
-