Changes between Version 2 and Version 3 of gfortran


Ignore:
Timestamp:
04/06/06 16:32:16 (20 years ago)
Author:
Daniel Kahn gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gfortran

    v2 v3  
    55GFortran is included in Debian testing and unstable in the gfortran package.
    66This package will install binaries in /usr/bin.
     7
     8t was simple to install on ubuntu:
     9
     10{{{
     11[dkg@metis ~]$ sudo apt-get install gfortran{,-doc}
     12Reading package lists... Done
     13Building dependency tree... Done
     14The following extra packages will be installed:
     15  gfortran-4.0 gfortran-4.0-doc libgfortran0 libgfortran0-dev libgmp3c2 libgmpxx3
     16The following NEW packages will be installed:
     17  gfortran gfortran-4.0 gfortran-4.0-doc gfortran-doc libgfortran0 libgfortran0-dev libgmp3c2 libgmpxx3
     180 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
     19Need to get 104kB/3148kB of archives.
     20After unpacking 7963kB of additional disk space will be used.
     21Do you want to continue [Y/n]?
     22Get:1 http://us.archive.ubuntu.com breezy/universe gfortran-4.0-doc 4.0.1-4ubuntu9 [104kB]
     23Get:2 http://us.archive.ubuntu.com breezy/universe gfortran-doc 4.0.1-3 [798B]
     24Fetched 104kB in 0s (121kB/s)
     25
     26Preconfiguring packages ...
     27Selecting previously deselected package libgfortran0.
     28(Reading database ... 65024 files and directories currently installed.)
     29Unpacking libgfortran0 (from .../libgfortran0_4.0.1-4ubuntu9_i386.deb) ...
     30Selecting previously deselected package libgfortran0-dev.
     31Unpacking libgfortran0-dev (from .../libgfortran0-dev_4.0.1-4ubuntu9_i386.deb) ...
     32Selecting previously deselected package libgmpxx3.
     33Unpacking libgmpxx3 (from .../libgmpxx3_4.1.4-10ubuntu1_i386.deb) ...
     34Selecting previously deselected package libgmp3c2.
     35Unpacking libgmp3c2 (from .../libgmp3c2_4.1.4-10ubuntu1_i386.deb) ...
     36Selecting previously deselected package gfortran-4.0.
     37Unpacking gfortran-4.0 (from .../gfortran-4.0_4.0.1-4ubuntu9_i386.deb) ...
     38Selecting previously deselected package gfortran.
     39Unpacking gfortran (from .../gfortran_4.0.1-3_i386.deb) ...
     40Selecting previously deselected package gfortran-4.0-doc.
     41Unpacking gfortran-4.0-doc (from .../gfortran-4.0-doc_4.0.1-4ubuntu9_all.deb) ...
     42Selecting previously deselected package gfortran-doc.
     43Unpacking gfortran-doc (from .../gfortran-doc_4.0.1-3_i386.deb) ...
     44Setting up libgfortran0 (4.0.1-4ubuntu9) ...
     45
     46Setting up libgfortran0-dev (4.0.1-4ubuntu9) ...
     47Setting up gfortran-4.0-doc (4.0.1-4ubuntu9) ...
     48
     49Setting up gfortran-doc (4.0.1-3) ...
     50Setting up libgmp3c2 (4.1.4-10ubuntu1) ...
     51
     52Setting up libgmpxx3 (4.1.4-10ubuntu1) ...
     53
     54Setting up gfortran-4.0 (4.0.1-4ubuntu9) ...
     55Setting up gfortran (4.0.1-3) ...
     56
     57[dkg@metis ~]$
     58}}}