Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ray Garcia
himawari
Commits
5b221998
Commit
5b221998
authored
Sep 15, 2017
by
R.K.Garcia
Browse files
fix godo
parent
67df396e
Changes
2
Hide whitespace changes
Inline
Side-by-side
go.sh
View file @
5b221998
...
...
@@ -3,5 +3,8 @@ if docker images |grep centos6dev; then
else
image
=
centos:6
fi
test
-f
go.sh
&&
rm
go.sh
curl
-O
https://gitlab.ssec.wisc.edu/rayg/himawari/raw/develop/godo.sh
docker run
--rm
-it
-v
$PWD
:/docker
-w
/docker
$image
/bin/bash godo.sh
godo.sh
View file @
5b221998
#!/bin/bash
set
-ex
yum
-y
install
gcc-gfortran gcc-c++ unzip perl patch yacc bison flex glibc-devel.i686 glibc-devel.x86_64 xz git
version
=
"v
$(
date
'+%Y%m%d'
)
"
export
AXITOOLS_HOME
=
$PWD
/axi-tools-
${
version
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment