Skip to content

Commit

Permalink
feat(compiler): upgrade HPX library version to 1.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniupop committed Feb 23, 2024
1 parent da1f300 commit ace52a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.hpx-env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN ./bootstrap.sh && ./b2 --with-filesystem install
# Build HPX
RUN git clone https://github.com/STEllAR-GROUP/hpx.git /hpx
WORKDIR /hpx
RUN git checkout 1.9.1
RUN git checkout v1.9.1
RUN mkdir build
# empty HPX_WITH_MAX_CPU_COUNT = dynamic
# ref https://github.com/STEllAR-GROUP/hpx/blob/1.7.1/CMakeLists.txt#L759
Expand Down

0 comments on commit ace52a6

Please sign in to comment.