summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorDrew Whitehouse <Drew.Whitehouse@gmail.com>2021-12-18 03:03:03 +1100
committerGitHub <noreply@github.com>2021-12-17 17:03:03 +0100
commitbbe69aa7255f1f6212b89ceaa8c1a9ff7e6b084a (patch)
tree0f0a8befaaeda40951decf1386950f0c5f02458e /var
parent8b3858081dd1717b194ddae039323fd46503f851 (diff)
downloadspack-bbe69aa7255f1f6212b89ceaa8c1a9ff7e6b084a.tar.gz
spack-bbe69aa7255f1f6212b89ceaa8c1a9ff7e6b084a.tar.bz2
spack-bbe69aa7255f1f6212b89ceaa8c1a9ff7e6b084a.tar.xz
spack-bbe69aa7255f1f6212b89ceaa8c1a9ff7e6b084a.zip
libcxxwrap-julia: fix the git branch name master -> main (#28033)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libcxxwrap-julia/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libcxxwrap-julia/package.py b/var/spack/repos/builtin/packages/libcxxwrap-julia/package.py
index ee4caebe13..324c2d65c5 100644
--- a/var/spack/repos/builtin/packages/libcxxwrap-julia/package.py
+++ b/var/spack/repos/builtin/packages/libcxxwrap-julia/package.py
@@ -16,7 +16,9 @@ regular CMake library for use in other C++ projects."""
maintainers = ['eloop']
- version('master', branch='master')
+ # note: use the @main branch version if you're building for julia 1.7
+ version('main', branch='main')
+
version('0.8.3', sha256='b0421d11bdee5ce8af4922de6dfe3b0e5d69b07bb52894e3a22a477bbd27ee9e')
version('0.8.2', sha256='f8b171def3d61904ba8f9a9052a405c25afbfb9a3c5af3dd30bc36a0184ed539')