Skip to content

Commit e75b533

Browse files
committed
Merge remote-tracking branch 'upstream/branch-0.14' into grm-numba-nbep-7
2 parents 7d93ebf + 2d4db2d commit e75b533

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## New Features
44

55
- PR #317 Provide External Memory Management Plugin for Numba
6+
- PR #362 Add spdlog as a dependency in the conda package
67
- PR #360 Support logging to stdout/stderr
78
- PR #341 Enable logging
89
- PR #343 Add in option to statically link against cudart

conda/recipes/librmm/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ requirements:
2727
- cmake >=3.12.4
2828
host:
2929
- cudatoolkit {{ cuda_version }}.*
30+
- spdlog >=1.4.2
3031
run:
3132
- {{ pin_compatible('cudatoolkit', max_pin='x.x') }}
33+
- spdlog >=1.4.2
3234

3335
test:
3436
commands:

0 commit comments

Comments
 (0)