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

Merge branch 'master' of https://github.com/ORNL-QCI/xacc

parents 057edcae 5097bd62
No related branches found
No related tags found
No related merge requests found
from mccaskey/base-fedora-gcc6 from mccaskey/base-fedora-gcc6
run dnf -y install llvm-devel clang-devel https://github.com/ORNL-QCI/ScaffCC/releases/download/v2.0/scaffold-2.0-1.fc25.x86_64.rpm \ run dnf -y install spdlog llvm-devel libstdc++-static clang-devel \
&& git clone --recursive https://github.com/ORNL-QCI/xacc && \ https://github.com/ORNL-QCI/ScaffCC/releases/download/v2.0/scaffold-2.0-1.fc25.x86_64.rpm \
rm -rf /projects/xacc/tpls/fire/.git \ && git clone --recursive https://github.com/ORNL-QCI/xacc \
&& rm -rf /projects/xacc/tpls/fire/.git \
&& git clone https://github.com/google/fruit && mkdir fruit/build && cd fruit/build \
&& cmake .. -DCMAKE_BUILD_TYPE=Release && make -j4 && make install \
&& echo "export PATH=$PATH:/usr/local/scaffold" >> ~/.bashrc \ && echo "export PATH=$PATH:/usr/local/scaffold" >> ~/.bashrc \
&& source /etc/bashrc && module load mpi/mpich-x86_64 && cd /projects/xacc && mkdir build \ && source /etc/bashrc && module load mpi/mpich-x86_64 && cd /projects/xacc && mkdir build \
&& cd build && cmake .. && make && PATH=$PATH:/usr/local/scaffold ctest && cd build && cmake .. && make && PATH=$PATH:/usr/local/scaffold 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