v0.14.0
docker_build_mofem_script.sh
Go to the documentation of this file.
1 #!/bin/bash
2 
3 echo MOFEM_SRC_DIR $MOFEM_SRC_DIR
4 echo MOFEM_INSTALL_DIR $MOFEM_INSTALL_DIR
5 echo MOFEM_BUILD_DIR $MOFEM_BUILD_DIR
6 
7 source ${MOFEM_SRC_DIR}/scripts/docker_build_core_lib_script.sh
8 source ${MOFEM_SRC_DIR}/scripts/docker_build_users_modules_script.sh