Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/a/Aqua/Aqua-0.8.14-Julia-1.12.2.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'JuliaBundle'

name = 'Aqua'
version = '0.8.14'
_julia_ver = '1.12.2'
versionsuffix = "-Julia-%s" % _julia_ver

homepage = 'https://github.com/JuliaTesting/Aqua.jl'
description = """Aqua.jl provides functions to run a few automatable checks for Julia packages"""

toolchain = SYSTEM

dependencies = [
('Julia', _julia_ver),
('Compat', '4.18.1', versionsuffix),
]

exts_list = [
(name, version, {
'source_urls': ['https://github.com/JuliaTesting/Aqua.jl/archive/'],
'checksums': ['706aba02c63f9f0e87d6b0852628d15c16ca7de597cc25a4420e277c7176ce4f'],
# Tests themselves seem to rely on internet connection and might hang/fail
# 'runtest': True,
# 'test_online': True,
}),
]

moduleclass = 'tools'
118 changes: 118 additions & 0 deletions easybuild/easyconfigs/c/ChunkCodec/ChunkCodec-1.0.1-Julia-1.12.2.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
easyblock = 'JuliaBundle'

name = 'ChunkCodec'
version = '1.0.1'
_julia_ver = '1.12.2'
versionsuffix = "-Julia-%s" % _julia_ver

homepage = 'https://github.com/JuliaIO/ChunkCodecs.jl'
description = "A consistent Julia interface for lossless encoding and decoding of bytes in memory."

toolchain = SYSTEM

builddependencies = [
('Aqua', '0.8.14', versionsuffix),
]

dependencies = [
('Julia', _julia_ver),
('JLLWrappers', '1.7.1', versionsuffix),
]

exts_list = [
('ChunkCodecTests', version, {
'is_test_dependency': True,
'source_urls': ['https://github.com/JuliaIO/ChunkCodecs.jl/archive/'],
'sources': [{'download_filename': 'ChunkCodecCore-v1.0.1.tar.gz', 'filename': 'ChunkCodec-1.0.1.tar.gz'}],
'start_dir': 'ChunkCodecTests',
'checksums': ['49115f913ec65e93276910fec406ce85af12d8f75d88e61026384e61c0a51833'],
}),
('Bzip2_jll', '1.0.9+0', {
'source_urls': ['https://github.com/JuliaBinaryWrappers/Bzip2_jll.jl/archive/'],
'sources': [{'download_filename': 'Bzip2-v%(version)s.tar.gz', 'filename': 'Bzip2_jll-1.0.9+0.tar.gz'}],
'checksums': ['039199ef76b18f2b2ae291883b404ffb6ae6e70cfc8c3278e0202a1ac2ca31a2'],
}),
('Lz4_jll', '1.10.1+0', {
'source_urls': ['https://github.com/JuliaBinaryWrappers/Lz4_jll.jl/archive/'],
'sources': [{'download_filename': 'Lz4-v%(version)s.tar.gz', 'filename': 'Lz4_jll-1.10.1+0.tar.gz'}],
'checksums': ['977c4bac4b62e5573c6a53f826a226eb41419c1fb10b0d3c78f8652268a6109b'],
}),
('Zstd_jll', '1.5.7+1', {
'source_urls': ['https://github.com/JuliaBinaryWrappers/Zstd_jll.jl/archive/'],
'sources': [{'download_filename': 'Zstd-v%(version)s.tar.gz', 'filename': 'Zstd_jll-1.5.7+1.tar.gz'}],
'checksums': ['cd25720974ea13a04e72433d8699ab2fd1bafc9a0ef61e8f7ffafc6fc2a30a1f'],
}),
('snappy_jll', '1.2.3+0', {
'source_urls': ['https://github.com/JuliaBinaryWrappers/snappy_jll.jl/archive/'],
'sources': [{'download_filename': 'snappy-v%(version)s.tar.gz', 'filename': 'snappy_jll-1.2.3+0.tar.gz'}],
'checksums': ['c928363db83012e5b6e330d34e4ec2849cab82647031dae2067097cd9e54f636'],
}),
('brotli_jll', '1.2.0+0', {
'source_urls': ['https://github.com/JuliaBinaryWrappers/brotli_jll.jl/archive/'],
'sources': [{'download_filename': 'brotli-v%(version)s.tar.gz', 'filename': 'brotli_jll-1.2.0+0.tar.gz'}],
'checksums': ['bc204afff0cc191bd5fcd0b4fd9db3b8e9980e5ee81768301077b8d84728f5c7'],
}),
('libaec_jll', '1.1.7+0', {
'source_urls': ['https://github.com/JuliaBinaryWrappers/libaec_jll.jl/archive/'],
'sources': [{'download_filename': 'libaec-v%(version)s.tar.gz', 'filename': 'libaec_jll-1.1.7+0.tar.gz'}],
'checksums': ['ac8ddd2673bfbb4a2d9bfac79317922b9a8f6b4be6aff742898adc8354ffca87'],
}),
('ChunkCodecCore', version, {
'runtest': True,
'source_urls': ['https://github.com/JuliaIO/ChunkCodecs.jl/archive/'],
'sources': [{'download_filename': 'ChunkCodecCore-v1.0.1.tar.gz', 'filename': 'ChunkCodec-1.0.1.tar.gz'}],
'start_dir': 'ChunkCodecCore',
'checksums': ['49115f913ec65e93276910fec406ce85af12d8f75d88e61026384e61c0a51833'],
}),
('ChunkCodecLibZlib', version, {
'runtest': True,
'source_urls': ['https://github.com/JuliaIO/ChunkCodecs.jl/archive/'],
'sources': [{'download_filename': 'ChunkCodecCore-v1.0.1.tar.gz', 'filename': 'ChunkCodec-1.0.1.tar.gz'}],
'start_dir': 'LibZlib',
'checksums': ['49115f913ec65e93276910fec406ce85af12d8f75d88e61026384e61c0a51833'],
}),
('ChunkCodecLibBzip2', version, {
'runtest': True,
'source_urls': ['https://github.com/JuliaIO/ChunkCodecs.jl/archive/'],
'sources': [{'download_filename': 'ChunkCodecCore-v1.0.1.tar.gz', 'filename': 'ChunkCodec-1.0.1.tar.gz'}],
'start_dir': 'LibBzip2',
'checksums': ['49115f913ec65e93276910fec406ce85af12d8f75d88e61026384e61c0a51833'],
}),
('ChunkCodecLibLz4', version, {
'runtest': True,
'source_urls': ['https://github.com/JuliaIO/ChunkCodecs.jl/archive/'],
'sources': [{'download_filename': 'ChunkCodecCore-v1.0.1.tar.gz', 'filename': 'ChunkCodec-1.0.1.tar.gz'}],
'start_dir': 'LibLz4',
'checksums': ['49115f913ec65e93276910fec406ce85af12d8f75d88e61026384e61c0a51833'],
}),
('ChunkCodecLibZstd', version, {
'runtest': True,
'source_urls': ['https://github.com/JuliaIO/ChunkCodecs.jl/archive/'],
'sources': [{'download_filename': 'ChunkCodecCore-v1.0.1.tar.gz', 'filename': 'ChunkCodec-1.0.1.tar.gz'}],
'start_dir': 'LibZstd',
'checksums': ['49115f913ec65e93276910fec406ce85af12d8f75d88e61026384e61c0a51833'],
}),
('ChunkCodecLibSnappy', version, {
'runtest': True,
'source_urls': ['https://github.com/JuliaIO/ChunkCodecs.jl/archive/'],
'sources': [{'download_filename': 'ChunkCodecCore-v1.0.1.tar.gz', 'filename': 'ChunkCodec-1.0.1.tar.gz'}],
'start_dir': 'LibSnappy',
'checksums': ['49115f913ec65e93276910fec406ce85af12d8f75d88e61026384e61c0a51833'],
}),
('ChunkCodecLibBrotli', version, {
'runtest': True,
'source_urls': ['https://github.com/JuliaIO/ChunkCodecs.jl/archive/'],
'sources': [{'download_filename': 'ChunkCodecCore-v1.0.1.tar.gz', 'filename': 'ChunkCodec-1.0.1.tar.gz'}],
'start_dir': 'LibBrotli',
'checksums': ['49115f913ec65e93276910fec406ce85af12d8f75d88e61026384e61c0a51833'],
}),
('ChunkCodecLibAec', version, {
'runtest': True,
'source_urls': ['https://github.com/JuliaIO/ChunkCodecs.jl/archive/'],
'sources': [{'download_filename': 'ChunkCodecCore-v1.0.1.tar.gz', 'filename': 'ChunkCodec-1.0.1.tar.gz'}],
'start_dir': 'LibAec',
'checksums': ['49115f913ec65e93276910fec406ce85af12d8f75d88e61026384e61c0a51833'],
}),
]

moduleclass = 'tools'
26 changes: 26 additions & 0 deletions easybuild/easyconfigs/c/Compat/Compat-4.18.1-Julia-1.12.2.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
easyblock = 'JuliaBundle'

name = 'Compat'
version = '4.18.1'
_julia_ver = '1.12.2'
versionsuffix = "-Julia-%s" % _julia_ver

homepage = 'https://github.com/JuliaLang/Compat.jl'
description = """The Compat package is designed to ease interoperability between older and newer versions of the
Julia language."""

toolchain = SYSTEM

dependencies = [
('Julia', _julia_ver),
]

exts_list = [
(name, version, {
'runtest': True,
'source_urls': ['https://github.com/JuliaLang/Compat.jl/archive/'],
'checksums': ['b080c5ce04d01aafd90c493aacbe33e9b1961e71ee7772197f56a28242770cd1'],
}),
]

moduleclass = 'tools'
Loading
Loading