We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcf8ff commit e18cd22Copy full SHA for e18cd22
recipe/build.sh
@@ -18,3 +18,7 @@ make install
18
if [[ "$CONDA_BUILD_CROSS_COMPILATION" != "1" ]]; then
19
make check || { cat "${SRC_DIR}/test/test-suite.log"; exit 1; }
20
fi
21
+
22
+# Copy janssonConfig.cmake into the package
23
+mkdir -p ${PREFIX}/lib/cmake/jansson
24
+cp "${RECIPE_DIR}/janssonConfig.cmake" "${PREFIX}/lib/cmake/jansson/janssonConfig.cmake"
recipe/meta.yaml
@@ -9,7 +9,7 @@ source:
9
sha256: 979210eaffdffbcf54cfc34d047fccde13f21b529a381df26db871d886f729a4
10
11
build:
12
- number: 1
+ number: 2
13
run_exports:
14
- {{ pin_subpackage('jansson', max_pin='x') }}
15
0 commit comments