From e41d95c64548b44d72bef1113dd181f3b8499a57 Mon Sep 17 00:00:00 2001 From: Shashank Bhushan Date: Mon, 26 Feb 2024 18:51:52 -0800 Subject: [PATCH] Update postBuild to another newer ASP version, as this fails to load shared libraries --- binder/postBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/postBuild b/binder/postBuild index 8bad313..571689c 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -5,7 +5,7 @@ # https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/3.0.0/StereoPipeline-3.0.0-2021-07-27-x86_64-Linux.tar.bz2 # https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/2023-09-24-daily-build/StereoPipeline-3.4.0-alpha-2023-09-24-x86_64-Linux.tar.bz2 # https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/3.3.0/StereoPipeline-3.3.0-Linux.tar.bz2 -DATE='2024-02-23' +DATE='2024-02-26' VERSION="3.4.0-alpha" NAME=StereoPipeline-$VERSION-$DATE-x86_64-Linux wget -q https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/$DATE-daily-build/$NAME.tar.bz2