Debianized G95 Fortran compiler (The G95 Project) packages are distributed here.
Additional, some debianized libraries built by G95 Fortran compiler are distributed too.
Following Debian packages support only i386 architecture.
There is GNU Fortran 95 (gfortran) besides G95 as free Fortran 90/95 compiler, too. If your gcc version is 4.0.2-2 or more (Debian version is unstable on 2006/06/21), Debian package of GNU Fortran 95 (gfortran) is available from <URL:http://packages.debian.org/unstable/devel/gfortran>.
(I am not investigating the difference between G95 (g95) and GNU Fortran 95 (gfortran) ).
"Old Stable" and "Stable" packages in Debian packages list can be installed by APT.
Packages in this repository can be gpg authenticated. The key that is being used for signing the packages is
pub 1024D/AEE995F4 2005-12-08 uid Youhei SASAKI <uwabami@gfd-dennou.org>
You can enter this key into the APT trusted keys database with the following command (using subkeys.pgp.net):
# gpg --keyserver subkeys.pgp.net --recv-keys AEE995F4 # gpg --armor --export AEE995F4 | apt-key add -
Next, add following statements to /etc/apt/sources.list.
deb ftp://www.gfd-dennou.org/library/cc-env/Linux/debian-dennou etch/ deb-src ftp://www.gfd-dennou.org/library/cc-env/Linux/debian-dennou etch/
And then use apt-get command to install packages as follows. Select a package from Debian packages list, and substitute it to <Package name> .
# apt-get update # apt-get install <Package name>
Add following statements to /etc/apt/sources.list.
deb ftp://www.gfd-dennou.org/library/cc-env/Linux/debian-dennou sarge/ deb-src ftp://www.gfd-dennou.org/library/cc-env/Linux/debian-dennou sarge/
And then use apt-get command to install packages as follows. Select a package from Debian packages list, and substitute it to <Package name> .
# apt-get update # apt-get install <Package name>
"Unstable" packages in Debian packages list can be installed manually. Download "deb" files, and install by "dpkg" command. Please check dependency manually.
| Package | Software |
Old Stable
[Debian ver 3.1 (sarge)] [G95 ver 0.9 (stable)] |
Stable
[Debian ver 4.0 (etch)] [G95 ver 0.9 (stable)] |
Unstable
[Debian ver: (sid)] [G95 ver: (current snapshot)] |
|---|---|---|---|---|
| Archives | Archives | Archives | ||
| g95 | G95 Fortran Compiler | g95/sarge | g95/etch | g95/sid |
| netcdf-g95 | NetCDF (network Common Data Form) | netcdf-g95/sarge | netcdf-g95/etch | netcdf-g95/sid |
| gt4f90io-g95 | gt4f90io (Fortran90 netCDF I/O library with gtool4 conventions) | gt4f90io-g95/sarge | gt4f90io-g95/etch | gt4f90io-g95/sid |
| blas-g95 blas-g95-dev blas-g95-test |
BLAS (Basic Linear Algebra Subprograms) | blas-g95/sarge | blas-g95/etch | blas-g95/sid |
| lapack-g95 lapack-g95-dev lapack-g95-pic lapack-g95-test |
LAPACK (Linear Algebra PACKage) | lapack-g95/sarge | lapack-g95/etch | lapack-g95/sid |
| ispack-g95 | ISPACK (ISHIOKA numerical computing PACKage) | ispack-g95/sarge | ispack-g95/etch | ispack-g95/sid |
| spml-lapack-g95 | spml (SPMODEL library) with LAPACK | spml-lapack-g95/sarge | spml-lapack-g95/etch | spml-lapack-g95/sid |