Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xacc
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ORNL Quantum Computing Institute
xacc
Commits
8cf587f8
Commit
8cf587f8
authored
5 years ago
by
Mccaskey, Alex
Browse files
Options
Downloads
Patches
Plain Diff
adding some python pip installs
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
42446214
No related branches found
No related tags found
No related merge requests found
Pipeline
#31607
passed with stages
in 9 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/manylinux/Dockerfile
+1
-1
1 addition, 1 deletion
docker/manylinux/Dockerfile
with
1 addition
and
1 deletion
docker/manylinux/Dockerfile
+
1
−
1
View file @
8cf587f8
...
...
@@ -14,7 +14,7 @@ RUN rm -rf /usr/lib64/libstdc++.so.6* && mkdir -p all_wheels && yum remove -y gc
RUN
git clone
--recursive
https://github.com/eclipse/xacc
\
&&
cd
xacc
\
&&
export
myPython
=
/opt/python/
${
python_version_str
}
/bin/python
\
&&
p
ython
3
-m
pip
install
ipopo configparser numpy scipy
\
&&
$myP
ython
-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
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment