From 4f7fa126d8e0ac9acc389cb72584cbcb463ff04a Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:40:57 -0500 Subject: [PATCH] Update gmap to 2024-10-10 (#51341) * Update gmap to 2024-10-10 * revert to skipping osx --- recipes/gmap/build.sh | 6 +++--- recipes/gmap/meta.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/gmap/build.sh b/recipes/gmap/build.sh index 511ba6f6917ca..8cfc7039ac662 100644 --- a/recipes/gmap/build.sh +++ b/recipes/gmap/build.sh @@ -9,10 +9,10 @@ export CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include" export LC_ALL=en_US.UTF-8 -if [ "$(uname)" == "Darwin" ]; then +if [[ "$(uname)" == "Darwin" ]]; then # for Mac OSX export LDFLAGS="${LDFLAGS} -headerpad_max_install_names" - export CFLAGS="${CFLAGS} -m64 -Wno-implicit-function-declaration -Wdeprecated-non-prototype" + export CFLAGS="${CFLAGS} -m64 -Wno-implicit-function-declaration -Wno-deprecated-non-prototype" export LC_ALL=C fi @@ -37,7 +37,7 @@ autoreconf -if LDFLAGS="${LDFLAGS}" \ --prefix="${PREFIX}" \ --with-gmapdb="${PREFIX}/share" \ - --with-simd-level=${SIMD_LEVEL} + --with-simd-level="${SIMD_LEVEL}" make -j"${CPU_COUNT}" make install diff --git a/recipes/gmap/meta.yaml b/recipes/gmap/meta.yaml index 71ff7f70c033b..73317212bce16 100644 --- a/recipes/gmap/meta.yaml +++ b/recipes/gmap/meta.yaml @@ -1,6 +1,6 @@ {% set name = "GMAP" %} -{% set version = "2024.09.18" %} -{% set sha256 = "00d28c1a8c95295c8edd006cc0d1b5154cabe185de1f5a5dd8ccdb01fab38a18" %} +{% set version = "2024.10.10" %} +{% set sha256 = "634952166008886f6f61bccbd32fd1a258a687aa2d5c65f0bbf58a41d34cb6f6" %} package: name: {{ name|lower }}