Skip to content

Commit

Permalink
Fix osx libcxx
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jul 25, 2019
1 parent 2dc69fd commit ac155e5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ requirements:
- ninja # [win]
- make # [unix]
host:
- libcxx {{c_compiler_version}}.* # [osx]
- libcxx {{cxx_compiler_version}} # [osx]
- llvmdev =={{ version }}

test:
Expand Down Expand Up @@ -65,13 +65,13 @@ outputs:
- {{ pin_subpackage("clang", exact=True) }}
- {{ pin_subpackage("clang-tools", exact=True) }}
- {{ pin_subpackage("libclang", exact=True) }}
- libcxx {{c_compiler_version}}.* # [osx]
- libcxx {{cxx_compiler_version}} # [osx]
- llvmdev =={{ version }}
run:
- {{ pin_subpackage("clang", exact=True) }}
- {{ pin_subpackage("clang-tools", exact=True) }}
- {{ pin_subpackage("libclang", exact=True) }}
- libcxx >={{c_compiler_version}} # [osx]
- {{ pin_compatible("libcxx", max_pin=None) }} # [osx]
run_constrained:
- llvm-meta =={{ version }}
- llvmdev =={{ version }}
Expand All @@ -92,10 +92,10 @@ outputs:
- ninja # [win]
- make # [unix]
host:
- libcxx {{c_compiler_version}}.* # [osx]
- libcxx {{cxx_compiler_version}} # [osx]
- llvmdev =={{ version }}
run:
- libcxx >={{c_compiler_version}} # [osx]
- {{ pin_compatible("libcxx", max_pin=None) }} # [osx]
run_constrained:
- clangdev {{ version }}
- clang-tools {{ version }}
Expand All @@ -118,10 +118,10 @@ outputs:
- ninja # [win]
- make # [unix]
host:
- libcxx {{c_compiler_version}}.* # [osx]
- libcxx {{cxx_compiler_version}} # [osx]
- llvmdev =={{ version }}
run:
- libcxx >={{c_compiler_version}} # [osx]
- {{ pin_compatible("libcxx", max_pin=None) }} # [osx]
run_constrained:
- clangdev {{ version }}
- clang-tools {{ version }}
Expand Down Expand Up @@ -156,11 +156,11 @@ outputs:
- make # [unix]
host:
- {{ pin_subpackage("clang", exact=True) }}
- libcxx {{c_compiler_version}}.* # [osx]
- libcxx {{cxx_compiler_version}} # [osx]
- llvmdev =={{ version }}
run:
- {{ pin_subpackage("clang", exact=True) }}
- libcxx >={{c_compiler_version}} # [osx]
- {{ pin_compatible("libcxx", max_pin=None) }} # [osx]
run_constrained:
- clangdev {{ version }}
- libclang {{ version }}
Expand Down

0 comments on commit ac155e5

Please sign in to comment.