Package Release Info

superlu_5_2_1-gnu-hpc-5.2.1-bp151.1.4

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libsuperlu-gnu-hpc
libsuperlu_5_2_1-gnu-hpc
superlu-gnu-hpc-devel
superlu-gnu-hpc-doc
superlu-gnu-hpc-examples
superlu_5_2_1-gnu-hpc-devel
superlu_5_2_1-gnu-hpc-doc
superlu_5_2_1-gnu-hpc-examples

Change Logs

* Thu Feb 14 2019 Jan Engelhardt <jengelh@inai.de>
- Fix the package group fix.
* Sun Feb 10 2019 Egbert Eich <eich@suse.com>
- Fix dependencies.
- Fix %%post and %%postun scripts for HPC.
- Fix HPC modulefile.
- Fix package groups.
- Generate and add pkgconfig files.
* Fri Feb 08 2019 eich@suse.com
- Set default module version correctly when installing
  master package, unset when deinstalling the default library
  package.
- make example make.inc work with non-HPC builds as well.
* Fri Feb 08 2019 Antoine Ginies <aginies@suse.com>
- Add superlu-examples_Makefile_remove_itersol.patch
    superlu-make.linux.patch:
  get a buildable examples test suite (bsc#1124765)
  fixing Makefile
  adding missing make.inc
* Tue Jan 22 2019 eich@suse.com
- Disable HPC builds for ring testing on Factory submissions.
* Mon Jan 21 2019 eich@suse.com
- Fix a word in a comment.
- Remove some colloquialism from a package description.
* Fri Jan 18 2019 eich@suse.com
- Reenable ldconfig in %post and %postun for HPC but don't let it
  update the cache: this would be pointless for libraries in
  non-standard locations.
* Thu Jan 10 2019 eich@suse.com
- Moved HPC module from devel to library package.
- Modified summary for devel package.
* Fri Oct 26 2018 eich@suse.com
- Add environment module support for HPC.
  * create baselib.conf on the fly.
- Add superlu-5.2-make.patch:
  add compiler and build flags in make.inc.
- Separate off documentation and examples to separate packages.
* Tue Jun 14 2016 badshah400@gmail.com
- Use system blas by passing the cmake option
  - DUSE_XSDK_DEFAULTS='TRUE'.
- Disable building tests for now because they have linking issues.
- Use cmake macros wherever appropriate.
- A minimum of cmake >= 2.8.12 is required for building.
* Sun May 29 2016 foss@grueninger.de
- Update to SuperLU 5.2.1
- Switch to CMake as build-system
- Drop superlu-4.3-disable-hsl.patch as CMake is now used
- Update to latest SuperLU User Guide
- superlu-4.3.diff, superlu-4.3-remove-hsl.patch: removed
- superlu-5.2-remove-mc64ad.patch: new, routine was removed
* Wed Jul 29 2015 dimstar@opensuse.org
- Add baselibs.conf: build libsuperlu4-32bit, as needed by
  libarmadillo.
* Tue Jan 15 2013 scorot@free.fr
- repackage original source tarball in order to remove the
  HSL mc64ad routine that caonnt be redistributed bnc#796236
- add README.SUSE file in the %%doci in order to explain
  that change
* Tue Jan 08 2013 scorot@free.fr
- add patch superlu-4.3-disable-hsl.patch in order to disable HSL
  code from the library
- update patch superlu-4.3.diff so that test routines are run
  against the  shared library
- build tests routines in %%check section
* Tue Dec 18 2012 scorot@free.fr
- Update to SuperLU 4.3:
  * Remove recursive DFS for postordering elimination tree in
    sp_coletree.c (The nonrecursive routine nr_etdfs() was
    contributed by Cedric Doucet, CEDRAT Group, Meylan, France.)
  * Make supermatrix.h the same for all three libraries
  * Include an on-line HTML documentation for the source code
  * Corrected backward error BERR formula when a component of the
    RHS and the residual are exactly zero
  * Change parameter "delta" to genmmd() from 1 to 0 in get_perm_c
    remove "static" declaration in EXAMPLE/xlinsolx*.c
  * Include threshold-based incomplete factorization (ILU)
  * Removed the static global variables so that it is thread-safe.
  * Make superlu_options_t{} structure and enum constants the same
    for both superlu & superlu_dist.
  * Replace qsort by "quick select" (qselect) in ILU's secondary
    dropping.
  * Replace mc64ad.f by mc64ad.c using f2c.
  * Bug fixes in ilu_sdrop_row.c.
  * Bug fixes in xgsisx.c, so that when mc64 permutation is used
    in ILU, the right-hand side is permuted properly.
  * Add parameter #7 in sp_ienv(), setting as the maxsuper for ILU
    code (smaller than parameter #3).
  * Update Users Guide.
  * Update doxygen code documentation.
  * Fix a bug in ILU driver routine dgsisx.c, so that on return,
    the initial row permutation is combined with perm_r[] from
    partial pivoting.
  * Modify 2 ILU examples: EXAMPLE/ditersol.c, EXAMPLE/ditersol1.c
  * Update superlu_timer.c
- Remove unneeded patches
  + superlu-overflow.patch : Applied upstream
  + superlu-initialize.diff : Applied upstream
  + superlu-undef-code.diff : Applied upstream
- Updated patches
  + superlu-4.3.diff
  + superlu-4.3-include.patch
  + superlu-4.3-dont-opt-away.diff
- Build shared libraries
- Put shared libs and devel files in separate packages
- Use rpm macros instead of plain directory names
- Add %%ckeck
- Update documentation file %%source1 and put html and examples
  files in %%doc
- Spec file reformating
* Sun Jan 29 2012 jengelh@medozas.de
- Remove redundant tags/sections per specfile guideline suggestions
- Parallel building using %_smp_mflags
* Thu Jun 22 2006 ro@suse.de
- remove selfprovides
* Mon Mar 27 2006 garloff@suse.de
- superlu-undef-code.diff: Fix undefined code (#160443).
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Dec 22 2005 garloff@suse.de
- Install header files into /usr/include/superlu/
- Update User Guide.