Thanks Garth for the response. I did download the fenics-install.sh and while it was running, I got the following error
2015/01/03 12:59:11 - INFO: [package:run_job] File "/Users/aldoromero/.hashdist/bld/numpy/jhd44wizr26g/lib/python2.7/site-pack ages/numpy/linalg/linalg.py", line 29, in <module> 2015/01/03 12:59:11 - INFO: [package:run_job] from numpy.linalg import lapack_lite, _umath_linalg 2015/01/03 12:59:11 - INFO: [package:run_job] ImportError: dlopen(/Users/aldoromero/.hashdist/bld/numpy/jhd44wizr26g/lib/python2.7/sit e-packages/numpy/linalg/lapack_lite.so, 2): Symbol not found: _dgeev_ 2015/01/03 12:59:11 - INFO: [package:run_job] Referenced from: /Users/aldoromero/.hashdist/bld/numpy/jhd44wizr26g/lib/python2.7/site-packa ges/numpy/linalg/lapack_lite.so 2015/01/03 12:59:11 - INFO: [package:run_job] Expected in: flat namespace 2015/01/03 12:59:11 - INFO: [package:run_job] in /Users/aldoromero/.hashdist/bld/numpy/jhd44wizr26g/lib/python2.7/site-packa ges/numpy/linalg/lapack_lite.so 2015/01/03 12:59:11 - ERROR: [package:run_job] Command '[u'/bin/bash', '_hashdist/build.sh']' returned non-zero exit status 1 I am sure it is related to a lack of a package but I have not been able to find which one is missing. Thanks in advance again ________________________________________ Prof. Aldo Humberto Romero Physics and Astronomy Department West Virginia University Phone: (304) 2936317 email: [email protected] El 03/01/15 10:38, "Garth N. Wells" <[email protected]> escribió: >I would suggest trying Hashdist - Dorsal is not longer well maintained >and will soon be retired. See > > http://fenicsproject.org/pipermail/fenics/2014-December/002233.html > >on using Hashdist. > >On OSX, I would also suggest that you use the development version of >FEniCS - it has a number of build fixes. > >Garth > > >On Wed, 31 Dec, 2014 at 7:44 PM, Aldo Romero <[email protected]> >wrote: >> I have been trying to compile Fenics into my Mac (Yosemite) using >> MacPorts but I am running into troubles. I am using dorsal for such a >> job. >> >> Initially everything goes fine and smooth but at some stage I get the >> error >> >> >>/Users/aldoromero/Work/FEniCS/src/trilinos-11.4.1-Source/dorsal_build_dir >>/packages/PyTrilinos/src/NOX.__init__PYTHON_wrap.cpp:6577:19: >> note: candidates are: >> In file included from >> >>/Users/aldoromero/Work/FEniCS/src/trilinos-11.4.1-Source/dorsal_build_dir >>/packages/PyTrilinos/src/NOX.__init__PYTHON_wrap.cpp:4591:0: >> >>/Users/aldoromero/Work/FEniCS/src/trilinos-11.4.1-Source/packages/nox/src >>/NOX_Utils.H:127:5: >> note: NOX::Utils::Sci::Sci(double, int) >> Sci(double val, int precision = -1) : d(val), p(precision) {}; >> ^ >> >>/Users/aldoromero/Work/FEniCS/src/trilinos-11.4.1-Source/packages/nox/src >>/NOX_Utils.H:127:5: >> note: candidate expects 2 arguments, 0 provided >> >>/Users/aldoromero/Work/FEniCS/src/trilinos-11.4.1-Source/packages/nox/src >>/NOX_Utils.H:124:9: >> note: NOX::Utils::Sci::Sci(const NOX::Utils::Sci&) >> class Sci { >> ^ >> >>/Users/aldoromero/Work/FEniCS/src/trilinos-11.4.1-Source/packages/nox/src >>/NOX_Utils.H:124:9: >> note: candidate expects 1 argument, 0 provided >> make[2]: *** >> >>[packages/PyTrilinos/src/CMakeFiles/NOX___init__.dir/NOX.__init__PYTHON_w >>rap.cpp.o] >> Error 1 >> make[1]: *** >> [packages/PyTrilinos/src/CMakeFiles/NOX___init__.dir/all] Error 2 >> make: *** [all] Error 2 >> Failure with exit status: 2 >> Exit message: There was a problem building trilinos-11.4.1-Source. >> >> >> Any advise on how to proceed? I am kind of stuck at this point. >> >> Thanks! >> Prof. Aldo Humberto Romero >> Physics and Astronomy Department >> West Virginia University >> Phone: (304) 2936317 >> email: [email protected] >> > _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
