Skip to content

Commit

Permalink
DEBUG: working through getting all publish tests to match - fierro-de…
Browse files Browse the repository at this point in the history
…v (cpu)
  • Loading branch information
djdunning committed Feb 29, 2024
1 parent f3a3a53 commit fe5616b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .conda/fierro-dev/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ build:
- PLATFORM={{ target_platform }}

requirements:
host:
- cmake >=3.17
- {{ compiler('c') }}={{ linux_compiler_version }} # [linux]
- {{ compiler('c') }}={{ macos_compiler_version }} # [osx]
- {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux]
- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
- {{ compiler('fortran') }}
- fierro-trilinos-cpu
- mpi
- elements
run:
#- cmake >=3.17
- {{ compiler('c') }}={{ linux_compiler_version }} # [linux]
Expand Down

0 comments on commit fe5616b

Please sign in to comment.