From e8e7aae0b0e022ff1df3ff4e54f0764b5e323958 Mon Sep 17 00:00:00 2001 From: Manolis Papadakis Date: Thu, 5 Oct 2023 13:12:31 -0700 Subject: [PATCH 1/2] CUDA libraries now included in main conda env generation script --- continuous_integration/scripts/build-cunumeric-all | 6 ------ 1 file changed, 6 deletions(-) diff --git a/continuous_integration/scripts/build-cunumeric-all b/continuous_integration/scripts/build-cunumeric-all index bcdbf62ec..66f5ccb6e 100755 --- a/continuous_integration/scripts/build-cunumeric-all +++ b/continuous_integration/scripts/build-cunumeric-all @@ -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}" From 9b24a55b524ecc118759a270c0a2d70eea18ca07 Mon Sep 17 00:00:00 2001 From: Manolis Papadakis Date: Thu, 5 Oct 2023 13:29:02 -0700 Subject: [PATCH 2/2] Bump legate.core ref to commit with updated generate-conda-envs --- cmake/versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/versions.json b/cmake/versions.json index b99da26cb..0d4bb5620 100644 --- a/cmake/versions.json +++ b/cmake/versions.json @@ -5,7 +5,7 @@ "git_url" : "https://github.com/nv-legate/legate.core.git", "git_shallow": false, "always_download": false, - "git_tag" : "8997f997be02936304b3ac23fe785f1de7a3424b" + "git_tag" : "a1b653e7836b6e0d9b41bf63b41c34de7131db25" } } }