Skip to content
Snippets Groups Projects
Commit 9019dcd6 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Added some extra default bind points.

parent 5a46b8bc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment