astrofrog / macports-python

Installation instructions for Python using MacPorts
http://astrofrog.github.com/macports-python/
4 stars 1 forks source link

Failed to install SuiteSparse #6

Open sapaqua opened 11 years ago

sapaqua commented 11 years ago

While running

$sudo port install py27-matplotlib py27-numpy py27-scipy py27-ipython

I received the following error message:

---> Dependencies to be installed: SuiteSparse gcc47 cctools cctools-headers llvm-3.2 libffi llvm_select cloog gmp isl gcc_select ld64 libmpc mpfr libstdcxx ppl glpk swig-python swig pcre ---> Staging SuiteSparse into destroot Error: org.macports.destroot for port SuiteSparse returned: command execution failed Error: Failed to install SuiteSparse Please see the log file for port SuiteSparse for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_SuiteSparse/SuiteSparse/main.log Error: The following dependencies were not installed: SuiteSparse gcc47 cctools cctools-headers llvm-3.2 libffi llvm_select cloog gmp isl gcc_select ld64 libmpc mpfr libstdcxx ppl glpk swig-python swig pcre To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port py27-scipy failed

Any advice? I am using MacOS X 10.8.3.

Thanks!

svohara commented 11 years ago

I had same problem. I cleaned both the atlas and SuiteSparse ports. I then installed atlas +gcc48. After that finished, then Suitesparse +atlas installed fine. Prior, I had a 'no fortran compiler' error when installing atlas, so I tried the +nofortran option, but that path led to badness. I hope this comment helps.