Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hall AC Containers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
Hall AC Containers
Commits
9019dcd6
Commit
9019dcd6
authored
5 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Added some extra default bind points.
parent
5a46b8bc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cmake/options.cmake
+1
-1
1 addition, 1 deletion
cmake/options.cmake
with
2 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
9019dcd6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
cmake/options.cmake
+
1
−
1
View file @
9019dcd6
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment