Google Summer of Code/2012/Ideas/Support for Fortran modules and libraries with multiple compilers

From Gentoo Wiki
Jump to:navigation Jump to:search

Support for Fortran modules and libraries with multiple compilers

Fortran modules and libraries are highly compiler dependent. Even minor version change in gfortran renders them incompatible. However, we are often forced to work with multiple compilers at the same time (e.g. scientific software development). The project aim is to create a Fortran framework that would allow to install concurrent versions of Fortran binaries in a PMS (Package Manager Specification)-aware fashion, along with a configuration module for eselect to rule them all.

See also: Linux problems you never considered handling - Fortran90 modules for multiple compilers (Donnie's Berkholz blog post)


Contacts Required Skills
  • Python
  • Shell scripting
  • Compilers