Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-geo-gridded-glm
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
cspp-geo-gridded-glm
Commits
ed33f8a9
Commit
ed33f8a9
authored
4 years ago
by
Nick Bearson
Browse files
Options
Downloads
Patches
Plain Diff
consolidate the runtime under libexec too
parent
ac0e7cf9
No related branches found
No related tags found
1 merge request
!4
add satpy to our buildbucket
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
buildbucket/package.sh
+2
-2
2 additions, 2 deletions
buildbucket/package.sh
gridded_glm/libexec/env.sh
+1
-1
1 addition, 1 deletion
gridded_glm/libexec/env.sh
with
3 additions
and
3 deletions
buildbucket/package.sh
+
2
−
2
View file @
ed33f8a9
...
...
@@ -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
..
...
...
This diff is collapsed.
Click to expand it.
gridded_glm/libexec/env.sh
+
1
−
1
View file @
ed33f8a9
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment