From 1639c9361ee33cef4ff2ee2a8f443574f877b66d Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Fri, 29 Jan 2021 23:02:53 +0000 Subject: [PATCH] Added opencascade --- README.md | 5 +++-- VERSION | 2 +- containers/builder/spack.yaml | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1bd3132c..490f979bb 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ cd eic_container modeuefile will be installed to `$PREFIX/../../etc/modulefiles`. You can use the `-v` flag to select the version you want to install, or omit the flag if you want to install the master build. The recommended stable - release version is `v2.5.0`. + release version is `v2.6.1`. ```bash -./install.py -v 2.5.0 <PREFIX> +./install.py -v 2.6.1 <PREFIX> ``` Available flags: @@ -122,6 +122,7 @@ Included software: - gaudi@34.0 - dawn@3.91a - dawncut@1.54a + - opencascade - The singularity build exports the following applications: - eic_shell: a development shell in the image - container_dev: same as EIC shell diff --git a/VERSION b/VERSION index e70b4523a..6a6a3d8e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.0 +2.6.1 diff --git a/containers/builder/spack.yaml b/containers/builder/spack.yaml index 41658b793..8a4d53af7 100644 --- a/containers/builder/spack.yaml +++ b/containers/builder/spack.yaml @@ -27,5 +27,6 @@ spack: - gaudi@34.0 - dawn@3_91a - dawncut@1_54a + - opencascade concretization: together view: /usr/local -- GitLab