diff --git a/CMakeLists.txt b/CMakeLists.txt index 4371b82c6da0cf8b7d98ceca56c0957685bf5b1b..dbb9c32412430d9e4952def7f501eb3c3b38ba9d 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 39735a6d4615db56b49eb261ae6d98df01cad054..f1efa24b863c4d907c34950b3ab76e794f9733b5 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()