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 Debian version is 4.0 (etch) or more, Debian package of gfortran is available.
(I am not investigating the difference between G95 (g95) and GNU Fortran 95 (gfortran) ).
If you want to mirror this site, then please contact
.
"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 http://www.gfd-dennou.org/library/cc-env/Linux/debian-dennou etch/ deb-src http://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 http://www.gfd-dennou.org/library/cc-env/Linux/debian-dennou sarge/ deb-src http://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.