web-dev-qa-db-fra.com

Impossible d'installer gfortran via homebrew

J'ai reçu ce message lorsque j'ai essayé d'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

Ma question est de savoir comment installer gfortran avec homebrew ou port?

ou

Si maintenant GNU Fortran fait partie de GCC Comment puis-je compiler du code fortran en utilisant gcc?

Je ne suis pas sûr peut-être que j'ai mal compris quelque chose, je me souviens que la dernière fois que je peux encore utiliser gfortran pour compiler mon code, mais maintenant cela ne fonctionne pas.

Plus d'informations:

quand j'utilise la commande brew list je vois toujours que gfortran est là mais je ne peux pas l'utiliser.

Plus d'informations (dernières):

ok, maintenant je peux utiliser la commande gfortran mais un autre problème vient

~$ gfortran-4.9 hello.f
dyld: Library not loaded: /usr/local/lib/libcloog-isl.4.dylib
  Referenced from: /usr/local/Cellar/gcc/4.9.2/libexec/gcc/x86_64-Apple-darwin14.0.0/4.9.2/f951
  Reason: image not found
gfortran-4.9: internal compiler error: Trace/BPT trap: 5 (program f951)
Abort trap: 6
20
fronthem

Faites simplement "brew install gcc" selon les instructions. Le paquet gcc contient gcc, g ++, gfortran etc.

19
janneb