Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openhpc/ohpc Loading
base: obs/OpenHPC_1.1.1_Factory
Choose a base ref
...
head repository: e4t/ohpc Loading
compare: obs/OpenHPC_1.1.1_Factory
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 77 files changed
  • 1 contributor

Commits on Sep 6, 2016

  1. munge: Fix installation of */lib/tmpfiles.d/munge.conf for SUSE

    SUSE needs systemd installed for the install scripts to detect the use
    of systemd and install */lib/tmpfiles.d/munge.conf. Once this works it
    can be added to the %files list.
    
    Signed-off-by: Egbert Eich <[email protected]>
    e4t committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    1019f28 View commit details
    Browse the repository at this point in the history
  2. Replace '%define' with '%global' in %{!?PROJ_DELIM: %define PROJ_DELI…

    …M ...}
    
    Do to strange rpm macro scoping rules a '%define' in a %{..: } construct
    is only guaranteed to be set until the closing bracket:
      https://www.redhat.com/archives/fedora-packaging/2009-May/msg00112.html
    Therefore, replace it by '%global' - which is set until redefined.
    Since %PROJ_DELIM is assigned a fixed value there is no difference between
    '%define' and '%global' in this case.
    
    Signed-off-by: Egbert Eich <[email protected]>
    e4t committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    3680482 View commit details
    Browse the repository at this point in the history
  3. Replace '%define' with '%global' in %{!?compiler_family: %define ...}

    Now since we have replaced '%define' with '%global' in all expressions
    setting an undefined %PROJ_DELIM do the same for %compiler_family.
    
    Signed-off-by: Egbert Eich <[email protected]>
    e4t committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    26d0a68 View commit details
    Browse the repository at this point in the history
  4. Replace '%define' with '%global' in %{!?mpi_family: %define ...}

    Now since we have replaced '%define' with '%global' in all expressions
    setting an undefined %PROJ_DELIM and %compiler_family do the same for
    %mpi_family.
    
    Signed-off-by: Egbert Eich <[email protected]>
    e4t committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    2bf6a5c View commit details
    Browse the repository at this point in the history
  5. Fix %{RPM_BUILD_ROOT}

    There is no such macro as %{RPM_BUILD_ROOT}. There is an env variable
    ${RPM_BUILD_ROOT}, however using the macro %{buildroot} is usually
    preferred.
    
    Signed-off-by: Egbert Eich <[email protected]>
    e4t committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    3d8222f View commit details
    Browse the repository at this point in the history
  6. cube: Add library-without-ldconfig-* filter to rpmlitrc

    A call to ldconfig should not be needed as these libraries
    are loaded by adding a LD_LIBRARY_PATH.
    
    Signed-off-by: Egbert Eich <[email protected]>
    e4t committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    f6a1cc9 View commit details
    Browse the repository at this point in the history
  7. lua-posix: Don't use hard coded lua version numbers for SUSE

    Using the lua macros from /etc/macros instead makes it build
    on a wider range of versions.
    
    Signed-off-by: Egbert Eich <[email protected]>
    e4t committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    a8cdab1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. lua-filesystem: Don't use hard coded lua version numbers for SUSE

    Using the lua macros from /etc/macros instead makes it build
    on a wider range of versions.
    
    Signed-off-by: Egbert Eich <[email protected]>
    e4t committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    e3480ca View commit details
    Browse the repository at this point in the history
  2. lmod: Don't use hard coded lua version numbers for SUSE

    Using the lua macros from /etc/macros instead makes it build
    on a wider range of versions.
    
    Signed-off-by: Egbert Eich <[email protected]>
    e4t committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    ec30888 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. lmod: Don't use hard coded lua version numbers for SUSE

    Using the lua macros from /etc/macros instead makes it build
    on a wider range of versions.
    
    Signed-off-by: Egbert Eich <[email protected]>
    e4t committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    3588af2 View commit details
    Browse the repository at this point in the history
Loading