Skip to content
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

Open
blahoslav opened this issue Nov 8, 2021 · 8 comments

Comments

@blahoslav
Copy link

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

@dddijulio
Copy link
Collaborator

Hi Blahoslav,

If you are building the ESS model, go ahead and try:

./Cmake.pl
or
To use g++: ./CMake.pl -g++=g++

cmake ./
make ess

cheers,

Doug

@blahoslav
Copy link
Author

Hi Doug,
Thanks a lot. I tried to build the whole CombLayer previously unnecessarily and that required some further dependencies than the g++ compiler (and build-essentials). Building just ess has been successful.

Blahoslav

@SAnsell
Copy link
Owner

SAnsell commented Nov 8, 2021

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
make VERBOSE=1
( you can write it to a file with make VERBOSE=1 > logFile.txt )

@kbat
Copy link
Collaborator

kbat commented Nov 9, 2021

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?

@kbat
Copy link
Collaborator

kbat commented Nov 9, 2021

@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)

@dddijulio
Copy link
Collaborator

@kbat @blahoslav I checked and plone is only accessible via the ESS intranet. It will be shut down permanently in the near future.

@kbat
Copy link
Collaborator

kbat commented Nov 9, 2021

@dddijulio I see, thank you. We need to find another hosting then.

@kbat
Copy link
Collaborator

kbat commented Jan 21, 2022

@blahoslav the web site is now available at https://dedm.pnpi.spb.ru/comblayer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants