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
42446214
Commit
42446214
authored
Jan 29, 2019
by
Mccaskey, Alex
Browse files
adding some python pip installs
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
502c24c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/manylinux/Dockerfile
View file @
42446214
...
...
@@ -9,11 +9,12 @@ ENV CC=/opt/devtools-6.2/bin/gcc
ENV
CXX=/opt/devtools-6.2/bin/g++
RUN
rm
-rf
/usr/lib64/libstdc++.so.6
*
&&
mkdir
-p
all_wheels
&&
yum remove
-y
gcc
\
&& ln -s /opt/devtools-6.2/lib64/libstdc++* /usr/lib64/
&& ln -s /opt/devtools-6.2/lib64/libstdc++* /usr/lib64/
RUN
git clone
--recursive
https://github.com/eclipse/xacc
\
&&
cd
xacc
\
&&
export
myPython
=
/opt/python/
${
python_version_str
}
/bin/python
\
&&
python3
-m
pip
install
ipopo configparser numpy scipy
\
&&
export
xaccVersion
=
$(
$myPython
-c
"import os; print(open(os.path.join(os.getcwd(), 'VERSION')).read().strip())"
)
\
&&
$myPython
--version
\
&&
$myPython
setup.py build
-t
tmp
\
...
...
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