Skip to content
Snippets Groups Projects
Commit ed33f8a9 authored by Nick Bearson's avatar Nick Bearson
Browse files

consolidate the runtime under libexec too

parent ac0e7cf9
No related branches found
No related tags found
1 merge request!4add satpy to our buildbucket
......@@ -71,12 +71,12 @@ conda pack --n-threads $(nproc) -n build -o ${conda_tb}
# Build up our package directory
mkdir -p ${pkg_name}
cd ${pkg_name}
mkdir -p bin opt/conda
mkdir -p bin libexec/python_runtime
# Copy package scripts/data to package directory
cp $GGLM_DIR/PACKAGE_README.md ./README.md
cp $GGLM_DIR/bin/* ./bin/
# Untar the tarball so we can put things where we want
tar -xz -C ./opt/conda -f ../${conda_tb}
tar -xz -C ./libexec/python_runtime -f ../${conda_tb}
# Go back to original work directory
cd ..
......
......@@ -28,4 +28,4 @@ fi
unset PYTHONPATH
unset LD_LIBRARY_PATH
export PATH=$CSPP_GEO_GGLM_HOME/bin:$CSPP_GEO_GGLM_HOME/opt/conda/bin:$PATH
\ No newline at end of file
export PATH=$CSPP_GEO_GGLM_HOME/bin:$CSPP_GEO_GGLM_HOME/libexec/python_runtime/bin:$PATH
\ No newline at end of file
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