From c649473338ec0a7369c7030fce486f8c6f88c11d Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Thu, 16 Jan 2020 14:34:35 +0100 Subject: [PATCH] GEOS - derive library alias from version --- G/GEOS/build_tarballs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/G/GEOS/build_tarballs.jl b/G/GEOS/build_tarballs.jl index d8f8a268c96..391d7976457 100644 --- a/G/GEOS/build_tarballs.jl +++ b/G/GEOS/build_tarballs.jl @@ -40,7 +40,7 @@ platforms = expand_cxxstring_abis(supported_platforms()) # The products that we will ensure are always built products = [ LibraryProduct("libgeos_c", :libgeos), - LibraryProduct(["libgeos", "libgeos-3-8"], :libgeos_cpp) + LibraryProduct(["libgeos", "libgeos-$(version.major)-$(version.minor)"], :libgeos_cpp) ] # Dependencies that must be installed before this package can be built