[Bug 268701] devel/root: upgrade to ROOT v6.26/10
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 268701] devel/root: upgrade to ROOT v6.26/10"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Jan 2023 20:19:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268701 --- Comment #5 from Erik Jensen <erik@tenku.dk> --- (In reply to Nuno Teixeira from comment #3) Hi Nuno :-) Based on the documentation, I also expect ROOT7 to be automatically enabled when C++17 is chosen as standard, but in actuality, when I run `poudriere testport` on this patch, this only happens when I also let OPTIONS_DEFAULT= ROOT7 in the Makefile. If I comment this line out, but leave everything else as it is in the Makefile, "OPTIONS_DEFINE= DOCS ROOT7", then C++17 is the compilation standard, but ROOT7 is not enabled. Final few lines of output from CMake config step with C++17 and ROOT7 enabled: "-- Enabled support for: asimage builtin_clang builtin_cling builtin_ftgl builtin_gl2ps builtin_llvm builtin_nlohmannjson builtin_openui5 builtin_xxhash dataframe exceptions fftw3 fitsio gdml gnuinstall http imt mathmore mlp minuit2 mysql opengl pgsql pyroot roofit webgui root7 rpath runtime_cxxmodules shared soversion sqlite ssl tmva tmva-cpu tmva-pymva spectrum vdt x11 xml xrootd" Final few lines of output from CMake config step with C++17 and ROOT7 disabled: "-- Enabled support for: asimage builtin_clang builtin_cling builtin_ftgl builtin_gl2ps builtin_llvm builtin_nlohmannjson builtin_openui5 builtin_xxhash dataframe exceptions fftw3 fitsio gdml gnuinstall http imt mathmore mlp minuit2 mysql opengl pgsql pyroot roofit webgui root7 rpath runtime_cxxmodules shared soversion sqlite ssl tmva tmva-cpu tmva-pymva spectrum vdt x11 xml xrootd" -- You are receiving this mail because: You are the assignee for the bug.