Commit Graph

60 Commits

Author SHA256 Message Date
Dominique Leuenberger
1f87de7276 Accepting request 962144 from science
OBS-URL: https://build.opensuse.org/request/show/962144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=41
2022-03-18 15:41:27 +00:00
David Anes
6810061a44 Accepting request 962096 from home:david.anes:branches:science
- Fix bundled library versions:
  * libmongoose: 2.0.3 -> 2.0.4
  * libspqr: 2.0.9 -> 2.1.0
  * libumfpack: 5.7.8 -> 5.7.9 
- Update to 5.11.0:
  * GraphBLAS v6.2.5: see GraphBLAS/Doc/ChangeLog for changes.
    Primary ones highlighted here:
    - v2.0 API: v6.x complies with the v2.0 C API of the GraphBLAS Spec.
        Note that GrB_wait, GrB_Info are now different than in the v1.3
        C API Specification (and in v5.x of SuiteSparse:GraphBLAS).
    - GxB_Iterator: to iterate over rows/cols/entries of a matrix or vector
    - GxB_eWiseUnion: like eWiseAdd but with the op always applied
    - GxB_Matrix/Vector_sort: to sort the vectors of a matrix
    - better performance: for sparse-times-dense and dense-times-sparse,
        in particular; also other cases for GrB_mxm, up to 10x faster.
    - Apple Silicon: port @GrB to Octave 7 (thanks to Gabor Szarnyas)
    - added cpu_features: by Google
    - added LZ4/LZ4HC: compression library, http://www.lz4.org (BSD 2),
        v1.9.3, Copyright (c) 2011-2016, Yann Collet, All Rights Reserved.
    - iso-valued matrices and vectors: to exploit the common case of
        an unweighted graph
    - bug fixes: 4 bugs fixed since SuiteSparse 5.10.1 with 
        GraphBLAS v5.0.5.  12 other bugs appeared in the interim but
        appeared in versions after v5.0.5 but fixed before ever
        affecting SuiteSparse itself.

OBS-URL: https://build.opensuse.org/request/show/962096
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=43
2022-03-16 11:41:30 +00:00
Dominique Leuenberger
520ff28f18 Accepting request 957638 from science
OBS-URL: https://build.opensuse.org/request/show/957638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=40
2022-02-26 16:01:50 +00:00
David Anes
21ee275754 Accepting request 957375 from home:dirkmueller:Factory
- build parallel to reduce build time by ~ 30%

OBS-URL: https://build.opensuse.org/request/show/957375
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=42
2022-02-25 17:42:29 +00:00
Richard Brown
014f35bb58 Accepting request 910448 from science
OBS-URL: https://build.opensuse.org/request/show/910448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=39
2021-08-11 09:47:03 +00:00
a582593690 Accepting request 910273 from home:Guillaume_G:branches:science
- Use asimdrdm CPU flag for aarch64 to select only more powerful
  buildhosts to avoid hanging builds.

OBS-URL: https://build.opensuse.org/request/show/910273
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=41
2021-08-06 08:41:17 +00:00
Dominique Leuenberger
c7fac780c7 Accepting request 908849 from science
OBS-URL: https://build.opensuse.org/request/show/908849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=38
2021-08-02 10:04:44 +00:00
a9b78c9e74 Accepting request 908429 from openSUSE:Factory:RISCV
- Enable openblas on riscv64

OBS-URL: https://build.opensuse.org/request/show/908429
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=40
2021-07-28 10:24:39 +00:00
Dominique Leuenberger
df2d401d9a Accepting request 896629 from science
OBS-URL: https://build.opensuse.org/request/show/896629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=37
2021-06-05 21:30:50 +00:00
d9bbf888e9 Accepting request 895596 from home:mathletic:branches:science
- Update to version 5.10.1
- Drop disable-Wmisleading-indentation.patch which is no longer
  required due to an upstream fix

OBS-URL: https://build.opensuse.org/request/show/895596
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=38
2021-06-01 09:23:21 +00:00
Dominique Leuenberger
a879565b6d Accepting request 895299 from science
OBS-URL: https://build.opensuse.org/request/show/895299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=36
2021-06-01 08:32:56 +00:00
fdd99d5bc2 Accepting request 894476 from home:mathletic:branches:science
Update to version 5.10.0
  * GraphBLAS upgraded to 5.0.4: many new features, much faster
    performance

OBS-URL: https://build.opensuse.org/request/show/894476
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=36
2021-05-25 08:17:20 +00:00
Dominique Leuenberger
3796b9e2cc Accepting request 885367 from science
OBS-URL: https://build.opensuse.org/request/show/885367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=35
2021-04-22 16:03:21 +00:00
Dirk Stoecker
239094eefb Accepting request 885361 from home:marxin:branches:science
- Add disable-Wmisleading-indentation.patch as a temporary workaround
  for https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/84
  that will be fixed in the next release (boo#1183575).

OBS-URL: https://build.opensuse.org/request/show/885361
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=34
2021-04-14 13:29:08 +00:00
Richard Brown
f4b63d9cb4 Accepting request 879447 from science
OBS-URL: https://build.opensuse.org/request/show/879447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=34
2021-03-19 15:39:40 +00:00
Dirk Stoecker
740147ac1d Accepting request 879361 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Disable LTO on %arm as it consumes too much memory
- Update _constraints to avoid OOM

OBS-URL: https://build.opensuse.org/request/show/879361
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=32
2021-03-16 15:10:55 +00:00
Dominique Leuenberger
001b093b54 Accepting request 877805 from science
OBS-URL: https://build.opensuse.org/request/show/877805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=33
2021-03-11 19:07:08 +00:00
db36eee2df Accepting request 877496 from home:mathletic:branches:science
Update to SuiteSparse 5.9.0

OBS-URL: https://build.opensuse.org/request/show/877496
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=30
2021-03-08 20:36:38 +00:00
Dominique Leuenberger
f061122d95 Accepting request 830992 from science
OBS-URL: https://build.opensuse.org/request/show/830992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=32
2020-09-01 18:05:24 +00:00
Dirk Stoecker
49d134c4d6 Accepting request 830981 from home:pmonrealgonzalez:branches:science
- Update to SuiteSparse 5.8.1
    * SLIP_LU v1.0.2: resolved issue #51: build error with clang 10
    * GraphBLAS v3.3.3: bug fix (GraphBLAS issue #13)
    * SLIP_LU v1.0.1 added: for solving Ax=b exactly.  Requires
        the GNU GMP and MPRF libraries.
    * GraphBLAS v3.3.1: see the GraphBLAS/Doc/Changlog
    * replaced UFget with ssget: affects nearly all packages:
        UMFPACK, KLU, CHOLMOD, CXSparse/CSparse, etc,
        but their version numbers are left unchanged since it affects
        the MATLAB tests only, not the compiled libraries.
    * ssget v2.2.0: better URL redirects
    * updates to SuiteSparse build system

OBS-URL: https://build.opensuse.org/request/show/830981
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=28
2020-09-01 08:02:40 +00:00
Dirk Stoecker
bd0f110163 Accepting request 827732 from home:michel_mno:branches:science
- Call %limit_build macro in spec to avoid oom build failure
  for ppc64le and aarch64
- Add _constraints with default 5GB min physicalmemory
  and 7GB for ppc64/ppc64le

OBS-URL: https://build.opensuse.org/request/show/827732
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=27
2020-08-31 11:45:37 +00:00
Dominique Leuenberger
bea0beb0a3 Accepting request 787137 from science
OBS-URL: https://build.opensuse.org/request/show/787137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=31
2020-03-24 21:30:59 +00:00
Dmitry Roshchin
0fd9774c30 Accepting request 787135 from home:mathletic:branches:science
- Update to SuiteSparse 5.7.1
  * GraphBLAS 3.2.0: better performance, new ANY and PAIR operators,
    structural mask, GrB_DESC_* from 1.3 C API Specification.
  * CHOLMOD 3.0.14: minor update to cholmod_check to print a matrix

OBS-URL: https://build.opensuse.org/request/show/787135
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=25
2020-03-21 13:27:21 +00:00
Dominique Leuenberger
46d7d116f1 Accepting request 745747 from science
OBS-URL: https://build.opensuse.org/request/show/745747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=30
2019-11-11 11:57:25 +00:00
Ana Guerrero
059c6199c2 Accepting request 745711 from home:anag:branches:science
- Update URL and Source to use GitHub.

OBS-URL: https://build.opensuse.org/request/show/745711
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=23
2019-11-06 09:18:25 +00:00
Ana Guerrero
b3a4dceb37 Accepting request 744331 from home:mathletic:branches:science
- Update to SuiteSparse 5.6.0
  *GraphBlas 3.1.1: with OpenMP parallelism, and MATLAB interface

OBS-URL: https://build.opensuse.org/request/show/744331
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=22
2019-11-05 08:48:31 +00:00
Dominique Leuenberger
1f4fa09a15 Accepting request 720974 from science
OBS-URL: https://build.opensuse.org/request/show/720974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=29
2019-09-05 10:07:18 +00:00
8f02195e12 Accepting request 720913 from home:marxin:static
- Use FAT LTO objects in order to provide proper static library.

OBS-URL: https://build.opensuse.org/request/show/720913
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=20
2019-08-05 08:00:51 +00:00
Dominique Leuenberger
bf4b9db073 Accepting request 692034 from science
OBS-URL: https://build.opensuse.org/request/show/692034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=28
2019-04-08 18:51:15 +00:00
Dirk Stoecker
b9ab24193b Accepting request 692000 from home:jengelh:branches:science
- Trim future visions from descriptions.
They have a tendency not to materialize.

OBS-URL: https://build.opensuse.org/request/show/692000
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=18
2019-04-06 16:50:19 +00:00
d7fe3ed756 Accepting request 691616 from home:mathletic:branches:science
- Update to SuiteSparse 5.4.0
- doc packages for AMD, CAMD, KLU, LDL, and Mongoose.

OBS-URL: https://build.opensuse.org/request/show/691616
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=17
2019-04-05 14:11:30 +00:00
Dominique Leuenberger
a5044ee493 Accepting request 687139 from science
OBS-URL: https://build.opensuse.org/request/show/687139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=27
2019-03-22 13:51:29 +00:00
Ana Guerrero
951b9f398e Accepting request 687070 from home:StefanBruens:branches:science
- Remove openmpi BuildRequires, all SuiteSparse libraries are MPI
  agnostic.

OBS-URL: https://build.opensuse.org/request/show/687070
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=15
2019-03-21 08:13:07 +00:00
Dominique Leuenberger
5b1c40eb72 Accepting request 619222 from science
OBS-URL: https://build.opensuse.org/request/show/619222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=26
2018-07-04 21:50:06 +00:00
Stefan Brüns
f003ca8b64 Accepting request 619221 from home:StefanBruens:branches:science
Currently, octave is broken on Leap 42.3, as gcc-c++ >= 4.9 is not available (but gcc7-c++ is).
- Fix conditional to select the right gcc-c++ package, also for the
  devel subpackge

OBS-URL: https://build.opensuse.org/request/show/619221
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=13
2018-06-27 01:16:20 +00:00
Dominique Leuenberger
ad413391f3 Accepting request 610773 from science
OBS-URL: https://build.opensuse.org/request/show/610773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=25
2018-06-02 09:50:08 +00:00
Todd R
755ec5f5fc Accepting request 610547 from home:TheBlackCat:branches:science
- Update to SuiteSparse 5.2.0
- Use build-in build system instead of manually building everything
- Simplify spec file
- Add build_csparse_shared.patch to build CSparse as a shared library

OBS-URL: https://build.opensuse.org/request/show/610547
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=11
2018-05-20 15:51:10 +00:00
Dominique Leuenberger
8e333181bd Accepting request 580335 from science
OBS-URL: https://build.opensuse.org/request/show/580335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=24
2018-02-28 19:00:44 +00:00
Todd R
f5d4cfb124 Accepting request 576497 from home:Andreas_Schwab:Factory
- Make openblas optional, using lapack instead

OBS-URL: https://build.opensuse.org/request/show/576497
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=9
2018-02-26 19:51:41 +00:00
Dominique Leuenberger
1feeb31e0d Accepting request 534250 from science
1

OBS-URL: https://build.opensuse.org/request/show/534250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=23
2017-10-18 08:44:20 +00:00
Dmitry Roshchin
74f5b23a88 Accepting request 534228 from home:dimstar:Factory
- Fix csparselib define: libcsparse-%{csparseso}. This results in
  the (wrongly named) package libcsparsever-3_1_9 being renamed to
  libcsparse-3_1_9, matching the content of the package. The old
  name is, exceptionally, obsoleted by the new package name (not
  provided, as nothing but the -devel package should ever have
  referenced the package by name). The obsolete is guarded to no
  longer apply, should the version change.

OBS-URL: https://build.opensuse.org/request/show/534228
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=7
2017-10-16 15:01:24 +00:00
Dominique Leuenberger
b3ad24fa06 Accepting request 509638 from science
1

OBS-URL: https://build.opensuse.org/request/show/509638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=22
2017-07-21 20:35:38 +00:00
67f85633d5 Accepting request 509312 from home:jengelh:branches:science
- Fix RPM groups.
- Trim pointless trailing line whitespace from descriptions.
  % must be encoded as %%.
- Trim past-time history from suistesparse_config description.

OBS-URL: https://build.opensuse.org/request/show/509312
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=5
2017-07-12 07:10:43 +00:00
Dominique Leuenberger
b2dae4d55a Accepting request 503224 from science
1

OBS-URL: https://build.opensuse.org/request/show/503224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=21
2017-06-21 11:49:34 +00:00
Stephan Kulow
b2345f352b Accepting request 347583 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/347583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=20
2015-12-13 08:36:36 +00:00
Stephan Kulow
18c2253479 Accepting request 345152 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/345152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=19
2015-11-24 21:30:36 +00:00
Dominique Leuenberger
a46d569de7 Accepting request 333120 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/333120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=18
2015-10-01 10:21:52 +00:00
Dominique Leuenberger
613c17be27 Accepting request 293984 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/293984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=17
2015-04-07 07:28:21 +00:00
Dominique Leuenberger
e4d8ad1d6b Accepting request 283371 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/283371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=16
2015-01-30 16:46:17 +00:00
Stephan Kulow
dfda5d770e Accepting request 282184 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/282184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=15
2015-01-21 20:54:25 +00:00