URI:
       tversion_info.py.in - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
  HTML git clone git://src.adamsgaard.dk/pism
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
       tversion_info.py.in (333B)
       ---
            1 """This module contains build time configuration info. We use this to initialize petsc4py
            2 with the correct PETSC_ARCH value *before* importing PISM.cpp.
            3 
            4 """
            5 
            6 """The directory containing the PETSc library PISM was built with."""
            7 PETSC_DIR = "${PETSC_DIR}"
            8 
            9 """The PETSC_ARCH value used to build PISM."""
           10 PETSC_ARCH = "${PETSC_ARCH}"