From 17ca86a30901831bc2713b0f462d4631ddb0e0f2 Mon Sep 17 00:00:00 2001 From: Hans Fangohr Date: Sat, 26 Nov 2022 16:29:49 -0600 Subject: 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. --- var/spack/repos/builtin/packages/octopus/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3-70-g09d2