tCMakeLists.txt - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
(HTM) git clone git://src.adamsgaard.dk/pism
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
tCMakeLists.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)