Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
959a0813
Commit
959a0813
authored
Jan 23, 2019
by
Mccaskey, Alex
Browse files
updating base plugin ci dockerfile
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
d185d3e2
Pipeline
#30317
passed with stages
in 9 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/base/plugin-ci/Dockerfile
View file @
959a0813
...
...
@@ -2,4 +2,4 @@ from xacc/base-ci
run
git clone
--recursive
https://github.com/eclipse/xacc
\
&&
cd
xacc
&&
mkdir
build
&&
cd
build
\
&&
cmake ..
-DPYTHON_INCLUDE_DIR
=
/usr/include/python3.5
&&
make
-j4
install
run
apt-get update
-y
&&
apt-get
install
-y
libblas-dev liblapack-dev
&&
python3
-m
pip
install
ipopo configparser
run
apt-get update
-y
&&
apt-get
install
-y
libblas-dev liblapack-dev
&&
python3
-m
pip
install
ipopo configparser
numpy
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment