Skip to content
Snippets Groups Projects
Commit a7363464 authored by Ray Garcia's avatar Ray Garcia :scream_cat:
Browse files

fix compilation of libhimawari inside docker container updated shellb3

parent c7fb48c7
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,12 @@ yum -y install gcc-gfortran gcc-c++ unzip perl patch yacc bison flex glibc-devel ...@@ -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')" #version="v$(date '+%Y%m%d')"
tag=$1 tag=$1
export DEST=$PWD export DEST=$PWD
mkdir /build mkdir /work
mkdir /docker mkdir /docker
cd /build cd /work
export AXITOOLS_HOME=$PWD/axi-tools-${tag} 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 rm -fr goesr himawari build.sh
curl -O https://gitlab.ssec.wisc.edu/rayg/himawari/raw/${tag}/build.sh curl -O https://gitlab.ssec.wisc.edu/rayg/himawari/raw/${tag}/build.sh
export TAG=$tag export TAG=$tag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment