Skip to content

Commit

Permalink
Merge pull request #20227 from scratchings/20226_add_miniforge3
Browse files Browse the repository at this point in the history
Add easyconfig for Miniforge3
  • Loading branch information
Micket authored Mar 29, 2024
2 parents 2d5b3e6 + 1e0bf09 commit 3c50dc3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/m/Miniforge3/Miniforge3-24.1.2-0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
easyblock = 'EB_Mamba'

name = 'Miniforge3'
version = '24.1.2-0'

homepage = 'https://github.com/conda-forge/miniforge'
description = """Miniforge is a free minimal installer for conda and Mamba specific
to conda-forge."""

toolchain = SYSTEM

source_urls = ['https://github.com/conda-forge/miniforge/releases/download/%(version)s']
local_arch = {'arm64': 'aarch64'}.get(ARCH, ARCH)
sources = ['%%(name)s-%%(version)s-Linux-%s.sh' % local_arch]
checksums = [
{
'%(name)s-%(version)s-Linux-x86_64.sh':
'dbadb808edf4da00af35d888d3eeebbfdce71972b60bf4b16dbacaee2ab57f28',
'%(name)s-%(version)s-Linux-ppc64le.sh':
'858b9acbcca1e3f67298a56095f547f2c540d79e1020918cf0d8d6a8af407542',
'%(name)s-py312_%(version)s-Linux-aarch64.sh':
'f881e2fa24aa898c25fac3250ccb213e8b892fdd95851f000dce93c419e8f89a',
}
]

moduleclass = 'lang'

0 comments on commit 3c50dc3

Please sign in to comment.