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

Build system improvements #330

Merged
merged 23 commits into from
Aug 9, 2024
Merged

Build system improvements #330

merged 23 commits into from
Aug 9, 2024

Commits on Aug 2, 2024

  1. Fix PodioExampleDatamodel generation & install

    This addresses issue #329
    nathanwbrei committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1dafbc7 View commit details
    Browse the repository at this point in the history
  2. Isolate plugin install directories

    - Plugin libraries install to lib/JANA/plugins/
    - Plugin headers install to include/JANA/plugins/$PLUGIN_NAME
    Addresses issue #136
    nathanwbrei committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    419fb56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c9614 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e16f9f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Fix LD_LIBRARY_PATH on docker CI workflow

    Eventually we should put this in the rpath if possible
    nathanwbrei committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a8e5d8d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    b2fb89f View commit details
    Browse the repository at this point in the history
  2. Install cmake files to $PREFIX/lib/JANA/cmake

    This is for consistency with installing plugins, etc. This is also on CMake's search path, so there should be no effect downstream.
    nathanwbrei committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7e11026 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d33a994 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    74530b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb01a8 View commit details
    Browse the repository at this point in the history
  3. Update janapy

    nathanwbrei committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4959240 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec0959e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    acab1ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a823fae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf80259 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    9168ba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7827a6 View commit details
    Browse the repository at this point in the history
  3. Fix PodioExample

    nathanwbrei committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    eb0fa45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79667d2 View commit details
    Browse the repository at this point in the history
  5. CI: Add podio back to LD_LIBRARY_PATH

    Even though podio is in the RPath, Cling won't look there when hunting for libpodio's dictionaries
    nathanwbrei committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b4e877b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    cbb3b9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3356232 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d095d48 View commit details
    Browse the repository at this point in the history