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
14b072cd
Commit
14b072cd
authored
Aug 03, 2017
by
Mccaskey, Alex
Browse files
adding recursive copy to debbuild
parent
62344e30
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/ubuntu/debbuild/Dockerfile
View file @
14b072cd
...
...
@@ -19,7 +19,7 @@ run apt-get -y update && apt-get -y install wget && wget https://github.com/ORNL
&&
cd
xacc
&&
mkdir
build
&&
cd
build
&&
cmake ..
-DCMAKE_INSTALL_PREFIX
=
/usr/local/xacc
&&
make
&&
make
install
run
cd
/projects/xacc
&&
mkdir
deb_build
&&
cd
deb_build
&&
mkdir
-p
usr/local/xacc usr/local/include /usr/local/lib
\
&&
cp
/usr/local/include/cppmicroservices3 usr/local/include/
&&
cp
/usr/local/lib/libCpp
*
usr/local/lib/
\
&&
cp
-r
/usr/local/include/cppmicroservices3 usr/local/include/
&&
cp
/usr/local/lib/libCpp
*
usr/local/lib/
\
&&
cp
/usr/local/lib/libus
*
usr/local/lib/
\
&&
cp
-r
/usr/local/xacc/
*
usr/local/xacc/
\
&&
fpm
-s
dir
-t
deb
--name
xacc
--version
1.0
--depends
libboost-all-dev
--depends
gcc-6
--depends
g++-6
--depends
python-dev
--depends
mpich
\
...
...
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