Skip to content

external dependency at runtime #1928

@patrickaldis

Description

@patrickaldis

I have a project that is using the SBV solver library. This requires one of:

  • z3
  • mathsat
  • cvc5

Or a few other SMT solvers.

I'm struggling to add z3 as a dependency to the project. As instructed here, I've tried adding z3 to the extra-libraries section of the cabal file.

This adds z3 to the development shell, however running the result of the nix build from another shell complains that z3 is not on the path. How can I add the executable at runtime?

Thanks for any help

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions