Skip to content
Snippets Groups Projects
Commit ef3ff18d authored by Carlos Gonzalez's avatar Carlos Gonzalez
Browse files

removed commented out sections

parent 0dd2b140
Branches michael_issue007_workflow_allsys
Tags
No related merge requests found
...@@ -9,17 +9,11 @@ description = """Ocean software is a suite of tools D-Wave Systems for solving h ...@@ -9,17 +9,11 @@ description = """Ocean software is a suite of tools D-Wave Systems for solving h
toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'} toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
toolchainopts = {'pic': True} toolchainopts = {'pic': True}
# builddependencies = [
# ('binutils', '2.38'),
# ('CMake', '3.23.1'),
# ]
dependencies = [ dependencies = [
('Python', '3.10.4'), ('Python', '3.10.4'),
('SciPy-bundle', '2022.05', '', ('gcccoremkl', '11.3.0-2022.1.0')), ('SciPy-bundle', '2022.05', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('networkx', '2.8.4'), ('networkx', '2.8.4'),
('Flask', '2.2.2'), ('Flask', '2.2.2'),
#('PyQuil', '3.3.3')
] ]
exts_default_options = { exts_default_options = {
...@@ -30,7 +24,6 @@ exts_default_options = { ...@@ -30,7 +24,6 @@ exts_default_options = {
'use_pip_for_deps': False, 'use_pip_for_deps': False,
} }
exts_list = [ exts_list = [
('wrapt', '1.14.1', { ('wrapt', '1.14.1', {
'checksums': ['380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d'], 'checksums': ['380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment