Skip to content

Commit

Permalink
sst-integration: pull to have other branches
Browse files Browse the repository at this point in the history
  • Loading branch information
William-An committed Aug 24, 2024
1 parent b764efc commit 8b67bb2
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,20 @@ ENV RISCV_TOOLCHAIN_INSTALL_PATH /accel-sim/riscv-gnu-install
# && rm -rf llvm-project

# Build RISCV GNU Toolchain 2024.08.06.nightly
RUN apt-get update && apt-get -y install autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev libslirp-dev
RUN git clone https://github.com/riscv-collab/riscv-gnu-toolchain.git \
&& mkdir riscv-gnu-install \
&& cd riscv-gnu-toolchain \
&& git checkout 2024.08.06 \
&& ./configure --prefix=$RISCV_TOOLCHAIN_INSTALL_PATH \
&& make linux -j4 \
&& cd .. \
&& rm -rf riscv-gnu-toolchain
# RUN apt-get update && apt-get -y install autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev libslirp-dev
# RUN git clone https://github.com/riscv-collab/riscv-gnu-toolchain.git \
# && mkdir riscv-gnu-install \
# && cd riscv-gnu-toolchain \
# && git checkout 2024.08.06 \
# && ./configure --prefix=$RISCV_TOOLCHAIN_INSTALL_PATH \
# && make linux -j4 \
# && cd .. \
# && rm -rf riscv-gnu-toolchain

# Setup GPU app collection in SST mode
RUN export PATH=$CUDA_INSTALL_PATH/bin:$PATH \
&& cd gpu-app-collection \
&& git pull \
&& git checkout sst_support \
&& source ./src/setup_environment sst \
&& rm gpucomputingsdk_4.2.9_linux.run \
Expand Down

0 comments on commit 8b67bb2

Please sign in to comment.