Skip to content

Commit

Permalink
switch IJulia and MultilevelEstimators to JuliaBundle easyblock
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Nov 16, 2022
1 parent 75b1b16 commit 59a8183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
14 changes: 1 addition & 13 deletions easybuild/easyconfigs/i/IJulia/IJulia-1.23.3-Julia-1.6.7.eb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
easyblock = 'Bundle'
easyblock = 'JuliaBundle'

name = 'IJulia'
version = '1.23.3'
Expand All @@ -14,12 +14,6 @@ dependencies = [
('Julia', _julia_ver, '-linux-%s' % ARCH, SYSTEM),
]

exts_defaultclass = 'JuliaPackage'
exts_filter = ("julia -e 'using %(ext_name)s'", "")
exts_default_options = {
'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}],
}

exts_list = [
('Parsers', '2.4.2', {
'source_urls': ['https://github.com/JuliaData/Parsers.jl/archive/'],
Expand Down Expand Up @@ -74,13 +68,7 @@ exts_list = [
}),
]

sanity_check_paths = {
'files': [],
'dirs': ['packages'],
}

modextrapaths = {
'JULIA_DEPOT_PATH': '',
'JUPYTER_PATH': 'jupyter',
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
easyblock = 'Bundle'
easyblock = 'JuliaBundle'

name = 'MultilevelEstimators'
version = '0.1.0'
Expand All @@ -15,12 +15,6 @@ dependencies = [
('Julia', local_julia_ver, '-linux-%s' % ARCH, SYSTEM),
]

exts_defaultclass = 'JuliaPackage'
exts_filter = ("julia -e 'using %(ext_name)s'", "")
exts_default_options = {
'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}],
}

exts_list = [
('Preferences', '1.3.0', {
'source_urls': ['https://github.com/JuliaPackaging/Preferences.jl/archive/'],
Expand Down Expand Up @@ -101,13 +95,4 @@ exts_list = [
}),
]

sanity_check_paths = {
'files': [],
'dirs': ['packages/%(name)s']
}

modextrapaths = {
'JULIA_DEPOT_PATH': '',
}

moduleclass = 'lib'

0 comments on commit 59a8183

Please sign in to comment.