pism

[fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
git clone git://src.adamsgaard.dk/pism # fast
git clone https://src.adamsgaard.dk/pism.git # slow
Log | Files | Refs | README | LICENSE Back to index

CMakeLists.txt (239B)


      1 configure_file(Dockerfile Dockerfile COPYONLY)
      2 
      3 # No image version tag: this Docker image should not be pushed to the Docker Hub.
      4 add_custom_target(docker-archlinux
      5   COMMAND docker build -t ${DOCKER_USERNAME}/pism-archlinux .
      6   VERBATIM)