Skip to content

Commit

Permalink
Update GW to v1.1.3 (#53670)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcleal authored Feb 4, 2025
1 parent 761f157 commit c8fdf48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions recipes/gw/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ 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
SYSROOT_FLAGS="--sysroot=${BUILD_PREFIX}/${HOST}/sysroot"
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}"
Expand Down
4 changes: 2 additions & 2 deletions recipes/gw/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "1.1.2" %}
{% set sha256 = "c01a3ea537342ebfc8ff7e2a5fb04507693e71ba3184ffa4ff1c4bc6d7aba613" %}
{% set version = "1.1.3" %}
{% set sha256 = "ee042404c4cbb2f94c42c6ca926210b3e72a47120c2dfc4573bf4adc217931f1" %}

package:
name: gw
Expand Down

0 comments on commit c8fdf48

Please sign in to comment.