Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
himawari
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Ray Garcia
himawari
Commits
a7363464
Commit
a7363464
authored
6 years ago
by
Ray Garcia
Browse files
Options
Downloads
Patches
Plain Diff
fix compilation of libhimawari inside docker container updated shellb3
parent
c7fb48c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
godo.sh
+4
-2
4 additions, 2 deletions
godo.sh
with
4 additions
and
2 deletions
godo.sh
+
4
−
2
View file @
a7363464
...
@@ -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
...
...
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