From 4990d0b1bc93adfbba62bc59008e55b9398f495e Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:26:46 -0400 Subject: [PATCH] Update yahs to 1.2.2 (#51050) * Update yahs to 1.2.2 * edit patch --------- Co-authored-by: mencian Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com> --- recipes/yahs/Makefile.patch | 6 +++--- recipes/yahs/meta.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/yahs/Makefile.patch b/recipes/yahs/Makefile.patch index 347d4e9d7231d..263e6bffe6e59 100644 --- a/recipes/yahs/Makefile.patch +++ b/recipes/yahs/Makefile.patch @@ -1,10 +1,10 @@ diff --git a/Makefile b/Makefile -index 2174509..f7b8646 100644 +index 1cb880c..1c2283f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ --CFLAGS= -g -O0 -Wall -fno-strict-aliasing -+CFLAGS += -g -O0 -Wall -fno-strict-aliasing +-CFLAGS= -O3 -Wall -fno-strict-aliasing ++CFLAGS += -O3 -Wall -fno-strict-aliasing CPPFLAGS= INCLUDES= OBJS= diff --git a/recipes/yahs/meta.yaml b/recipes/yahs/meta.yaml index 47ca09ece7c7e..b4cc5e55f410f 100644 --- a/recipes/yahs/meta.yaml +++ b/recipes/yahs/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.2.1" %} +{% set version = "1.2.2" %} package: name: yahs @@ -6,7 +6,7 @@ package: source: url: https://github.com/c-zhou/yahs/archive/refs/tags/v{{ version }}.tar.gz - sha256: 0e18c393424573323deecc4b71d1bf4620b74fc942cd0c8d056f57870bdd24c0 + sha256: 9ee37f72ee9f62015fe92029d0fa97eec90963ddf15a2f4b760b45ee2e0014aa patches: - Makefile.patch