Skip to content

Commit

Permalink
bump build number
Browse files Browse the repository at this point in the history
Co-Authored-By: Isuru Fernando <isuruf@gmail.com>
  • Loading branch information
h-vetinari and isuruf committed Oct 3, 2024
1 parent d55b71a commit d5adde8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source:
- patches/0001-link-libomp-to-compiler-rt-on-osx-arm.patch

build:
number: 0
number: 1

requirements:
build:
Expand Down Expand Up @@ -108,7 +108,8 @@ outputs:
run:
- {{ pin_subpackage("llvm-openmp", exact=True) }}
run_constrained:
- {{ compiler("fortran") }} =={{ fortran_compiler_version }}
# already contains the version
- {{ compiler("fortran") }}
test:
commands:
- test -f $PREFIX/include/omp_lib.mod # [linux]
Expand Down

0 comments on commit d5adde8

Please sign in to comment.