Kyle Roarty has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/32474 )
Change subject: util: Add dependencies to gcn Dockerfile required to build
......................................................................
util: Add dependencies to gcn Dockerfile required to build
src/base/fiber.cc requires valgrind
src/base/pngwriter.cc requires libpng-dev
Change-Id: I7f009cd8f5cacd64150c06b716b1ce3008832910
---
M util/dockerfiles/gcn-gpu/Dockerfile
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/util/dockerfiles/gcn-gpu/Dockerfile
b/util/dockerfiles/gcn-gpu/Dockerfile
index 1033160..5001b15 100644
--- a/util/dockerfiles/gcn-gpu/Dockerfile
+++ b/util/dockerfiles/gcn-gpu/Dockerfile
@@ -23,7 +23,7 @@
python-dev \
python \
python-yaml \
- python-pip \
+ python-six \
wget \
libpci3 \
libelf1 \
@@ -33,9 +33,9 @@
libssl-dev \
libboost-filesystem-dev \
libboost-system-dev \
- libboost-dev
-
-RUN pip install six
+ libboost-dev \
+ libpng12-dev \
+ valgrind
ARG gem5_dist=http://dist.gem5.org/dist/develop
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/32474
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I7f009cd8f5cacd64150c06b716b1ce3008832910
Gerrit-Change-Number: 32474
Gerrit-PatchSet: 1
Gerrit-Owner: Kyle Roarty <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s