Skip to content

Commit

Permalink
wip: broken, but it at least tries to build
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Jan 27, 2025
1 parent 3f27674 commit 9a224dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 97 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,9 @@ ENV/
# clang tooling
compile_commands.json
.clangd/

# This name can (and probably should) be changed
# but whatever the desired output directory for `rattler-build`, it needs to be ignored here
# so that it doesn't get copied by `rattler` -- this leads to recursive copying
# and eventually a `File Too Long error` which is hard to diagnose
output/
96 changes: 0 additions & 96 deletions conda/recipes/librmm/meta.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion conda/recipes/librmm/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ outputs:
version: ${{ version }}
build:
number: ${{ GIT_DESCRIBE_NUMBER }}
string: cuda${{ cuda_major }}_${{ date_string }}_${{ GIT_DESCRIBE_HASH }}_${{ GIT_DESCRIBE_NUMBER }}
string: cuda${{ cuda_major }} #_${{ date_string }}_${{ GIT_DESCRIBE_HASH }}_${{ GIT_DESCRIBE_NUMBER }}
script: install_librmm_tests.sh
requirements:
build:
Expand Down

0 comments on commit 9a224dd

Please sign in to comment.