From 9019dcd68bd5d8d1510ceb5d3609ef33db2a300c Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 9 Jan 2020 19:04:12 -0500 Subject: [PATCH] Added some extra default bind points. --- CMakeLists.txt | 2 +- cmake/options.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4371b82..dbb9c32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ ## PROJECT: hallac_container ################################################################################ cmake_minimum_required (VERSION 3.8) -project (hallac_container VERSION 1.5.8) +project (hallac_container VERSION 1.5.9) ################################################################################ ## The name of our container diff --git a/cmake/options.cmake b/cmake/options.cmake index 39735a6..f1efa24 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -12,7 +12,7 @@ set(INSTALL_LIB_DIR lib CACHE PATH "Installation directory for libraries") set(INSTALL_BIN_DIR bin CACHE PATH "Installation directory for executables") set(INSTALL_INCLUDE_DIR include/${PROJECT_NAME} CACHE PATH "Installation directory for header files") set(INSTALL_MODULE_DIR ${CMAKE_INSTALL_PREFIX}/../../etc/modulefiles CACHE PATH "Installation directory for module files") -set(INSTALL_BIND_PATH "/net" "/group" CACHE PATH "Installation singularity bind path") +set(INSTALL_BIND_PATH "/net" "/group" "/cache" "/work" "/volatile" CACHE PATH "Installation singularity bind path") if(WIN32 AND NOT CYGWIN) set(DEF_INSTALL_CMAKE_DIR cmake) else() -- GitLab