Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/nccl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Jeaugey <sjeaugey@nvidia.com>2016-06-16 04:02:03 +0300
committerSylvain Jeaugey <sjeaugey@nvidia.com>2016-06-16 04:20:10 +0300
commitda6d2009e0e9521cca5d809137f5d96279fd3a50 (patch)
treeb649f196ed064bf27b9242d364f63c0436b3d70a /Makefile
parent155132d3369c71a9ee4fca142a4f2122e8e60ba3 (diff)
Move deb to build directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3350b81..9be7d76 100644
--- a/Makefile
+++ b/Makefile
@@ -183,6 +183,8 @@ DEB_TIMESTAMP := $(shell date -R)
deb : lib $(DEB_GEN)
@printf "Building Debian package\n"
debuild -eBUILDDIR -eLD_LIBRARY_PATH -uc -us -d -b
+ mkdir -p $(BUILDDIR)/deb/
+ mv ../libnccl*.deb $(BUILDDIR)/deb/
debclean :
rm -f $(DEB_GEN)