Skip to content

Commit

Permalink
Merge pull request #286 from OpenChemistry/with-pic
Browse files Browse the repository at this point in the history
Add --with-pic to BigMPI build
  • Loading branch information
cjh1 authored May 10, 2023
2 parents c51f550 + fe35bb6 commit 4877e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN cd /build/mpi4py-3.0.1 && python3 setup.py build && python3 setup.py install
# Build BigMPI
RUN cd /build && wget https://github.com/jeffhammond/BigMPI/archive/refs/heads/master.tar.gz && \
tar zxvf master.tar.gz && cd /build/BigMPI-master && \
./autogen.sh && ./configure && make -j4 && make install && make clean && rm /build/master.tar.gz
./autogen.sh && ./configure --with-pic && make -j4 && make install && make clean && rm /build/master.tar.gz

# Build VTK-m
RUN cd /source && \
Expand Down

0 comments on commit 4877e42

Please sign in to comment.