Hey all.
I am new to JEDI, and trying to install it on my laptop under Ubuntu 22.04.2 LTS
I clonned the repository, and am running the following command:
“ecbuild -DPython3_EXECUTABLE=$(which python3) /source/jedi-bundl”
However, I get an error associated to OOPS:
"CMake Error at oops/CMakeLists.txt:51 (find_package):
Could not find a package configuration file provided by “Eigen3” with any
of the following names:
Eigen3Config.cmake
eigen3-config.cmake
Add the installation prefix of “Eigen3” to CMAKE_PREFIX_PATH or set
“Eigen3_DIR” to a directory containing one of the above files. If “Eigen3”
provides a separate development package or SDK, be sure it has been
installed."
I wonder if I should install Egein3 or if there is something wrong with my env. variables…
Any help will be appreciated!
Cheers
Joao