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
Daniel Boeckenhoff
tfields
Commits
9fd83555
Commit
9fd83555
authored
Oct 11, 2020
by
dboe
Browse files
caching apt and installing liblapack
parent
f3c13e07
Pipeline
#83975
passed with stages
in 26 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9fd83555
...
...
@@ -14,6 +14,7 @@ cache:
paths
:
-
.cache/pip
-
venv/
-
.cache/apt
stages
:
-
build
...
...
@@ -28,7 +29,10 @@ before_script:
dist
:
stage
:
build
script
:
-
mkdir -p .ache/apt
-
apt-get update -yqq
-
apt-get install -y gfortran libopenblas-dev liblapack-dev
-
apt-get -o dir::cache::archives=".cache/apt" install -y -qq gfortran liblapack-dev libgmp-dev
-
python setup.py bdist_wheel
# an alternative approach is to install and run:
-
pip install dist/*
...
...
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