Loading docker/ci/ubuntu1804/master/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -4,4 +4,4 @@ run git clone --recursive https://github.com/eclipse/xacc && cd xacc && mkdir bu && make -j$(nproc) install run cd ../../ && git clone -b master https://github.com/ornl-qci/qcor && cd qcor && mkdir build && cd build \ && cmake .. -DXACC_DIR=~/.xacc -DLLVM_ROOT=/usr/local/aideqc/llvm -DMLIR_DIR=/usr/local/aideqc/llvm/lib/cmake/mlir -DQCOR_BUILD_TESTS=TRUE \ && make -j$(nproc) install && ctest -j4 --output-on-failure No newline at end of file && make -j$(nproc) install && ctest --output-on-failure No newline at end of file Loading
docker/ci/ubuntu1804/master/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -4,4 +4,4 @@ run git clone --recursive https://github.com/eclipse/xacc && cd xacc && mkdir bu && make -j$(nproc) install run cd ../../ && git clone -b master https://github.com/ornl-qci/qcor && cd qcor && mkdir build && cd build \ && cmake .. -DXACC_DIR=~/.xacc -DLLVM_ROOT=/usr/local/aideqc/llvm -DMLIR_DIR=/usr/local/aideqc/llvm/lib/cmake/mlir -DQCOR_BUILD_TESTS=TRUE \ && make -j$(nproc) install && ctest -j4 --output-on-failure No newline at end of file && make -j$(nproc) install && ctest --output-on-failure No newline at end of file