ElmerCSC / homebrew-elmerfem

Homebrew formula for installing Elmer on Macs
6 stars 15 forks source link

Umfpack problem while compiling Elmer with homebrew #2

Open gits2 opened 8 years ago

gits2 commented 8 years ago

Hi,

I try to install elmer via homebrew on a Mac (10.9.5). All dependencies are fine, suite-sparse is installed and properly linked. Everytime I try to install elmer, it fails to built umfpack. This are the logs: https://gist.github.com/anonymous/04593fdeef1b7b9eb8420cf58134711f

Any suggestions what the problem could be and how I could get elmer running?

juhanikataja commented 8 years ago

The problem seems to be with c++11 strings and not with umfpack: https://gist.github.com/anonymous/04593fdeef1b7b9eb8420cf58134711f#file-02-make-L764