Commit 5814aadb authored by Ivan Tyagov's avatar Ivan Tyagov

Use gcc-10.2 for beremiz-ide.

parent 3b6abd66
...@@ -24,6 +24,7 @@ extends = ...@@ -24,6 +24,7 @@ extends =
../../component/opencv/buildout.cfg ../../component/opencv/buildout.cfg
../../component/tesseract/buildout.cfg ../../component/tesseract/buildout.cfg
../../component/xterm/buildout.cfg ../../component/xterm/buildout.cfg
../../component/gcc/buildout.cfg
../../stack/monitor/buildout.cfg ../../stack/monitor/buildout.cfg
../../stack/nxdtest.cfg ../../stack/nxdtest.cfg
./buildout.hash.cfg ./buildout.hash.cfg
...@@ -36,10 +37,12 @@ parts += ...@@ -36,10 +37,12 @@ parts +=
xterm xterm
instance instance
xdpyinfo xdpyinfo
gcc-10.2
[gcc] [gcc]
# Always build GCC for Fortran (see openblas). # Always build GCC for Fortran (see openblas).
max_version = 0 #max_version = 0
part = gcc-10.2
[python] [python]
# Beremiz works with python2.7 for now, the code is not yet upgraded for python3 # Beremiz works with python2.7 for now, the code is not yet upgraded for python3
...@@ -160,6 +163,7 @@ context = ...@@ -160,6 +163,7 @@ context =
key xterm_location xterm:location key xterm_location xterm:location
key x11vnc_location x11vnc:location key x11vnc_location x11vnc:location
key wmctrl_location wmctrl:location key wmctrl_location wmctrl:location
key gcc_location gcc-10.2:location
[template-instance-beremiz] [template-instance-beremiz]
<= download-template <= download-template
......
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