Skip to content

Boost package does not contain Boost JSON #99

@Lysarina

Description

@Lysarina

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:

image

Is this intended? Could the package be added to the image?

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions