From 57eed8ac02c01a23095e9982c359c76782abdf21 Mon Sep 17 00:00:00 2001 From: Uwe Korn Date: Wed, 21 Feb 2024 05:41:45 +0000 Subject: [PATCH 1/2] bump build no --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d3bfd540..c8b663a8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set ucx_version = "1.15.0" %} -{% set number = "3" %} +{% set number = "4" %} package: From ca5cacc5e18905ea71402edafdffcf8331778a36 Mon Sep 17 00:00:00 2001 From: Uwe Korn Date: Wed, 21 Feb 2024 05:53:45 +0000 Subject: [PATCH 2/2] debug --- recipe/install_ucx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/install_ucx.sh b/recipe/install_ucx.sh index 450aa7fb..64e03878 100755 --- a/recipe/install_ucx.sh +++ b/recipe/install_ucx.sh @@ -29,3 +29,4 @@ fi make -j${CPU_COUNT} make install +ls -l $PREFIX/lib