Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
44cd7dea
Commit
44cd7dea
authored
Sep 19, 2018
by
jhskone
Browse files
remove gcc dev packages
parent
8617eadf
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
44cd7dea
...
...
@@ -38,12 +38,7 @@ west_build_intel:
-
yum -y install yum-utils > /dev/null
-
yum -y install centos-release-scl-rh > /dev/null
-
yum -y install vim > /dev/null
-
yum -y install devtoolset-3-gcc > /dev/null
-
yum -y install devtoolset-3-gcc-gfortran > /dev/null
-
yum -y install wget pkgconfig git make > /dev/null
-
yum -y install openmpi3-devel > /dev/null
-
yum -y install blas-devel lapack-devel fftw-devel > /dev/null
-
yum -y install libblas-dev liblapack-dev fftw3 fftw3-dev pkg-config > /dev/null
-
export TZ="US/Central"
-
rm -f /etc/localtime
-
cp /usr/share/zoneinfo/$TZ /etc/localtime
...
...
Write
Preview
Markdown
is supported
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