Package Release Info

suse-hpc-0.4-bp152.2.4

Update Info: Base Release
Available in Package Hub : 15 SP2 (BETA)

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

suse-hpc

Change Logs

* Wed Feb 06 2019 eich@suse.com
- macros.hpc: Fix default moduleversion link generation and deletion
  * Generation: convert to a posttrans script to make sure the link
    target exists.
  * Deletion: Fix paths and line endings.
  (bsc#1124509)
- macros.hpc: Improve documentation for -L option in %%hpc_master macro.
- macros.hpc: Improve master package description and README message.
* Mon Jan 07 2019 eich@suse.com
- Remove redefinition of _sysconfdir in %%hpc_cmake:
  Redefining _sysconfdir to %%hpc_sysconfdir caused a recursive loop!
* Fri Dec 14 2018 Todd R <toddrme2178@gmail.com>
- Add hpc_docdir macro.
- Add cmake directories macros.
- Use upstream-recommended %{_rpmconfigdir}/macros.d directory
  for rpm macros.
- Add meson macro.
- Future-proof cmake macro.
* Mon Nov 19 2018 eich@suse.com
- Improve python handling:
  * set python3 as default for Factory
  * allow to specify subdir to HPC pyton path
  * Do not remove executable flag on .so files
* Sun Nov 18 2018 eich@suse.com
- Expand modules handling (bsc#1116458):
  * add %%hpc_modules_init to store the list of modules
  * if a modules list is available, use environment during
    dependency generation to exclude objects which will be
    found thru environment modules.
  * bump package version.
* Fri Oct 26 2018 eich@suse.com
- Add %%hpc_cmake which wraps %%cmake from marcos.cmake.
* Thu Oct 25 2018 eich@suse.com
- macros: fix unexpanded macro in description of master package.
* Sun Aug 19 2018 eich@suse.com
- macros: %hpc_master_package: properly escape '\'
* Sun Aug 19 2018 eich@suse.com
- macros:
  * Fix line endings
  * Replace %%compiler_family by %%hpc_compiler_family
* Tue Jun 19 2018 eich@suse.com
- Handle license file using %license where applicable.
* Mon Jun 18 2018 eich@suse.com
- Improve description and README in master packages
  Explain the purpose of the package and explicitly specify the dependency
  in the package description and generated README.
* Sat Jun 16 2018 eich@suse.com
-  Fix master package summary and description
-  Add support for different name than %name
* Mon Mar 12 2018 eich@suse.com
- Append a newline to the shebang line prepended by the
  %hpc_shebang_prepend_list macro (boo#1084951).
* Sun Feb 25 2018 eich@suse.com
- Add functions to:
  * sanitize the shebang path in scripts,
  * move python code to the local site arch directory removing
    any leading shebang line and execute bits
  * Add the appropriate shebang line to a script and set the
    execution bit.
  * validate Python 3 code (bsc#1082209).
* Fri Feb 09 2018 eich@suse.com
- Fix summary in module files (bnc#1080259).
* Tue Jan 30 2018 eich@suse.com
- For tool don't distinguish minor versions:
  %hpc_cf_dep_version represents what we distinguish
  which determines the granularity in compiler selection.
* Mon Nov 20 2017 eich@suse.com
- Add lua-lmod to the HPC base Requires
- Fix %name in %hpc_python_master_package
  Not only %pname but also %name needs to have python replaced
  by %python_flavor.
- Add macro to santize %pname for environment variables
  This marco up-cases the name and replaces '-' by '_'.
* Thu Oct 19 2017 eich@suse.com
- Fix master package macro to handle sub-packages with a
  different basename correctly.
* Fri Oct 06 2017 nmoreychaisemartin@suse.com
- Add _service to fetch github files
* Thu Oct 05 2017 eich@suse.com
- Make source files downloadable from git.