Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Hairsplitter #52765

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
11 changes: 6 additions & 5 deletions recipes/hairsplitter/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "HairSplitter" %}
{% set version = "1.9.10" %}
{% set sha256 = "ab20c7700d9b4cc04fed68933a1c4081167c4c0dd560de7b19672a7fe39b50f8" %}

{% set version = "1.9.18" %}
{% set sha256 = "5c068ab1a958c890e0558458f6ccdc46e2c9284a0697caf4fffe1ba1942246a5" %}

package:
name: {{ name|lower }}
Expand All @@ -14,7 +14,7 @@ source:
- hairsplitter-aarch64.patch

build:
number : 1
number : 0
run_exports:
- {{ pin_subpackage("hairsplitter", max_pin="x.x") }}

Expand All @@ -23,7 +23,8 @@ requirements:
- cmake
- make
- {{ compiler('cxx') }}
- libcxx <18 # [osx]
- {{ compiler('c') }}
#- libcxx <18 # [osx]
host:
- libgomp # [linux]
- llvm-openmp # [osx]
Expand Down
Loading