From fab1f611e781d216fca66931b4b405f79bb2d8f5 Mon Sep 17 00:00:00 2001 From: LiliyaBioinf Date: Tue, 1 Oct 2024 12:31:10 +0200 Subject: [PATCH] test patching with sh script --- recipes/pyscenic/build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/pyscenic/build.sh diff --git a/recipes/pyscenic/build.sh b/recipes/pyscenic/build.sh new file mode 100644 index 0000000000000..e5ff0368aebc8 --- /dev/null +++ b/recipes/pyscenic/build.sh @@ -0,0 +1,5 @@ +#!/bin/bash +set -e +patch -p1 < ${RECIPE_DIR}/dill_patch.patch + +$PYTHON -m pip install . --no-deps --ignore-installed -vv