Skip to content
Snippets Groups Projects
Commit a0e1a297 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Resolve "Set software versions for v3.0"

parent ce01b8f8
Branches
Tags
1 merge request!45Resolve "Set software versions for v3.0"
...@@ -2,12 +2,12 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest ...@@ -2,12 +2,12 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest
variables: variables:
## Application versions used for the main release ## note: nightly builds will always use the master branch ## Application versions used for the main release ## note: nightly builds will always use the master branch
JUGGLER_VERSION: "v1.5.0" JUGGLER_VERSION: "v1.6.0"
NPDET_VERSION: "master" NPDET_VERSION: "v0.5.0"
EICD_VERSION: "master" EICD_VERSION: "v0.1.0"
DETECTOR_VERSION: "master" DETECTOR_VERSION: "v0.1.0"
IP6_VERSION: "master" IP6_VERSION: "v0.1.0"
ACCELERATOR_VERSION: "master" ACCELERATOR_VERSION: "master" #needs to be merged into IP6
## Spack github version ## Spack github version
SPACK_VERSION: "63915de99b6d4bc7c8b8a22dc45e5c3dd7ee4f26" SPACK_VERSION: "63915de99b6d4bc7c8b8a22dc45e5c3dd7ee4f26"
......
...@@ -22,19 +22,18 @@ cd eic_container ...@@ -22,19 +22,18 @@ cd eic_container
Available flags: Available flags:
```bash ```bash
-v VERSION, --version VERSION -c CONTAINER, --container CONTAINER
(opt.) project version. Default: current version (in repo). (opt.) Container to install. D: eic (will migrate to jug_xl for v3.0).
-v VERSION, --version VERSION
(opt.) project version. D: 2.9.2. For MRs, use mr-XXX.
-f, --force Force-overwrite already downloaded container
-b BIND_PATHS, --bind-path BIND_PATHS -b BIND_PATHS, --bind-path BIND_PATHS
(opt.) extra bind paths for singularity. (opt.) extra bind paths for singularity.
-m MODULE_PATH, --module-path MODULE_PATH -m MODULE_PATH, --module-path MODULE_PATH
(opt.) Root module path where you want to install a (opt.) Root module path to install a modulefile. D: Do not install a
modulefile. D: <prefix>/../../etc/modulefiles modulefile
-l, --local Local install, will not install the modulefiles (you will have
to run the launcher scripts from their relative paths).
-f, --force Force-overwrite already downloaded container with the same name.
``` ```
3. To use the container in installed mode, you can load the modulefile, 3. To use the container in installed mode, you can load the modulefile,
and then use the included apps as if they are native apps on your system! and then use the included apps as if they are native apps on your system!
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment