Hi Johannes, Thanks for your reply.
I am installing on Scientific Linux release 6.3, without superuser priviledge. I do have gfortran. How do I specify the use of gfortran instead of g77? Thanks, Xiaoping. ________________________________________ From: [email protected] <[email protected]> on behalf of Johannes Ring <[email protected]> Sent: Wednesday, April 22, 2015 3:06 AM To: Xiaoping Qian Cc: [email protected]; Juan Luis Cano Subject: Re: [FEniCS-support] How to install FEniCS w/o superuser privilege On Tue, Apr 21, 2015 at 3:51 PM, Xiaoping Qian <[email protected]> wrote: > I have tried installation from both conda and source. > > When I tried to install from conda, I ran into the following problem. > > "Error: HTTPError: 404 Client Error: NOT FOUND: > https://conda.binstar.org/juanlu001/linux-64/eigen3-3.2.1-0.tar.bz2" Yes, it looks like this file is missing. Juan Luis, do you know why? > When I tried to install from source, I ran "url -s > http://fenicsproject.org/fenics-install.sh | bash", I got the following error > message. The attached is the build log. > > Starting build... > > Directory ba created. > Directory bld created. > Directory src created. > Directory db created. > Directory cache created. > Directory gcroots created. > Default configuration file /home/xqian29/.hashdist/config.yaml written. > /tmp/fenics-install.0EOLtn/hashdist/hashdist/formats/marked_yaml.py:72: > DeprecationWarning: object.__init__() takes no parameters > cls.__init__(self, x) > Downloading > http://releases.nixos.org/patchelf/patchelf-0.8/patchelf-0.8.tar.bz2... > [=========================] 100.0% (0.1MB of 0.1MB) 1.470MB/s ETA 0s > [patchelf] Building patchelf/k3rloj265ogt, follow log with: > [patchelf] tail -f > /home/xqian29/.hashdist/tmp/patchelf-k3rloj265ogt/build.log > Downloading https://github.com/xianyi/OpenBLAS/archive/v0.2.13.tar.gz... > > [ERROR] Unhandled Exception in Download: zero length field name in format > Downloading https://github.com/xianyi/OpenBLAS/archive/v0.2.13.tar.gz... > > [ERROR] Unhandled Exception in Download: zero length field name in format > Downloading https://github.com/xianyi/OpenBLAS/archive/v0.2.13.tar.gz... > [=========================] 100.0% (9.4MB of 9.4MB) 16.098MB/s ETA 0s > [blas] Building blas/bq7qrgo73lhs, follow log with: > [blas] tail -f /home/xqian29/.hashdist/tmp/blas-bq7qrgo73lhs/build.log > [blas|ERROR] Command '[u'/bin/bash', '_hashdist/build.sh']' returned non-zero > exit status 2 > [blas|ERROR] command failed (code=2); raising The error in the build.log file looks similar to this: https://groups.google.com/forum/#!topic/openblas-users/DCtLunNlDzA The solution seems to be to use gfortran instead of g77. It looks like you are using g77. Is gfortran available on your computer? Another alternative would be to try standard BLAS/LAPACK instead of OpenBLAS. Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
