URI: 
       tpackages.yaml - 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
       ---
       tpackages.yaml (554B)
       ---
            1 packages:
            2 
            3   # Spack and PETSc require Python
            4   python:
            5     paths:
            6       python@2.7.15: /usr
            7     buildable: False
            8 
            9   # PETSc and PISM require MPI
           10   openmpi:
           11     paths:
           12       openmpi@2.1.1: /usr
           13     buildable: False
           14 
           15   # PISM requires CMake
           16   cmake:
           17     paths:
           18       cmake@3.10.2: /usr
           19     buildable: False
           20 
           21   # PISM requires NetCDF (the library and ncgen for the build process)
           22   netcdf:
           23     paths:
           24       netcdf@4.6.0: /usr
           25     buildable: False
           26 
           27   # PISM requires GSL
           28   gsl:
           29     paths:
           30       gsl@2.4: /usr
           31     buildable: False
           32 
           33   # Consider adding BLAS.