Skip to content

Commit

Permalink
Merge pull request #57 from regro-cf-autotick-bot/23.08.00_h0d007c
Browse files Browse the repository at this point in the history
librmm v23.08.00
  • Loading branch information
kkraus14 authored Oct 7, 2023
2 parents 2a64ce3 + 23a30f1 commit a9663d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "librmm" %}
{% set version = "23.06.00" %}
{% set version = "23.08.00" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
- url: https://github.com/rapidsai/rmm/archive/refs/tags/v{{ version }}.tar.gz
sha256: 3dade75a6ba21041e47493a6514513aa01d40e19bba500f5e648e399744e1a24
sha256: 5bcea99a99539b9b4af0aeec7eb9f05b56ed81d439fea721f107616cc37ff640
folder: rmm

build:
number: 2
number: 0
skip: true # [(not linux) or (cuda_compiler_version == "None")]
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
Expand All @@ -29,7 +29,7 @@ requirements:
host:
- spdlog
- fmt
- gtest >=1.13
- gtest >=1.13
- gmock >=1.13

test:
Expand Down

0 comments on commit a9663d7

Please sign in to comment.