-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
I'm working on setting up a Phoenix visualisation tool for LDMX. For this, I need to create JSON files with event data (as Phoenix only accepts certain file types). Currently I am making an analyzer that builds the JSON files with strings, which is not a very efficient when dealing with a large number of events. I was going to use the Boost JSON package, as we have libboost-all-dev in the Docker image, which should contain said JSON package. However, I get this error when adding #include <boost/json.hpp> to my .cxx file and running ldmx compile:
Is this intended? Could the package be added to the image?
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed
