Skip to content

Commit

Permalink
small changes just to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
djdunning committed Dec 10, 2024
1 parent 779e7cd commit b0b70ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .conda/matar/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:

requirements:
build:
- cmake >=3.10.0
- cmake >=3.17.0
- {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux]
- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
- openmpi
Expand Down
1 change: 0 additions & 1 deletion .conda/matar/cuda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% set version = "1.0.0" %}
{% set linux_compiler_version = "12" %}
{% set macos_compiler_version = "16" %}
#{% set cuda_version = "12" %}

package:
name: matar-cuda
Expand Down

0 comments on commit b0b70ab

Please sign in to comment.