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
62b364b3
Commit
62b364b3
authored
7 years ago
by
Mccaskey, Alex
Browse files
Options
Downloads
Patches
Plain Diff
updating xacc fedora docker file
parent
6c686ed8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/fedora/Dockerfile
+2
-3
2 additions, 3 deletions
docker/fedora/Dockerfile
with
2 additions
and
3 deletions
docker/fedora/Dockerfile
+
2
−
3
View file @
62b364b3
from
mccaskey/base-fedora-gcc6
run
dnf
-y
install
spdlog
libstdc++-static
\
run
dnf
-y
install
spdlog
\
https://github.com/ORNL-QCI/ScaffCC/releases/download/v2.0/scaffold-2.0-1.fc25.x86_64.rpm
\
&&
git clone
--recursive
https://github.com/ORNL-QCI/xacc
\
&&
rm
-rf
/projects/xacc/tpls/fire/.git
\
&& echo "export PATH=$PATH:/usr/local/scaffold" >> ~/.bashrc \
&& source /etc/bashrc && module load mpi/mpich-x86_64 && cd /projects/xacc && mkdir build \
&& cd build && cmake .. && make &&
PATH=$PATH:/usr/local/scaffold
ctest
&& cd build && cmake .. && make && ctest
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