Accepting request 674901 from home:jengelh:branches:science
- Fix the package group fix. OBS-URL: https://build.opensuse.org/request/show/674901 OBS-URL: https://build.opensuse.org/package/show/science/superlu?expand=0&rev=20
This commit is contained in:
parent
fd120cba19
commit
288e2b890f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 14 09:16:02 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Fix the package group fix.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 10 23:11:37 UTC 2019 - Egbert Eich <eich@suse.com>
|
Sun Feb 10 23:11:37 UTC 2019 - Egbert Eich <eich@suse.com>
|
||||||
|
|
||||||
@ -87,7 +92,7 @@ Tue Jan 15 21:14:51 UTC 2013 - scorot@free.fr
|
|||||||
|
|
||||||
- repackage original source tarball in order to remove the
|
- repackage original source tarball in order to remove the
|
||||||
HSL mc64ad routine that caonnt be redistributed bnc#796236
|
HSL mc64ad routine that caonnt be redistributed bnc#796236
|
||||||
- add README.SUSE file in the %%doci in order to explain
|
- add README.SUSE file in the %%doci in order to explain
|
||||||
that change
|
that change
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -118,14 +123,14 @@ Tue Dec 18 22:21:27 UTC 2012 - scorot@free.fr
|
|||||||
for both superlu & superlu_dist.
|
for both superlu & superlu_dist.
|
||||||
* Replace qsort by "quick select" (qselect) in ILU's secondary
|
* Replace qsort by "quick select" (qselect) in ILU's secondary
|
||||||
dropping.
|
dropping.
|
||||||
* Replace mc64ad.f by mc64ad.c using f2c.
|
* Replace mc64ad.f by mc64ad.c using f2c.
|
||||||
* Bug fixes in ilu_sdrop_row.c.
|
* Bug fixes in ilu_sdrop_row.c.
|
||||||
* Bug fixes in xgsisx.c, so that when mc64 permutation is used
|
* Bug fixes in xgsisx.c, so that when mc64 permutation is used
|
||||||
in ILU, the right-hand side is permuted properly.
|
in ILU, the right-hand side is permuted properly.
|
||||||
* Add parameter #7 in sp_ienv(), setting as the maxsuper for ILU
|
* Add parameter #7 in sp_ienv(), setting as the maxsuper for ILU
|
||||||
code (smaller than parameter #3).
|
code (smaller than parameter #3).
|
||||||
* Update Users Guide.
|
* Update Users Guide.
|
||||||
* Update doxygen code documentation.
|
* Update doxygen code documentation.
|
||||||
* Fix a bug in ILU driver routine dgsisx.c, so that on return,
|
* Fix a bug in ILU driver routine dgsisx.c, so that on return,
|
||||||
the initial row permutation is combined with perm_r[] from
|
the initial row permutation is combined with perm_r[] from
|
||||||
partial pivoting.
|
partial pivoting.
|
||||||
@ -145,7 +150,7 @@ Tue Dec 18 22:21:27 UTC 2012 - scorot@free.fr
|
|||||||
- Add %%ckeck
|
- Add %%ckeck
|
||||||
- Update documentation file %%source1 and put html and examples
|
- Update documentation file %%source1 and put html and examples
|
||||||
files in %%doc
|
files in %%doc
|
||||||
- Spec file reformating
|
- Spec file reformating
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 29 01:48:27 UTC 2012 - jengelh@medozas.de
|
Sun Jan 29 01:48:27 UTC 2012 - jengelh@medozas.de
|
||||||
@ -156,7 +161,7 @@ Sun Jan 29 01:48:27 UTC 2012 - jengelh@medozas.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 22 18:18:46 CEST 2006 - ro@suse.de
|
Thu Jun 22 18:18:46 CEST 2006 - ro@suse.de
|
||||||
|
|
||||||
- remove selfprovides
|
- remove selfprovides
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 27 02:23:29 CEST 2006 - garloff@suse.de
|
Mon Mar 27 02:23:29 CEST 2006 - garloff@suse.de
|
||||||
@ -185,15 +190,15 @@ Wed Dec 21 13:33:20 CET 2005 - garloff@suse.de
|
|||||||
Wed Dec 21 02:17:35 CET 2005 - garloff@suse.de
|
Wed Dec 21 02:17:35 CET 2005 - garloff@suse.de
|
||||||
|
|
||||||
- Update to SuperLU-3.0: [#133821]
|
- Update to SuperLU-3.0: [#133821]
|
||||||
* Added "options" input argument and "stat" output argument
|
* Added "options" input argument and "stat" output argument
|
||||||
for the driver routines
|
for the driver routines
|
||||||
* More Examples
|
* More Examples
|
||||||
* Added a "symmetric mode" for (nearly) symmetric matrices
|
* Added a "symmetric mode" for (nearly) symmetric matrices
|
||||||
* Better Fortran interface.
|
* Better Fortran interface.
|
||||||
* fixed a bug in the complex drivers sgssvx/zgssvx when the
|
* fixed a bug in the complex drivers sgssvx/zgssvx when the
|
||||||
input matrix is stored in compressed row format.
|
input matrix is stored in compressed row format.
|
||||||
* prefixed the header files by "slu_".
|
* prefixed the header files by "slu_".
|
||||||
* Fixed a memory leak in get_perm_c() when bnz=0.
|
* Fixed a memory leak in get_perm_c() when bnz=0.
|
||||||
* Changed "abs" to "fabs" in izmax1.
|
* Changed "abs" to "fabs" in izmax1.
|
||||||
* Upgraded COLAMD to the latest version (2.3).15
|
* Upgraded COLAMD to the latest version (2.3).15
|
||||||
- Add various declarations and #include statements
|
- Add various declarations and #include statements
|
||||||
@ -203,12 +208,12 @@ Wed Dec 21 02:17:35 CET 2005 - garloff@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 25 14:20:00 CET 2005 - yxu@suse.de
|
Fri Nov 25 14:20:00 CET 2005 - yxu@suse.de
|
||||||
|
|
||||||
- add missing function prototypes
|
- add missing function prototypes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 15 13:42:23 CET 2005 - dmueller@suse.de
|
Tue Nov 15 13:42:23 CET 2005 - dmueller@suse.de
|
||||||
|
|
||||||
- avoid an endless loop during building (#133820)
|
- avoid an endless loop during building (#133820)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 9 17:24:12 CEST 2005 - meissner@suse.de
|
Mon May 9 17:24:12 CEST 2005 - meissner@suse.de
|
||||||
@ -218,7 +223,7 @@ Mon May 9 17:24:12 CEST 2005 - meissner@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 20 02:58:44 CET 2004 - garloff@suse.de
|
Mon Dec 20 02:58:44 CET 2004 - garloff@suse.de
|
||||||
|
|
||||||
- Pass $(RPM_OPT_FLAGS) -Os -fPIC for files that don't need to be
|
- Pass $(RPM_OPT_FLAGS) -Os -fPIC for files that don't need to be
|
||||||
optimized.
|
optimized.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -289,7 +294,7 @@ Fri Apr 19 20:17:23 MEST 2002 - garloff@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 10 01:49:54 CEST 2002 - ro@suse.de
|
Wed Apr 10 01:49:54 CEST 2002 - ro@suse.de
|
||||||
|
|
||||||
- fix owner for README.SuperLU
|
- fix owner for README.SuperLU
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 7 22:12:27 CEST 2000 - garloff@suse.de
|
Mon Aug 7 22:12:27 CEST 2000 - garloff@suse.de
|
||||||
@ -310,4 +315,3 @@ Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
|||||||
Wed Sep 1 00:21:25 CEST 1999 - garloff@suse.de
|
Wed Sep 1 00:21:25 CEST 1999 - garloff@suse.de
|
||||||
|
|
||||||
- First creation of package.
|
- First creation of package.
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ Patch0: superlu-5.2-make.patch
|
|||||||
Patch1: superlu-4.3-include.patch
|
Patch1: superlu-4.3-include.patch
|
||||||
# PATCH-FIX-UPSTREAM superlu-4.3-dont-opt-away.diff
|
# PATCH-FIX-UPSTREAM superlu-4.3-dont-opt-away.diff
|
||||||
Patch2: superlu-4.3-dont-opt-away.diff
|
Patch2: superlu-4.3-dont-opt-away.diff
|
||||||
# PATCH-FIX-OPENSUSE superlu-5.2-remove-mc64ad.patch [bnc#796236]
|
# PATCH-FIX-OPENSUSE superlu-5.2-remove-mc64ad.patch [bnc#796236]
|
||||||
# The Harwell Subroutine Library (HSL) routine mc64ad.c have been removed
|
# The Harwell Subroutine Library (HSL) routine mc64ad.c have been removed
|
||||||
# from the original sources for legal reasons. This patch disables the inclusion of
|
# from the original sources for legal reasons. This patch disables the inclusion of
|
||||||
# this routine in the library which, however, remains fully functional
|
# this routine in the library which, however, remains fully functional
|
||||||
@ -105,7 +105,7 @@ http://www.netlib.org.
|
|||||||
|
|
||||||
%package -n %libname
|
%package -n %libname
|
||||||
Summary: SuperLU matrix solver
|
Summary: SuperLU matrix solver
|
||||||
Group: Productivity/Scientific/Math
|
Group: System/Libraries
|
||||||
%if %{with hpc}
|
%if %{with hpc}
|
||||||
Requires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc
|
Requires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc
|
||||||
Requires: lua-lmod >= 7.6.1
|
Requires: lua-lmod >= 7.6.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user