Skip to content

Commit

Permalink
Merge pull request #152 from DUNE-DAQ/johnfreeman/patch_with_fixed_names
Browse files Browse the repository at this point in the history
Johnfreeman/patch with fixed names
  • Loading branch information
jcfreeman2 authored Feb 13, 2025
2 parents 8846890 + a0c99cc commit a98b148
Show file tree
Hide file tree
Showing 17 changed files with 416 additions and 412 deletions.
16 changes: 9 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.12)
project(flxlibs VERSION 2.1.0)
project(flxlibs VERSION 2.2.1)

find_package(daq-cmake REQUIRED)

Expand All @@ -13,12 +13,12 @@ find_package(fdreadoutlibs REQUIRED)
find_package(felix REQUIRED)
find_package(opmonlib REQUIRED)
find_package(utilities REQUIRED)
find_package(folly)

find_package(folly REQUIRED)
find_package(fmt REQUIRED)

##############################################################################
# Dependency sets
set(DUNEDAQ_DEPENDENCIES appfwk::appfwk datahandlinglibs::datahandlinglibs fdreadoutlibs::fdreadoutlibs appmodel::appmodel confmodel::confmodel utilities::utilities)
set(DUNEDAQ_DEPENDENCIES appfwk::appfwk datahandlinglibs::datahandlinglibs fdreadoutlibs::fdreadoutlibs appmodel::appmodel confmodel::confmodel utilities::utilities fmt::fmt)

# Provide override functionality for FELIX dependencies
option(WITH_FELIX_AS_PACKAGE "FELIX externals as a dunedaq package" ON)
Expand Down Expand Up @@ -53,9 +53,11 @@ endif()

daq_protobuf_codegen( opmon/*.proto )

daq_codegen(felixcardcontroller.jsonnet TEMPLATES Structs.hpp.j2 Nljs.hpp.j2 )


#daq_add_library(DefaultParserImpl.cpp CardWrapper.cpp CardControllerWrapper.cpp LINK_LIBRARIES ${FELIX_DEPENDENCIES} ${DUNEDAQ_DEPENDENCIES})
daq_add_library(DefaultParserImpl.cpp CardWrapper.cpp LINK_LIBRARIES ${FELIX_DEPENDENCIES} ${DUNEDAQ_DEPENDENCIES})
daq_add_library(DefaultParserImpl.cpp CardWrapper.cpp CardControllerWrapper.cpp LINK_LIBRARIES ${FELIX_DEPENDENCIES} ${DUNEDAQ_DEPENDENCIES})
# daq_add_library(DefaultParserImpl.cpp CardWrapper.cpp LINK_LIBRARIES ${FELIX_DEPENDENCIES} ${DUNEDAQ_DEPENDENCIES})


if(WITH_FELIX_AS_PACKAGE)
Expand All @@ -68,7 +70,7 @@ endif()
##############################################################################
# Plugins
daq_add_plugin(FelixReaderModule duneDAQModule LINK_LIBRARIES flxlibs)
#daq_add_plugin(FelixCardController duneDAQModule LINK_LIBRARIES flxlibs)
daq_add_plugin(FelixCardControllerModule duneDAQModule LINK_LIBRARIES flxlibs)

##############################################################################
# Integration tests
Expand Down
163 changes: 0 additions & 163 deletions plugins/FelixCardController.cpp

This file was deleted.

64 changes: 0 additions & 64 deletions plugins/FelixCardController.hpp

This file was deleted.

Loading

0 comments on commit a98b148

Please sign in to comment.