Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker sync #34

Merged
merged 3 commits into from
Oct 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ USER root
RUN dnf update -y
RUN dnf install -y gcc-c++ sudo vim openssh-clients \
wget curl-devel expat-devel gettext-devel zlib-devel \
perl-CPAN perl-devel git
perl-CPAN perl-devel git lld

# Vitis HLS dependences
RUN dnf install -y libXext libXrender libXtst gettext libtool \
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ test-polybench-polymer:
# Build LLVM and Phism
build-phism:
./scripts/build-llvm.sh
./scripts/build-polygeist.sh
./scripts/build-polymer.sh
./scripts/build-phism.sh

# Sync and update submodules
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To build LLVM, Just run the following script. It should take care of everything
It is another one-liner:

```sh
./script/build-polygeist.sh
./scripts/build-polygeist.sh
```

### Build Polymer
Expand All @@ -54,7 +54,7 @@ It is another one-liner:
There is also a script for you -

```sh
./script/build-polymer.sh
./scripts/build-polymer.sh
```

### Build Phism
Expand Down