Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ make install
if [[ "$CONDA_BUILD_CROSS_COMPILATION" != "1" ]]; then
make check || { cat "${SRC_DIR}/test/test-suite.log"; exit 1; }
fi

# Copy janssonConfig.cmake into the package
mkdir -p ${PREFIX}/lib/cmake/jansson
cp "${RECIPE_DIR}/janssonConfig.cmake" "${PREFIX}/lib/cmake/jansson/janssonConfig.cmake"
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 979210eaffdffbcf54cfc34d047fccde13f21b529a381df26db871d886f729a4

build:
number: 1
number: 2
run_exports:
- {{ pin_subpackage('jansson', max_pin='x') }}

Expand Down