Source: shogun
Version: 3.2.0-8
Severity: wishlist
Tags: patch

Hi,

shogun seems to build fine with multiple build jobs when building.
Thus, my suggestion is to enable the parallel build (with the
--parallel option of dh) to speed up the compilation when requested
(see also Policy ยง4.9.1).

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ ifeq ($(ARCH),$(filter $(ARCH),i386 hurd
 endif
 
 %:
-       dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR)
+       dh $@ --parallel --buildsystem=cmake --builddirectory=$(BUILDDIR)
 
 override_dh_auto_configure:
        dh_auto_configure -- -DCMAKE_SKIP_RPATH=TRUE -DBUILD_EXAMPLES=OFF 
-DUSE_SVMLIGHT=OFF -DCmdLineStatic=ON $(DISABLE_SSE)

Reply via email to