DUNE-DAQ / minidaqapp

0 stars 1 forks source link

Unknown CMake command "daq_add_python_bindings". #50

Closed brettviren closed 3 years ago

brettviren commented 3 years ago

In a fresh directory and dune-daq/sl7 container I follow:

https://github.com/DUNE-DAQ/minidaqapp/wiki/Instructions-for-setting-up-a-v2.6.0-development-environment

For now, I skip 2.ii (checkout of specific commits) because I want to have develop branches. I then get:

(sing)bv@haiku:top> dbt-workarea-env
(dbt-pyvenv) (sing)bv@haiku:top> pip install -r nanorc/requirements.txt
... finishes w/out error...
(dbt-pyvenv) (sing)bv@haiku:top> dbt-build.sh
...
CMake Error at timing/CMakeLists.txt:24 (daq_add_python_bindings):
  Unknown CMake command "daq_add_python_bindings".
brettviren commented 3 years ago

This is a very fresh addition:

https://github.com/DUNE-DAQ/daq-cmake/commit/54fb61f65b49b06ca149bb5114359583b08b46f6

Note, following 2.ii to use specific commits of the various packages let's me get through to running nanorc.

brettviren commented 3 years ago

Moving to daq-cmake develop let me move all the packages also to develop. Maybe this issue is thus moot. I'll close.