Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update delaunator package to v1_0_0 #47

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions larrecodnn/ImagePatternAlgs/Modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ cet_build_plugin(PointIdEffTest art::EDAnalyzer
cetlib_except::cetlib_except
ROOT::Hist
ROOT::Tree
PostgreSQL::PostgreSQL
)

cet_build_plugin(RawWaveformClnSigDump art::EDAnalyzer
Expand Down
2 changes: 1 addition & 1 deletion larrecodnn/NuGraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cet_build_plugin(NuGraphInference art::EDProducer
IMPL_TARGET_VAR NuGraphInference_module
)

find_path(DELAUNATOR_INC delaunator.hpp HINTS ENV DELAUNATOR_INC REQUIRED DOC "Header location for delaunator_cpp")
find_path(DELAUNATOR_INC delaunator-header-only.hpp HINTS ENV DELAUNATOR_INC REQUIRED DOC "Header location for delaunator_cpp")
target_include_directories(${NuGraphInference_module} PRIVATE ${DELAUNATOR_INC})

cet_build_plugin(NuSliceHitsProducer art::EDProducer
Expand Down
2 changes: 1 addition & 1 deletion larrecodnn/NuGraph/NuGraphInference_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <limits>
#include <memory>

#include "delaunator.hpp"
#include "delaunator-header-only.hpp"
#include <torch/script.h>

#include "lardataobj/AnalysisBase/MVAOutput.h"
Expand Down
2 changes: 1 addition & 1 deletion ups/product_deps
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ tensorflow v2_15_0 - optional
triton v2_25_0d - optional
libtorch v2_1_1b - optional
torch_scatter v2_1_2a - optional
delaunator v0_4_0 -
delaunator v1_0_0 -
hep_hpc v0_14_02 -
cetmodules v3_24_01 - only_for_build
end_product_list
Expand Down