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

[feature.AppImage] Code Distribution via AppImage executable #33

Merged
merged 9 commits into from
Mar 20, 2023

Commits on Mar 13, 2023

  1. Description on how to create an AppImage of the hopr executable on a …

    …Linux system. Note that an old system should be used to make sure that an old version of GLIBC is used and is therefore available on the target machine.
    scopplestone committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    b411316 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    40e3570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0324ba3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Add version output with commandline argument -V/--version

    Example output:
    $ hopr --version
    hopr version 1.0.0
    $ hopr -V
    hopr version 1.0.0
    $ hopr -V -V
    hopr version 1.0.0 (0324ba3, Mar 15 2023, 11:46:42) [GNU 12.2.1, compiled without MPI]
    kopperp committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    5d09b1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c50cbb View commit details
    Browse the repository at this point in the history
  3. Implement --help and check if the given parameter file exits

    Abort gracefully if there is no work to do
    kopperp committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    37c4553 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    56413db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acf5d33 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Adjusted github actions cmake-ninja.yml to create release assets upon…

    … publication of a new release tag, which contains the AppImage binary for linux (built with Centos7).
    scopplestone committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    9c52ba5 View commit details
    Browse the repository at this point in the history