Trying to compile abacus CAE software package from source. Stuck in configuration with weird message regarding “elpa” modules. I have “elpa” version 2022.11.001 installed from zypper repos.
But abacus config says:
-- Found ELPA: /usr/lib64/libelpa.so
-- Performing Test ELPA_VERSION_SATISFIES
-- Performing Test ELPA_VERSION_SATISFIES - Failed
CMake Error at cmake/FindELPA.cmake:96 (message):
ELPA version is too old. We support version 2021 or higher.
Call Stack (most recent call first):
CMakeLists.txt:207 (find_package)
-- Configuring incomplete, errors occurred!
I will contact abacus developers but might anyone have any ideas or have solved this issue?
If you bothered to provide link to the application source someone may have figured out what went wrong. But what do you expect after showing a single line?
Besides I am sure there is some log that shows details about what configuration script does. Have you checked this log?
It failed to compile C++ program. Check for files CMakeError.log and CMakeOuput.log, they may contain compiler output. Otherwise the obvious stab in the dark - is C++ compiler installed?
The error message is misleading, as it is catch-all for any compile error, not just the version mismtatch.