-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building not successful - missing dependencies - http://plone.esss.lu.se/ not working anymore #137
Comments
Hi Blahoslav, If you are building the ESS model, go ahead and try: ./Cmake.pl cmake ./ cheers, Doug |
Hi Doug, Blahoslav |
Just to add a comment - You are likely going to need GSL (gnu-scientific library) and boost_filesystem, however I can't see how you can build ess without those libraries. However, if you can build "ess" but not other things, it almost certainly because I have added a new directory to the structure. That means that you need a new ./CMake.pl command, followed by cmake ./ Further, if you do a CMake.pl command, think about adding the -O option (optimization) as this will speed up the model building by a factor 5 or so. If you still have problems, can you post the last few lines of the command |
I confirm that http://plone.esss.lu.se does not respond during last several weeks. It might be just because they made it inaccessible from outside. @dddijulio : can you check if one can see it from the ESS intranet? |
@blahoslav dependencies are also listed in section 3.1 of Documents/Guide/Guide.pdf (you need to compile PDF yourself, otherwise see Guide/Frames/Installing.tex) |
@kbat @blahoslav I checked and plone is only accessible via the ESS intranet. It will be shut down permanently in the near future. |
@dddijulio I see, thank you. We need to find another hosting then. |
@blahoslav the web site is now available at https://dedm.pnpi.spb.ru/comblayer |
Hi,
I am writing since I am not able to build CombLayer with the "make" command successfully. The problem has arisen since http://plone.esss.lu.se/ has stopped working. I cannot recall what are precisely all the dependencies required to build CombLayer, i. e. which packages needs to be installed in my Linux environment. I have not been able to find the list of dependencies in this repository.
May I please ask you for reminding me the list of dependencies?
Thank you very much for your help.
Take care.
Blahoslav
The text was updated successfully, but these errors were encountered: