From c681b2f9de6d681977b89f95f7822c12d38341b5 Mon Sep 17 00:00:00 2001 From: Pablo Date: Mon, 18 Mar 2024 11:58:56 +0000 Subject: [PATCH 1/4] add additional platform --- recipes/ucsc-bedgraphtobigwig/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/ucsc-bedgraphtobigwig/meta.yaml b/recipes/ucsc-bedgraphtobigwig/meta.yaml index 14a8480f5135d..bd7b805ee0f6d 100644 --- a/recipes/ucsc-bedgraphtobigwig/meta.yaml +++ b/recipes/ucsc-bedgraphtobigwig/meta.yaml @@ -40,6 +40,10 @@ test: # just check for existence, because the individual packages have no unified behavior - which {{ program }} +extra: + additional-platforms: + - linux-aarch64 + about: home: "http://hgdownload.cse.ucsc.edu/admin/exe/" license: "varies; see http://genome.ucsc.edu/license" From 5c56e9f0ffa6681aac3acd82f513bf46b4972590 Mon Sep 17 00:00:00 2001 From: Pablo Date: Mon, 18 Mar 2024 12:22:07 +0000 Subject: [PATCH 2/4] increase build number --- recipes/ucsc-bedgraphtobigwig/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ucsc-bedgraphtobigwig/meta.yaml b/recipes/ucsc-bedgraphtobigwig/meta.yaml index bd7b805ee0f6d..f7ab278b25f6f 100644 --- a/recipes/ucsc-bedgraphtobigwig/meta.yaml +++ b/recipes/ucsc-bedgraphtobigwig/meta.yaml @@ -14,7 +14,7 @@ source: - "include.patch" build: - number: 0 + number: 1 run_exports: - {{ pin_subpackage(package, max_pin=None) }} From 1095666d7e1d624de84fb0a8690515ee0474303c Mon Sep 17 00:00:00 2001 From: Pablo Date: Mon, 18 Mar 2024 15:31:27 +0000 Subject: [PATCH 3/4] add patch --- recipes/ucsc-bedgraphtobigwig/meta.yaml | 1 + recipes/ucsc-bedgraphtobigwig/patch1.patch | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 recipes/ucsc-bedgraphtobigwig/patch1.patch diff --git a/recipes/ucsc-bedgraphtobigwig/meta.yaml b/recipes/ucsc-bedgraphtobigwig/meta.yaml index f7ab278b25f6f..0c7ffe6222c39 100644 --- a/recipes/ucsc-bedgraphtobigwig/meta.yaml +++ b/recipes/ucsc-bedgraphtobigwig/meta.yaml @@ -12,6 +12,7 @@ source: sha256: "{{ sha256 }}" patches: - "include.patch" + - "pathc1.patch" build: number: 1 diff --git a/recipes/ucsc-bedgraphtobigwig/patch1.patch b/recipes/ucsc-bedgraphtobigwig/patch1.patch new file mode 100644 index 0000000000000..483b0342a43da --- /dev/null +++ b/recipes/ucsc-bedgraphtobigwig/patch1.patch @@ -0,0 +1,19 @@ +--- userApps/kent/src/lib/htmshell.c.old 2022-10-28 08:32:08.344445121 +0000 ++++ userApps/kent/src/lib/htmshell.c 2022-10-28 08:32:31.708262420 +0000 +@@ -711,11 +711,11 @@ + puts("Status: 400\r"); + puts("Content-Type: text/plain; charset=UTF-8\r"); + puts("\r"); +-if (format != NULL && args != NULL) +- { +- vfprintf(stdout, format, args); +- fprintf(stdout, "\n"); +- } ++if (format != NULL) ++ { ++ vfprintf(stdout, format, args); ++ fprintf(stdout, "\n"); ++ } + exit(-1); + } + From 3606edc804c0cd83177f195694263ed45ee11681 Mon Sep 17 00:00:00 2001 From: Pablo Aledo Date: Wed, 20 Mar 2024 11:01:38 +0000 Subject: [PATCH 4/4] fix typo --- recipes/ucsc-bedgraphtobigwig/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ucsc-bedgraphtobigwig/meta.yaml b/recipes/ucsc-bedgraphtobigwig/meta.yaml index 0c7ffe6222c39..9aec6cf66f7a4 100644 --- a/recipes/ucsc-bedgraphtobigwig/meta.yaml +++ b/recipes/ucsc-bedgraphtobigwig/meta.yaml @@ -12,7 +12,7 @@ source: sha256: "{{ sha256 }}" patches: - "include.patch" - - "pathc1.patch" + - "patch1.patch" build: number: 1