From c8fdf48c4361b80b74da8f3f861697504c40c1c1 Mon Sep 17 00:00:00 2001 From: Kez Cleal <42997789+kcleal@users.noreply.github.com> Date: Tue, 4 Feb 2025 03:16:32 +0000 Subject: [PATCH] Update GW to v1.1.3 (#53670) --- recipes/gw/build.sh | 3 +-- recipes/gw/meta.yaml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes/gw/build.sh b/recipes/gw/build.sh index 75577581cffa3..b503f121c8129 100644 --- a/recipes/gw/build.sh +++ b/recipes/gw/build.sh @@ -4,6 +4,7 @@ set -e # Get pre-compiled skia from jetbrains OLD_SKIA=1 make prep 2> /dev/null +sed -i.bak 's|$(CONDA_PREFIX)/lib -Wl|$(CONDA_PREFIX)/lib|' Makefile # Set flags conditionally based on the OS type if [[ "$OSTYPE" != "darwin"* ]]; then @@ -11,8 +12,6 @@ if [[ "$OSTYPE" != "darwin"* ]]; then CPPFLAGS="${CPPFLAGS} -I${BUILD_PREFIX}/${HOST}/sysroot/usr/include ${SYSROOT_FLAGS}" LDFLAGS="${LDFLAGS} -L${PREFIX}/lib -L${BUILD_PREFIX}/${HOST}/sysroot/usr/lib -L${BUILD_PREFIX}/${HOST}/sysroot/usr/lib64 ${SYSROOT_FLAGS}" else - sed -i.bak 's| -Wl,-rpath-link,\$(CONDA_PREFIX)\/lib||' Makefile - # No sysroot settings for macOS SYSROOT_FLAGS="" CPPFLAGS="${CPPFLAGS}" diff --git a/recipes/gw/meta.yaml b/recipes/gw/meta.yaml index 20968875040ce..a1e051454f895 100644 --- a/recipes/gw/meta.yaml +++ b/recipes/gw/meta.yaml @@ -1,5 +1,5 @@ -{% set version = "1.1.2" %} -{% set sha256 = "c01a3ea537342ebfc8ff7e2a5fb04507693e71ba3184ffa4ff1c4bc6d7aba613" %} +{% set version = "1.1.3" %} +{% set sha256 = "ee042404c4cbb2f94c42c6ca926210b3e72a47120c2dfc4573bf4adc217931f1" %} package: name: gw