On 13 May 2017, at 23:03, Francis Poulin <fpoulin@uwaterloo.ca> wrote:
Hello Lawrence,
Thanks for working on fixing this.
I just tried doing an update an received the following, which I think means that there was an error.
Is there an example that we can use to test eigen, to see if it was properly installed?
Cheers, Francis
Checking Eigen tarball integrity Eigen tarball hash valid Traceback (most recent call last): File "../bin/firedrake-update", line 1206, in <module> install("petsc/") File "../bin/firedrake-update", line 623, in install build_and_install_petsc() File "../bin/firedrake-update", line 691, in build_and_install_petsc run_pip_install(["--ignore-installed", "petsc/"]) File "../bin/firedrake-update", line 597, in run_pip_install check_call(pipinstall + pipargs) File "../bin/firedrake-update", line 357, in check_call log.debug(subprocess.check_output(arguments, stderr=subprocess.STDOUT, env=env)) File "/usr/lib/python2.7/subprocess.py", line 574, in check_output raise CalledProcessError(retcode, cmd, output=output) subprocess.CalledProcessError: Command '['/home/fpoulin/software/firedrake/bin/pip', 'install', '--no-binary', 'mpi4py', '--no-deps', '-vvv', '--ignore-installed', 'petsc/']' returned non-zero exit status 1
Update log saved in firedrake-update.log
Can you post the contents of this log of the update? Lawrence