Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{bio}[foss/2023a] dictys v1.1.0 w/ CUDA 12.1.1 #21166

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies = [
('paramiko', '3.2.0'),
('Jupyter-bundle', '20230823'),
('Qtconsole', '5.5.1'),
('junos-eznc', '2.7.1'),
]

# regenerate WellingtonC.c to works with python 3.11 + unpin matplotlib version
Expand All @@ -54,26 +55,6 @@ exts_list = [
('pynetbox', '7.4.0', {
'checksums': ['fd0b1f197b3880048408ff5ed84422dd599bcd9389e32cb06a09b9b0d55c1636'],
}),
('yamlordereddictloader', '0.4.2', {
'checksums': ['36af2f6210fcff5da4fc4c12e1d815f973dceb41044e795e1f06115d634bca13'],
}),
('transitions', '0.9.2', {
'checksums': ['2f8490dbdbd419366cef1516032ab06d07ccb5839ef54905e842a472692d4204'],
}),
('scp', '0.15.0', {
'checksums': ['f1b22e9932123ccf17eebf19e0953c6e9148f589f93d91b872941a696305c83f'],
}),
('pyserial', '3.5', {
'modulename': 'serial',
'checksums': ['3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb'],
}),
('ncclient', '0.6.15', {
'checksums': ['6757cb41bc9160dfe47f22f5de8cf2f1adf22f27463fb50453cc415ab96773d8'],
}),
('junos-eznc', '2.7.0', {
'modulename': 'jnpr.junos',
'checksums': ['a45c90641d24ff4c86796418ea76ca64066c06d0bf644d6b77e605bf957c5c7d'],
}),
('absl-py', '1.4.0', {
'modulename': 'absl',
'checksums': ['d2c244d01048ba476e7c080bd2c6df5e141d211de80223460d5b3b8a2a58433d'],
Expand Down
21 changes: 1 addition & 20 deletions easybuild/easyconfigs/d/dictys/dictys-1.1.0-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
('paramiko', '3.2.0'),
('Jupyter-bundle', '20230823'),
('Qtconsole', '5.5.1'),
('junos-eznc', '2.7.1'),
]

# regenerate WellingtonC.c to works with python 3.11 + unpin matplotlib version
Expand All @@ -52,26 +53,6 @@ exts_list = [
('pynetbox', '7.4.0', {
'checksums': ['fd0b1f197b3880048408ff5ed84422dd599bcd9389e32cb06a09b9b0d55c1636'],
}),
('yamlordereddictloader', '0.4.2', {
'checksums': ['36af2f6210fcff5da4fc4c12e1d815f973dceb41044e795e1f06115d634bca13'],
}),
('transitions', '0.9.2', {
'checksums': ['2f8490dbdbd419366cef1516032ab06d07ccb5839ef54905e842a472692d4204'],
}),
('scp', '0.15.0', {
'checksums': ['f1b22e9932123ccf17eebf19e0953c6e9148f589f93d91b872941a696305c83f'],
}),
('pyserial', '3.5', {
'modulename': 'serial',
'checksums': ['3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb'],
}),
('ncclient', '0.6.15', {
'checksums': ['6757cb41bc9160dfe47f22f5de8cf2f1adf22f27463fb50453cc415ab96773d8'],
}),
('junos-eznc', '2.7.0', {
'modulename': 'jnpr.junos',
'checksums': ['a45c90641d24ff4c86796418ea76ca64066c06d0bf644d6b77e605bf957c5c7d'],
}),
('absl-py', '1.4.0', {
'modulename': 'absl',
'checksums': ['d2c244d01048ba476e7c080bd2c6df5e141d211de80223460d5b3b8a2a58433d'],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
easyblock = 'PythonBundle'

name = 'junos-eznc'
version = '2.7.1'

homepage = 'https://github.com/Juniper/py-junos-eznc'
description = "Python library for Junos automation."

toolchain = {'name': 'GCCcore', 'version': '12.3.0'}

builddependencies = [('binutils', '2.40')]
dependencies = [
('Python', '3.11.3'),
('lxml', '4.9.2'),
('PyYAML', '6.0'),
('Python-bundle-PyPI', '2023.06'),
('bcrypt', '4.0.1'),
]

# delete 'os.system("pip install git+https://github.com/Juniper/paramiko.git@v3.4.0-JNPR")' from setup.py
local_preinstallopts = "sed -i '6d' setup.py && "

exts_list = [
('yamlordereddictloader', '0.4.2', {
'checksums': ['36af2f6210fcff5da4fc4c12e1d815f973dceb41044e795e1f06115d634bca13'],
}),
('transitions', '0.9.2', {
'checksums': ['2f8490dbdbd419366cef1516032ab06d07ccb5839ef54905e842a472692d4204'],
}),
('scp', '0.15.0', {
'checksums': ['f1b22e9932123ccf17eebf19e0953c6e9148f589f93d91b872941a696305c83f'],
}),
('pyserial', '3.5', {
'modulename': 'serial',
'checksums': ['3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb'],
}),
('ncclient', '0.6.15', {
'checksums': ['6757cb41bc9160dfe47f22f5de8cf2f1adf22f27463fb50453cc415ab96773d8'],
}),
('paramiko', '3.4.0', {
# Juniper fork of paramiko - compatible with junos-eznc
'source_urls': ['https://github.com/Juniper/paramiko/archive/'],
'sources': [{'download_filename': 'v%(version)s-JNPR.tar.gz', 'filename': '%(name)s-%(version)s-JNPR.tar.gz'}],
'checksums': ['6b3b62e18a2b693169eaa50a7cdd2ab5637fc423205ce85e109cb37722f9eeda'],
}),
(name, version, {
'modulename': 'jnpr.junos',
'preinstallopts': "sed -i '6d' setup.py && ",
pavelToman marked this conversation as resolved.
Show resolved Hide resolved
'checksums': ['371f0298bf03e0cb4c017c43f6f4122263584eda0d690d0112e93f13daae41ac'],
}),
]

use_pip = True
sanity_pip_check = True

moduleclass = 'tools'
Loading