- 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.
-
- Jun 02, 2022
-
-
Administrator authored
VMC isn't any longer part of ROOT but an external package, so we have to find it differently. The same problem also appears for NicaFemto such that we fix the issue with a patch.
-
- Mar 20, 2022
-
-
Felix Weiglhofer 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.
-
- Dec 10, 2020
-
-
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
-