Dear developers,
I'm having trouble installing fenics 1.6 on a fresh debian stable 8.2
system.
After installing debian I run
apt install git curl python-dev time build-essential gfortran
freeglut3-dev
wget -O - http://fenicsproject.org/fenics-install.sh | bash
(By the way, the above package list was found in a comment in some file
and I think mentioning it on the installation instructions page and
readme file that shows on bitbucket would be helpful.)
And all goes well until it halts after sympy. Running the script again
has it halt on the "Starting build..." message and do nothig for about
an hour before I cancel. According to
~/.hashdist/bld/sympy/.../build.log.gz sympy build seems to be done
successfully, I think.
The directory ~/.hashdist/tmp is empty and no file/dir in ~/.hashdist
nor /tmp/fenics-install... has a recently modified timestamp.
It halts on line 209 of fenics-install.sh:
time -p ../hashdist/bin/hit build ${HIT_BUILD_ARGS}
and goes no further.
The script ends if I comment the above line and every line that has
PROFILE=$(readlink $PROFILE) and PROFILE=$(basename PROFILE)
But that way it does not create the folder
~/.hashdist/bld/profile/$PROFILE that is referenced on the config file
created.
I tried to debug the python script /tmp/fenics.../hashdist/bin/hit but
started delving too deep into hashdist machinery. If you have a faster
solution I'd appreciate the help.
Thank you,
YT
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support