Conversation
…remove deprecated methods.
Notes:All versions:There are a ton of warnings when compiling this code... Always has been an issue with LCIO as long as I can remember. clang 13 - compiles on MacOSgcc 11 - MacOS - cmake error on MacOS for cmake 3.x (tried 3.25, 3.23, 3.21)Weird error when running cmake, claiming -std=c++11 is an invalid option, which it isn't. This is something somewhere inside the overly complicate CMakeLists.txt includes that checks the options on the compiler incorrectly. gcc 4.8.5 - does not compileDoes not build on Centos7 with default compiler gcc 4.8.5. This is not an issue, since we are more on. However, this code is compiling with -std=c++11, so perhaps it should compile if there are no c++14 features used? gcc 6.1.0, 9.2.0, 9.3.0 - Linux - does not compileDoes not build on Centos7 with default compiler gcc 6.1.0, 9.2.0 or 9.3.0 |
|
@mholtrop Thanks for the notes. This isn't compiling yet because I haven't fix all the issues. I'll let you know when it's ready to compile. |
BEGINRELEASENOTES
Push updates that make hps-lcio c++17 compatible.
ENDRELEASENOTES