Skip to content

Commit

Permalink
Merge pull request #799 from nick-stroud/quantum_build_hot_fix
Browse files Browse the repository at this point in the history
Fix Quantum AI example by pinning to g++ 10 instead of 11 (known failure)
  • Loading branch information
nick-stroud authored Dec 21, 2022
2 parents aa0edda + 225300b commit 3e00702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/examples/quantum-circuit-simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ deployment_groups:
conda config --system --add channels nvidia/label/cuquantum-22.07.1
conda update -n base conda --yes
conda create -n qsim python=3.9 --yes
conda install -n qsim cuda cuquantum make cmake cxx-compiler --yes
conda install -n qsim cuda cuquantum make cmake cxx-compiler=1.5.1 --yes
echo "cuda ==11.5.*" > /opt/conda/envs/qsim/conda-meta/pinned
conda clean -p -t --yes
conda activate qsim
Expand Down

0 comments on commit 3e00702

Please sign in to comment.