From e3024ba14ae9bd1df8270c90fb7d91ed9bf51a23 Mon Sep 17 00:00:00 2001 From: ShashankBice Date: Sun, 24 Sep 2023 14:41:23 -0700 Subject: [PATCH] update to latest ASP 3.4.0 aplpha 20230924 --- binder/postBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binder/postBuild b/binder/postBuild index 7a76b18..e3ad935 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -3,8 +3,8 @@ # Install Ames stereo pipeline binary (~200Mb) #e.g. https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/2.7.0/StereoPipeline-2.7.0-2020-07-29-x86_64-Linux.tar.bz2 # https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/3.0.0/StereoPipeline-3.0.0-2021-07-27-x86_64-Linux.tar.bz2 -DATE='2020-07-29' -VERSION="2.7.0" +DATE='2023-09-24' +VERSION="3.4.0-alpha" NAME=StereoPipeline-$VERSION-$DATE-x86_64-Linux wget -q https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/$VERSION/$NAME.tar.bz2 tar -xjf $NAME.tar.bz2