summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio <sergio.rivasgomez@epfl.ch>2021-06-14 18:46:13 +0200
committerGitHub <noreply@github.com>2021-06-14 10:46:13 -0600
commit25bca688ce5b98aa9b11e175e6d7a646cb6db079 (patch)
treecaf2731a5085918184771865b65214545a01758b
parent0b769855a1766afba6dd07fe27fb7ecece1f74d9 (diff)
downloadspack-25bca688ce5b98aa9b11e175e6d7a646cb6db079.tar.gz
spack-25bca688ce5b98aa9b11e175e6d7a646cb6db079.tar.bz2
spack-25bca688ce5b98aa9b11e175e6d7a646cb6db079.tar.xz
spack-25bca688ce5b98aa9b11e175e6d7a646cb6db079.zip
Fix the branch for the develop version of IOR (#24079)
-rw-r--r--var/spack/repos/builtin/packages/ior/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/ior/package.py b/var/spack/repos/builtin/packages/ior/package.py
index cbccc6e0f2..6d6a1275f0 100644
--- a/var/spack/repos/builtin/packages/ior/package.py
+++ b/var/spack/repos/builtin/packages/ior/package.py
@@ -13,7 +13,7 @@ class Ior(AutotoolsPackage):
homepage = "https://github.com/hpc/ior"
url = "https://github.com/hpc/ior/archive/3.2.1.tar.gz"
- version('develop', git='https://github.com/hpc/ior.git', branch='master')
+ version('develop', git='https://github.com/hpc/ior.git', branch='main')
version('3.3.0', sha256='701f2167f81ef963e227d4c036c4a947a98b5642b7c14c87c8ae657849891528', preferred=True)
version('3.3.0rc1', sha256='0e42ebf5b5adae60625bf97989c8e2519d41ea2e3d18561d7d5b945625317aa5')
version('3.2.1', sha256='ebcf2495aecb357370a91a2d5852cfd83bba72765e586bcfaf15fb79ca46d00e')