Re: [easybuild] Python dependencies for ASE

2018-11-07 Thread Kenneth Hoste
On 07/11/2018 22:00, Jakob Schiøtz wrote: Hi, I am working on an ASE easybuild that will work without net connection. I hope to have it ready next week. See https://github.com/easybuilders/easybuild-easyconfigs/pull/7139 ;) In that connection, can anybody tell me how to get the packages l

Re: [easybuild] Python dependencies for ASE

2018-11-07 Thread Kenneth Hoste
Dear Joaquim, This is basically a problem with the easyconfig file you are using, where not all required Python packages are properly listed in it. Because of that, setuptools will try and download the missing required dependencies during the installaltion, which will then fail because of a

Re: [easybuild] Python dependencies for ASE

2018-11-07 Thread Jakob Schiøtz
Hi, I am working on an ASE easybuild that will work without net connection. I hope to have it ready next week. In that connection, can anybody tell me how to get the packages listed in the right order in a Bundle? Some of the packages fail their sanity check although they are installed (and

[easybuild] Python dependencies for ASE

2018-11-07 Thread Joaquim Jornet Somoza
Dear Easybuilders, I am trying to install ASE 1.16.2 with Easybuild 3.6.2, in a server without direct net connection, but the installation fails with the following error message: Installed .../ASE/3.16.2-intel-2016a-Python-3.5.1/lib/python3.5/site-packages/ase-3.16.2-py3.5.egg *Processing depen

Re: [easybuild] dependencies of dependencies

2018-11-07 Thread Sam Moors
Hi Kenneth, Thank you for the helpful answer. OpenImage does not set $LIBRARY_PATH, but it seems that CMake does not honor $LIBRARY_PATH (not clear why): https://stackoverflow.com/questions/50346194/why-does-cmake-not-respect-library-path-and-cpath Cheers, Sam On Tue, Nov 6, 2018 at 5:15 PM Kenn