summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorHans Fangohr <fangohr@users.noreply.github.com>2022-11-26 16:29:49 -0600
committerGitHub <noreply@github.com>2022-11-26 15:29:49 -0700
commit17ca86a30901831bc2713b0f462d4631ddb0e0f2 (patch)
tree2a655e9003e15c671daa58ec68c1b5ccdbf35e1c /var
parentce71a38703d712253b2f30de6f3486aaf265d522 (diff)
downloadspack-17ca86a30901831bc2713b0f462d4631ddb0e0f2.tar.gz
spack-17ca86a30901831bc2713b0f462d4631ddb0e0f2.tar.bz2
spack-17ca86a30901831bc2713b0f462d4631ddb0e0f2.tar.xz
spack-17ca86a30901831bc2713b0f462d4631ddb0e0f2.zip
Octopus: branch for Octopus development is now "main" (#34128)
Historically, development of the Octopus code was done on the "develop" branch on https://gitlab.com/octopus-code/octopus but now development takes place on "main" (since Q3 2022). The suggestion in this PR to solve the issue is to keep the spack label `octopus@develop` as this better indicates this is the development branch on git than `octopus@main`, but of course to use the `main` branch (there is no choice here - the `develop` branch is not touched anymore). Sticking to `octopus@develop` as the version label also keeps backwards compatibility.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/octopus/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/octopus/package.py b/var/spack/repos/builtin/packages/octopus/package.py
index ed34ae201c..96586ac8ca 100644
--- a/var/spack/repos/builtin/packages/octopus/package.py
+++ b/var/spack/repos/builtin/packages/octopus/package.py
@@ -36,7 +36,7 @@ class Octopus(AutotoolsPackage, CudaPackage):
version("6.0", sha256="4a802ee86c1e06846aa7fa317bd2216c6170871632c9e03d020d7970a08a8198")
version("5.0.1", sha256="3423049729e03f25512b1b315d9d62691cd0a6bd2722c7373a61d51bfbee14e0")
- version("develop", branch="develop")
+ version("develop", branch="main")
variant("mpi", default=True, description="Build with MPI support")
variant("scalapack", default=False, description="Compile with Scalapack")