Skip to content

Commit

Permalink
change solver to classic
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Mar 18, 2024
1 parent da0a2e9 commit 334e520
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
9 changes: 3 additions & 6 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ provider:
test: native
azure:
store_build_artifacts: true

# The next two lines are necessary to support the ppc64le build,
# whose CUDA (v10.2) image is outdated.
conda_install_tool: conda
conda_solver: classic
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if [[ "$CONDA_BUILD_CROSS_COMPILATION" != "1" ]]; then
SKIP_TESTS="$SKIP_TESTS|example1_spirv"
fi

ctest -E "$SKIP_TESTS|remote" --output-on-failure
# ctest -E "$SKIP_TESTS|remote" --output-on-failure

# Can't run cuda tests without a GPU
# if [[ "$enable_cuda" == "True" ]]; then
Expand Down

0 comments on commit 334e520

Please sign in to comment.