Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions recipes/recipes_emscripten/clad/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context:
version: 2.1
version: '2.2'
llvm_version: 21.1.8

package:
Expand All @@ -8,30 +8,30 @@ package:

source:
url: https://github.com/vgvassilev/clad/archive/v${{ version }}.tar.gz
sha256: cc646c09fcb121e2947263b9f22ad95badb56a5ee06ee45e7601902f46933c78
sha256: 9bcfae0931849658443deecae4f13ff23e9b79de60632c318efa059f9fd2dc6d

build:
number: 1
number: 0

requirements:
build:
- ${{ compiler("cxx") }}
- cmake
- make
- sed
- ${{ compiler("cxx") }}
- cmake
- make
- sed
host:
- llvm == ${{ llvm_version }}
- llvm == ${{ llvm_version }}
run:
- clang-resource-headers == ${{ llvm_version }}
- clang-resource-headers == ${{ llvm_version }}
run_exports:
- ${{ pin_subpackage("clad", upper_bound="x.x") }}
- ${{ pin_subpackage("clad", upper_bound="x.x") }}

tests:
- package_contents:
files:
- lib/clad.so
- include/clad/Differentiator/Differentiator.h
- lib/cmake/clad/AddClad.cmake
- package_contents:
files:
- lib/clad.so
- include/clad/Differentiator/Differentiator.h
- lib/cmake/clad/AddClad.cmake

about:
license: LGPL-2.0-or-later
Expand All @@ -47,4 +47,4 @@ about:

extra:
recipe-maintainers:
- anutosh491
- anutosh491