Skip to content

Commit

Permalink
Merge pull request #19118 from Xaraxia/miniconda23900
Browse files Browse the repository at this point in the history
Add Miniconda3-23.9.0-0
  • Loading branch information
Micket authored Nov 1, 2023
2 parents cabb439 + 9bfd37f commit 0526047
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/m/Miniconda3/Miniconda3-23.9.0-0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
easyblock = 'EB_Anaconda'

name = 'Miniconda3'
version = '23.9.0-0'

homepage = 'https://docs.conda.io/en/latest/miniconda.html'
description = """Miniconda is a free minimal installer for conda. It is a small,
bootstrap version of Anaconda that includes only conda, Python, the packages they
depend on, and a small number of other useful packages."""

toolchain = SYSTEM

source_urls = ['https://repo.anaconda.com/miniconda/']
local_arch = {'arm64': 'aarch64'}.get(ARCH, ARCH)
sources = ['%%(name)s-py311_%%(version)s-Linux-%s.sh' % local_arch]
checksums = [
{
'%(name)s-py311_%(version)s-Linux-x86_64.sh':
'43651393236cb8bb4219dcd429b3803a60f318e5507d8d84ca00dafa0c69f1bb',
'%(name)s-py311_%(version)s-Linux-ppc64le.sh':
'07b53e411c2e4423bd34c3526d6644b916c4b2143daa8fbcb36b8ead412239b9',
'%(name)s-py311_%(version)s-Linux-aarch64.sh':
'1242847b34b23353d429fcbcfb6586f0c373e63070ad7d6371c23ddbb577778a',
}
]

moduleclass = 'lang'

0 comments on commit 0526047

Please sign in to comment.