diff options
author | mormj <34754695+mormj@users.noreply.github.com> | 2020-05-22 14:21:09 -0400 |
---|---|---|
committer | Josh Morman <mormjb@gmail.com> | 2020-06-04 10:05:48 -0400 |
commit | 3165f73d7c6224523957fa69beade6069efea6ef (patch) | |
tree | bcc09005ab8cc6b2f6bef4589f5b612eeafb29be /gr-wavelet/python | |
parent | cb1185bc2c12c0c7bd76ab93040a63c39815e847 (diff) |
pybind: add hash check to binding file creation (#3472)
Diffstat (limited to 'gr-wavelet/python')
4 files changed, 28 insertions, 4 deletions
diff --git a/gr-wavelet/python/wavelet/bindings/CMakeLists.txt b/gr-wavelet/python/wavelet/bindings/CMakeLists.txt index e79c373fc7..ab65b0a09e 100644 --- a/gr-wavelet/python/wavelet/bindings/CMakeLists.txt +++ b/gr-wavelet/python/wavelet/bindings/CMakeLists.txt @@ -10,7 +10,7 @@ list(APPEND wavelet_python_files wvps_ff_python.cc python_bindings.cc) -GR_PYBIND_MAKE(wavelet +GR_PYBIND_MAKE_CHECK_HASH(wavelet ../../.. gr::wavelet "${wavelet_python_files}") diff --git a/gr-wavelet/python/wavelet/bindings/squash_ff_python.cc b/gr-wavelet/python/wavelet/bindings/squash_ff_python.cc index a3f4fb8ed8..a8c4eda05f 100644 --- a/gr-wavelet/python/wavelet/bindings/squash_ff_python.cc +++ b/gr-wavelet/python/wavelet/bindings/squash_ff_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(squash_ff.h) */ +/* BINDTOOL_HEADER_FILE_HASH(ae6436fd366614924bbc336d562d99c3) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-wavelet/python/wavelet/bindings/wavelet_ff_python.cc b/gr-wavelet/python/wavelet/bindings/wavelet_ff_python.cc index 9ee4ad9731..77a77accb1 100644 --- a/gr-wavelet/python/wavelet/bindings/wavelet_ff_python.cc +++ b/gr-wavelet/python/wavelet/bindings/wavelet_ff_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(wavelet_ff.h) */ +/* BINDTOOL_HEADER_FILE_HASH(1c5d9e25715e0553026d3aa1f16caa77) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> diff --git a/gr-wavelet/python/wavelet/bindings/wvps_ff_python.cc b/gr-wavelet/python/wavelet/bindings/wvps_ff_python.cc index 317066a11c..073be54f65 100644 --- a/gr-wavelet/python/wavelet/bindings/wvps_ff_python.cc +++ b/gr-wavelet/python/wavelet/bindings/wvps_ff_python.cc @@ -7,7 +7,15 @@ * */ -/* This file is automatically generated using bindtool */ +/***********************************************************************************/ +/* This file is automatically generated using bindtool and can be manually edited */ +/* The following lines can be configured to regenerate this file during cmake */ +/* If manual edits are made, the following tags should be modified accordingly. */ +/* BINDTOOL_GEN_AUTOMATIC(0) */ +/* BINDTOOL_USE_PYGCCXML(0) */ +/* BINDTOOL_HEADER_FILE(wvps_ff.h) */ +/* BINDTOOL_HEADER_FILE_HASH(1f4a9460066d197782a59a0fa164ae03) */ +/***********************************************************************************/ #include <pybind11/complex.h> #include <pybind11/pybind11.h> |