Open RafalSkolasinski opened 8 years ago
I've seen lots of problems with using Anaconda gcc and libgfortran. The problem is that not using it creates its own portability issues. Perhaps at some point the wrong compilers are used and it makes the compilation fail, I will try to diagnose the issue this week.
I somehow manage to make all packages (except mshr) compiling (under Centos 7) without setting
libgfortran ==1
didn't try Centos 6 again because we'll have a cluster update soon.
In my fork now I got an Centos 7 Dockerimage that does the compilation. Using output of it allows for successful installation under Centos 7 and Linux Mint 17.3 Rosa (Ubuntu 14.04 bases as I remember).
If you would have tips how to succeed in compilation of mshr you would be my hero ;)
I forked master branch to try a custom build. The only difference I made was to remove limitation on
numpy
version and enforcinglibgfortran ==1
to workaround current problems withlibgfortran
on conda. (see #686).The following problem occurs during configuration of
petsc
installationmessage from
configure.log