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 (372B)
---
1 configure_file(Dockerfile.in Dockerfile)
2
3 foreach(script hdf5.sh netcdf.sh pnetcdf.sh parallelio.sh)
4 configure_file(${Pism_SOURCE_DIR}/doc/sphinx/installation/code/${script} . COPYONLY)
5 endforeach()
6
7 set(PISM_DOCKER_UBUNTU_VERSION 0.1)
8
9 add_custom_target(docker-ubuntu
10 COMMAND docker build -t ${DOCKER_USERNAME}/pism-ubuntu:${PISM_DOCKER_UBUNTU_VERSION} .
11 VERBATIM)