util: Install scons 3.1 from pip in gcn-gpu dockerfile
authorKyle Roarty <kyleroarty1716@gmail.com>
Thu, 3 Sep 2020 18:30:05 +0000 (13:30 -0500)
committerKyle Roarty <kyleroarty1716@gmail.com>
Fri, 4 Sep 2020 01:57:19 +0000 (01:57 +0000)
commitd1c6c96b0a13ec5d5214bae008f4a5946007de72
tree0fca79a41e8578f62ef43f450f6146543d80ea44
parent7bab96da671cd2ada6d2a1e3db2707c933247934
util: Install scons 3.1 from pip in gcn-gpu dockerfile

A previous commit updated the minimum required version of scons to 3.0

The gcn Dockerfile previously installed scons from apt, which installed
scons 2.4, as the Dockerfile is based on Ubuntu 16

This patch installs scons through pip, which installs scons 3.1

Change-Id: I4f731b301f97e25c730df26afde20ae1cdfaa1b3
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34075
Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com>
Reviewed-by: Daniel Gerzhoy <daniel.gerzhoy@gmail.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Matthew Poremba <matthew.poremba@amd.com>
Maintainer: Matt Sinclair <mattdsinclair@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/dockerfiles/gcn-gpu/Dockerfile