Skip to content
Snippets Groups Projects
Commit 4d01f24e authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
Browse files

minor updates

parent 588ca19f
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ builddependencies = [
# ('DWave', '6.3.0', '', ('gcccoremkl', '11.3.0-2022.4.0')),
# ('PyQuil', '3.3.3'),
# ('Qiskit', '0.41.0', '', ('gpsmkl', '2022')),
# ('Qiskit-juqcs', '0.5.0', '', ('gpsmkl', '2022')),
# ('Qiskit-juqcs', '0.8.0', '', ('gpsmkl', '2022')),
]
dependencies = [
......@@ -107,7 +107,7 @@ postinstallcmds = [
'module load DWave/6.3.0 \n'
'module load PyQuil/3.3.3 \n'
'module load Qiskit/0.41.0 \n'
# 'module load Qiskit-juqcs/0.5.0 \n' # not yet compatible with current Qiskit
'module load Qiskit-juqcs/0.8.0 \n'
'module load pulser/0.12.0 \n'
'module load myqlm/1.7.3 \n'
'module load %s/.%s%s \n'
......
......@@ -797,7 +797,13 @@ postinstallcmds = [
' pass\n'
'EOF'
),
# optimize JupyterLab for network file systems
(
'{ cat >> %(installdir)s/etc/jupyter/jupyter_notebook_config.py; } << \'EOF\'\n'
'c.NotebookNotary.db_file = \':memory:\'\n'
'c.FileManagerMixin.use_atomic_writing = False\n'
'EOF'
),
# Send2Trash
(
'{ cat >> %(installdir)s/etc/jupyter/jupyter_notebook_config.py; } << \'EOF\'\n'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment