From a736346492859b19c847d15c930a0e7d3c7d202c Mon Sep 17 00:00:00 2001 From: "R.K.Garcia" <rkgarcia@wisc.edu> Date: Mon, 9 Jul 2018 17:01:19 -0500 Subject: [PATCH] fix compilation of libhimawari inside docker container updated shellb3 --- godo.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/godo.sh b/godo.sh index 41e0dbf..b63db68 100644 --- a/godo.sh +++ b/godo.sh @@ -4,10 +4,12 @@ yum -y install gcc-gfortran gcc-c++ unzip perl patch yacc bison flex glibc-devel #version="v$(date '+%Y%m%d')" tag=$1 export DEST=$PWD -mkdir /build +mkdir /work mkdir /docker -cd /build +cd /work export AXITOOLS_HOME=$PWD/axi-tools-${tag} +# set up /work/ShellB3/ShellB3/lib to link libpython nicely +ln -s ${AXITOOLS_HOME} /work/ShellB3 rm -fr goesr himawari build.sh curl -O https://gitlab.ssec.wisc.edu/rayg/himawari/raw/${tag}/build.sh export TAG=$tag -- GitLab