-
Dear Neper Users, Has anybody encountered the error:
when running "make" to compile neper? I have installed GSL on Ubuntu 20.04 using: I have a conda environment that I tried to deactivate, Thank you very much in advance for any suggestion, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'm not exactly sure what the problem is. I would have installed both Did you (re)run
|
Beta Was this translation helpful? Give feedback.
-
Dear @rquey Thank you very much for your hints. I had a conda/mamba environment for MOOSE framework, At this point, without the conda environment I was missing g++, so I did: sudo apt install g++ then cancelled the build folder and did the procedure again. cmake .. Hope this can help others, |
Beta Was this translation helpful? Give feedback.
Dear @rquey
Thank you very much for your hints.
The problem is now fixed, the issue was the following:
I had a conda/mamba environment for MOOSE framework,
I deactivated the environment by commenting the relevant part of my bashrc,
so when I open the shell the environment is not loaded.
At this point, without the conda environment I was missing g++, so I did:
sudo apt install g++
then cancelled the build folder and did the procedure again.
cmake ..
make
sudo make install
Hope this can help others,
Best Regards,
Nicolò