Pages : 1
#1 Le 16/12/2005, à 18:09
- aperera
gfortran
Bonjour,
comment installer gfortran? ce paquet ne figure pas dans non cd breezy(?)
la commande sudo apt-get install gfortran me dit que gfortran n'existe pas.
Please help
#2 Le 17/12/2005, à 17:12
- thx1138
Re : gfortran
Une petite recherche :
bdusauso@Tu-144:~$ apt-cache search gfortran
gfortran - The GNU Fortran 95 compiler
gfortran-4.0 - The GNU Fortran 95 compiler
gfortran-4.0-doc - Documentation for the GNU Fortran compiler (gfortran)
gfortran-doc - Documentation for the GNU Fortran compiler (gfortran)
lib64gfortran0 - Runtime library for GNU Fortran applications (64bit)
libgfortran0 - Runtime library for GNU Fortran applications
libgfortran0-dev - GNU Fortran library development
On approfondit la recherche :
bdusauso@Tu-144:~$ apt-cache show gfortran
Package: gfortran
Priority: optional
Section: universe/devel
[...]
Architecture: i386
Source: gcc-defaults (1.28)
Version: 4.0.1-3
Provides: fortran-compiler
Depends: cpp (>= 4:4.0.1-3), gcc (>= 4:4.0.1-3), gfortran-4.0 (>= 4.0.1-2)
[...]
Description: The GNU Fortran 95 compiler
This is the GNU g95 Fortran compiler, which compiles Fortran 95 on platforms
supported by the gcc compiler. It uses the gcc backend to generate optimized
code.
.
This is a dependency package providing the default GNU Fortran 95 compiler.
Bugs: mailto:ubuntu-users@lists.ubuntu.com
Origin: Ubuntu
Tu dois donc activer les dépôts universe afin de pouvoir l'installer via apt-get, aptitude, synaptic out tout autre gestionnaire de packages [1].
Voilà.
[1] http://doc.ubuntu-fr.org/applications/synaptic
They did not know it was impossible, so they did it - Mark Twain
Hors ligne
Pages : 1