Dear NEST users,
After trying multiple ideas, I am still facing the issue where my installation is successful with an error message:
-- Configuring done
CMake Warning at cmake/UseCython.cmake:100 (add_library):
Cannot generate a safe runtime search path for target pynestkernel because
files in some directories may conflict with libraries in implicit
directories:
runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/9 may be hidden by files in:
/home/<user>/miniconda3/envs/nestConda/lib
Some of these libraries may not be found correctly.
Call Stack (most recent call first):
cmake/UseCython.cmake:283 (python_add_module)
pynest/CMakeLists.txt:28 (cython_add_module)
------------------------------------------------------------------------------------------------
This leads to the failure of multiple tests. The summary of the tests and logs for the failed tests is attached.
I must mention that I tested the installation by creating a neuron and it works fine.
It would be nice to get rid of the error, please see error_msg file to see where it fails.
--