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

Refactor package structure #7

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 6, 2022

  1. package the library

    create libyams split the header-only library from the binary targets
    add a python package structure to install pyams
    make the CLI, C++ tests and python bindings rely on libyams
    update the conda recipe
    add cmake config files for downstream packages
    add README for build instructions
    add missing deps in env-dev yaml file
    use pre-installed libyams if lib is not built
    adriendelsalle committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    84d9f68 View commit details
    Browse the repository at this point in the history
  2. use dependency on gbs

    replace incl dirs and links libs with deps on gbs targets
    adriendelsalle committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    4220b85 View commit details
    Browse the repository at this point in the history