Commit 869cc03d authored by Jérome Perrin's avatar Jérome Perrin

erp5: use recent gcc

gcc-5.5 compiles a bit slower python and we are observing failures in
ERP5 performance tests.
parent 532969cd
......@@ -85,9 +85,9 @@ parts +=
jupyter-notebook-initialized-scripts
[gcc]
# KumoFS is known not to build with gcc>6.
# It may work with slightly more recent but not tested.
part = gcc-5.5
# We want a recent gcc for performance, also with fortran support for scientific python.
part = gcc-8.2
# override instance-jupyter-notebook not to render into default template.cfg
[instance-jupyter-notebook]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment