Tag Archives: ebuild

Using and creating Gentoo Linux repositories using Layman

Gentoo Linux uses ebuild scripts to compile and install software packages. Ebuilds for many packages are available in the default portage repository. However, you may want to add your own ebuilds, for example to add additional packages to your system … Continue reading

Posted in All, Software | Tagged , , , | 2 Comments

Erroneous gfortran warning of unused module variable when variable is only used in namelist

gfortran-4.7.2 -Wall gives a warning about unused module variables when those variables are only used in a namelist: Warning: Unused module variable ‘x’ which has been explicitly imported at (1) The warning goes away when the variable is used elsewhere.

Posted in All, Software | Tagged , , , , | Leave a comment