Update deb packaging scripts

This commit is contained in:
Luke Yeager
2015-12-18 14:05:37 -08:00
parent f1e92fe2a3
commit c9da89254b
13 changed files with 44 additions and 80 deletions
+4 -10
View File
@@ -1,14 +1,8 @@
#!/usr/bin/make -f
# Enabling a single GPU for tests only
# test.sh fails for non-idential multi-GPU
# fix pending : https://github.com/torch/cutorch/issues/239
export CUDA_VISIBLE_DEVICES=0
%:
PREFIX="$(CURDIR)/usr" dh $@ --build-system=make --parallel
dh $@ --parallel
override_dh_auto_install:
PREFIX=debian/tmp dh_auto_install
override_dh_auto_test:
echo "Skipping test: fix me later ..."