- Feb 05, 2021
-
-
Administrator authored
On CentOS 7 64 bit installations as default libraries will be installed into the directory lib64. With this change the installation will be done to the lib directory as on all other operating systems.
-
- Jan 29, 2021
-
-
Administrator authored
Define CMAKE_INSTALL_LIBDIR explicitly. In newer FairRoot versions the variable is needed to setup the proper LD_LIBRARY_PATH for the CbmRootConfig macros.
-
- Dec 11, 2020
-
-
Administrator authored
The GNU Sientific Library isn't any longer used in CbmRoot.
-
- Dec 10, 2020
-
-
Administrator authored
Use standard CMake variable to define C++ version. Pass the version to AnalysisTree package such that code is properly compiled.
-
Administrator authored
Add support for C++17 Check for c++ version c++11 or above (11, 14 or 17). With this change it becomes possible to compile CbmRoot with C++17. Add missing library. The FairMQ state machine is now in an extra library which has to be added for linking when using FairSoft nov20. Test if the library exist and create the list of dependencies accordingly. Add missing include directory. VMC is not any longer included in ROOT but a standealone package, so the include directory has to be added such that the header files are found. Add gtest as an optional external package. With the latest version of FairSoft googletest was removed due to a recommendation of the gtest developers. Since gtest is no longer part of FairSoft we have to provide an own version which is compiled as external project. Add proper dependency to external gtest project This dependency is needed to compile the test only if the gtest library is already available. Fix compilation error with FairRoot v18.4.2 on macosx In FairRoot v18.4.2 some linker settings were removed from the CMake setup. This breaks the compilation of CbmRoot. Put back the needed seetings for the linker on macosx in our build system. Fix NicaFemto installation
-
- Oct 02, 2020
-
-
Administrator authored
All unpackers are independent of the FairRoot framework, so the includes can be removed. Use the generic Logger instead of FairLogger which is meanwhile only a wrapper around the Logger.
-
- Aug 25, 2020
-
-
Administrator authored
Don't download the external packages when running the code format checker. This improves the run time from more than 4 minutes to less than 1 minute. Test each file individually such that the results on CDash are shown for each file separately.
-
- Jul 09, 2020
-
-
Add format check in GitLab CI configuration file. Add CMake target for format checker . Add neede CMake files and shell scripts. Add label in GitLab CI configuration file such that it can be properly sorted on CDash. The checker is disabled till we format the complete code base.
-
- Jun 23, 2020
-
-
Refs #1758 @0.5h
-
- 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.
-