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
c8540a6b
Commit
c8540a6b
authored
Jan 23, 2019
by
Mccaskey, Alex
Browse files
updating base plugin ci dockerfile
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
959a0813
Pipeline
#30326
passed with stages
in 11 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/base/plugin-ci/Dockerfile
View file @
c8540a6b
...
...
@@ -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 numpy
run
apt-get update
-y
&&
apt-get
install
-y
libblas-dev liblapack-dev
&&
python3
-m
pip
install
ipopo configparser numpy
scipy
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