Changes between Version 1 and Version 2 of g95


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

--

Legend:

Unmodified
Added
Removed
Modified
  • g95

    v1 v2  
    11= g95 =
    22
    3 This is the GNU Fortran compiler.  It was simple to install on ubuntu:
     3i'm not sure about what to do about this.  there is [wiki:gfortran], which provides similar functionality.  do we really need them both?
    44
    5 {{{
    6 [dkg@metis ~]$ sudo apt-get install gfortran{,-doc}
    7 Reading package lists... Done
    8 Building dependency tree... Done
    9 The following extra packages will be installed:
    10   gfortran-4.0 gfortran-4.0-doc libgfortran0 libgfortran0-dev libgmp3c2 libgmpxx3
    11 The following NEW packages will be installed:
    12   gfortran gfortran-4.0 gfortran-4.0-doc gfortran-doc libgfortran0 libgfortran0-dev libgmp3c2 libgmpxx3
    13 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
    14 Need to get 104kB/3148kB of archives.
    15 After unpacking 7963kB of additional disk space will be used.
    16 Do you want to continue [Y/n]?
    17 Get:1 http://us.archive.ubuntu.com breezy/universe gfortran-4.0-doc 4.0.1-4ubuntu9 [104kB]
    18 Get:2 http://us.archive.ubuntu.com breezy/universe gfortran-doc 4.0.1-3 [798B]
    19 Fetched 104kB in 0s (121kB/s)
    20 
    21 Preconfiguring packages ...
    22 Selecting previously deselected package libgfortran0.
    23 (Reading database ... 65024 files and directories currently installed.)
    24 Unpacking libgfortran0 (from .../libgfortran0_4.0.1-4ubuntu9_i386.deb) ...
    25 Selecting previously deselected package libgfortran0-dev.
    26 Unpacking libgfortran0-dev (from .../libgfortran0-dev_4.0.1-4ubuntu9_i386.deb) ...
    27 Selecting previously deselected package libgmpxx3.
    28 Unpacking libgmpxx3 (from .../libgmpxx3_4.1.4-10ubuntu1_i386.deb) ...
    29 Selecting previously deselected package libgmp3c2.
    30 Unpacking libgmp3c2 (from .../libgmp3c2_4.1.4-10ubuntu1_i386.deb) ...
    31 Selecting previously deselected package gfortran-4.0.
    32 Unpacking gfortran-4.0 (from .../gfortran-4.0_4.0.1-4ubuntu9_i386.deb) ...
    33 Selecting previously deselected package gfortran.
    34 Unpacking gfortran (from .../gfortran_4.0.1-3_i386.deb) ...
    35 Selecting previously deselected package gfortran-4.0-doc.
    36 Unpacking gfortran-4.0-doc (from .../gfortran-4.0-doc_4.0.1-4ubuntu9_all.deb) ...
    37 Selecting previously deselected package gfortran-doc.
    38 Unpacking gfortran-doc (from .../gfortran-doc_4.0.1-3_i386.deb) ...
    39 Setting up libgfortran0 (4.0.1-4ubuntu9) ...
    40 
    41 Setting up libgfortran0-dev (4.0.1-4ubuntu9) ...
    42 Setting up gfortran-4.0-doc (4.0.1-4ubuntu9) ...
    43 
    44 Setting up gfortran-doc (4.0.1-3) ...
    45 Setting up libgmp3c2 (4.1.4-10ubuntu1) ...
    46 
    47 Setting up libgmpxx3 (4.1.4-10ubuntu1) ...
    48 
    49 Setting up gfortran-4.0 (4.0.1-4ubuntu9) ...
    50 Setting up gfortran (4.0.1-3) ...
    51 
    52 [dkg@metis ~]$
    53 }}}
     5there appears to be no ubuntu `g95` package, though there is a `gfortran` package.