From 0e040ef303372b27cccff18696687ae1cb1849b5 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Tue, 17 Dec 2019 22:15:03 +0100 Subject: [PATCH 1/2] [GEOS] expand_cxxstring_abis Ref https://github.com/JuliaPackaging/Yggdrasil/pull/293#issuecomment-566749598 --- G/GEOS/build_tarballs.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/G/GEOS/build_tarballs.jl b/G/GEOS/build_tarballs.jl index 31b7b5f6a88..8d0a41cf2ad 100644 --- a/G/GEOS/build_tarballs.jl +++ b/G/GEOS/build_tarballs.jl @@ -36,6 +36,7 @@ make install # These are the platforms we will build for by default, unless further # platforms are passed in on the command line platforms = supported_platforms() +platforms = expand_cxxstring_abis(platforms) # The products that we will ensure are always built products = [ From 83a3dbe72cbfab9e868e47a1adda3eb38a42f79a Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Tue, 17 Dec 2019 22:36:13 +0100 Subject: [PATCH 2/2] expand supported platforms directly --- G/GEOS/build_tarballs.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/G/GEOS/build_tarballs.jl b/G/GEOS/build_tarballs.jl index 8d0a41cf2ad..d8f8a268c96 100644 --- a/G/GEOS/build_tarballs.jl +++ b/G/GEOS/build_tarballs.jl @@ -35,8 +35,7 @@ make install # These are the platforms we will build for by default, unless further # platforms are passed in on the command line -platforms = supported_platforms() -platforms = expand_cxxstring_abis(platforms) +platforms = expand_cxxstring_abis(supported_platforms()) # The products that we will ensure are always built products = [