Update deb packaging scripts
This commit is contained in:
Vendored
+4
-10
@@ -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 ..."
|
||||
|
||||
Reference in New Issue
Block a user