mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-01 03:57:43 +03:00
Initial attempt at debian packaging, modified hyperscan packaging
This commit is contained in:
18
debian/rules
vendored
Executable file
18
debian/rules
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
|
||||
export DEB_CMAKE_FLAGS = -DBUILD_AVX2=on -DBUILD_AVX512=on -DBUILD_AVX512VBMI=off
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DBUILD_STATIC_AND_SHARED=1 \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
${DEB_CMAKE_FLAGS}
|
||||
|
||||
override_dh_missing:
|
||||
dh_missing --fail-missing
|
Reference in New Issue
Block a user