Skip to content

Commit

Permalink
Update yahs to 1.2.2 (#51050)
Browse files Browse the repository at this point in the history
* Update yahs to 1.2.2

* edit patch

---------

Co-authored-by: mencian <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
3 people authored Sep 30, 2024
1 parent 3bb30cf commit 4990d0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions recipes/yahs/Makefile.patch
Original file line number Diff line number Diff line change
@@ -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=
4 changes: 2 additions & 2 deletions recipes/yahs/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.2.1" %}
{% set version = "1.2.2" %}

package:
name: yahs
version: {{ version }}

source:
url: https://github.com/c-zhou/yahs/archive/refs/tags/v{{ version }}.tar.gz
sha256: 0e18c393424573323deecc4b71d1bf4620b74fc942cd0c8d056f57870bdd24c0
sha256: 9ee37f72ee9f62015fe92029d0fa97eec90963ddf15a2f4b760b45ee2e0014aa
patches:
- Makefile.patch

Expand Down

0 comments on commit 4990d0b

Please sign in to comment.