Mon application Python utilise scipy qui a apparemment besoin de libgfortran. Après une mise à jour/mise à niveau récente de Brew, mon application Python ne fonctionne pas en raison d'un problème de dépendance de libgfortran :
dlopen(<snip>/scipy-0.14.0-py2.7-macosx-10.10-intel.egg/scipy/linalg/_fblas.so, 2): Library not loaded: /usr/local/lib/gcc/4.9/libgfortran.3.dylib
J'ai installé gcc 4.9, mais il n'y a pas de bibliothèque fortran ou quoi que ce soit correspondant à /usr/local/lib/gcc/4.9/. fort . Il y a des tonnes d'autres librairies dans /usr/local/lib/gcc/4.9/
J'ai réussi à installer gcc 4.9 via homebrew, mais je n'ai pas réussi à installer gfortran :
~ brew install gfortran
Error: No available formula for gfortran
GNU Fortran is now provided as part of GCC, and can be installed with:
brew install gcc
~ brew install gcc
Warning: gcc-5.1.0 already installed
~ brew install homebrew/versions/gcc49
Warning: homebrew/versions/gcc49-4.9.2_1 already installed
~ brew install homebrew/versions/gcc49 gfortran
Error: No available formula for gfortran
GNU Fortran is now provided as part of GCC, and can be installed with:
brew install gcc
~ brew install gcc gfortran
Error: No available formula for gfortran
GNU Fortran is now provided as part of GCC, and can be installed with:
brew install gcc