Skip to content

Commit

Permalink
CUDA libraries now included in main conda env generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
manopapad committed Oct 5, 2023
1 parent 0645bc7 commit e8e7aae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions continuous_integration/scripts/build-cunumeric-all
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
setup_env() {
yaml_file=$(find ~/.artifacts -name "environment*.yaml" | head -n 1)

[ "${USE_CUDA:-}" = "ON" ] &&
echo " - libcublas-dev" >> "${yaml_file}" &&
echo " - libcufft-dev" >> "${yaml_file}" &&
echo " - libcurand-dev" >> "${yaml_file}" &&
echo " - libcusolver-dev" >> "${yaml_file}";

echo "YAML file..."
cat "${yaml_file}"

Expand Down

0 comments on commit e8e7aae

Please sign in to comment.