Skip to content
Snippets Groups Projects
Commit 282edf72 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

fixing typo in fedora Dockerfile

parent c4b3304f
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@ run dnf -y install spdlog \
&& git clone --recursive https://github.com/ORNL-QCI/xacc \
&& rm -rf /projects/xacc/tpls/fire/.git \
&& source /etc/bashrc && module load mpi/mpich-x86_64 && cd /projects/xacc && mkdir build \
&& cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/xacc && make && && make install && ctest
&& cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/xacc && make && make install && ctest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment