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:
-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)