52 Commits

Author SHA256 Message Date
9ed8014a29 Accepting request 1317151 from home:Andreas_Schwab:Factory
- Replace ungrammatical command with lua script to generate commands for
  unpacking test sources

OBS-URL: https://build.opensuse.org/request/show/1317151
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=67
2025-11-17 07:37:33 +00:00
9481f93af9 Accepting request 1312865 from home:mathletic:branches:science
- Update to 7.11.0
  * LAGraph v1.2: many new experimental algorithms, LAGraph_Random in src/
  * GraphBLAS v10.1.1: risc-V vectorization, GRAPHBLAS_VANILLA (optional;
    to disable GxB extensions), and workaround for gcc compiler bug on
    Power and s390x processors.

OBS-URL: https://build.opensuse.org/request/show/1312865
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=65
2025-10-22 08:32:33 +00:00
b4bfde7ad1 Accepting request 1283999 from home:ayankov:branches:science
- Update to 7.10.3. Changes from 7.10.1:
  * SuiteSparse_config: do not print info about the BLAS if no BLAS used,
    in the cmake build script.  
  * GraphBLAS: cmake revisions and 2 bug fixes
  * revised CI rules on github
  * CAMD: minor typo in Makefile, for demos 
  * GraphBLAS v10.0.3: performance of setElement.  Update to xxHash and
    cpu_features.  Octave interface updated for the Mac.
  * CHOLMOD 5.3.2: use CUDA as linker, if applicable
  * SuiteSparse_config 7.10.2: allow the installer to compile without
    the BLAS.

OBS-URL: https://build.opensuse.org/request/show/1283999
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=63
2025-06-09 08:10:37 +00:00
ea573cc3a2 Accepting request 1283654 from home:bmwiedemann:branches:science
Don't record number of cores into .src.rpm - for reproducible builds (boo#1237231)

OBS-URL: https://build.opensuse.org/request/show/1283654
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=62
2025-06-07 11:30:14 +00:00
976ac487ce Accepting request 1255457 from home:mathletic:branches:science
- update to version 7.10.1
  * GraphBLAS v10.0.1: bug fix, when using user-defined monoids
    in GrB_mxm
- update to version 7.10
  * GraphBLAS v10.0.0: major upgrade, now supporting 32-bit/
    64-bit integer indices.
- update to version 7.9
  * GraphBLAS v9.4.5: Added the GxB_IndexBinaryOp.
    Added new JIT kernels.

OBS-URL: https://build.opensuse.org/request/show/1255457
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=60
2025-03-24 06:45:59 +00:00
552e5dd2be Accepting request 1248124 from home:jengelh:branches:science
- Modernize specfile

OBS-URL: https://build.opensuse.org/request/show/1248124
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=58
2025-02-24 13:09:31 +00:00
8646bd5c18 Accepting request 1218516 from home:mathletic:branches:science
- update to version 7.8.3
  * ParU 1.0.0: first stable release. No change since last version
- update to version 7.8.2
  * LAGraph 1.1.4: bug fix for LAGraph_MMWrite when matrix is dense
- update to version 7.8.1
  * GraphBLAS 9.3.1: bug fix in creation of JIT package
- update to version 7.8.0
  * ParU 0.2.0: many changes; nearing a stable release.
  * CHOLMOD 5.3.0: added cholmod_query, and #define's in cholmod.h,
    to query which Modules and features have been configured.
- update to version 7.7.0
  * SPEX 3.1.0: major revision to API, new methods.
    Added SPEX_Cholesky, SPEX_Backslash, and python interface.
  * Example 1.7.0: revised for change in SPEX API
  * GraphBLAS 9.1.0: revised defn of C11 complex type, bug fix
  * CXSparse 4.4.0: revise malloc/calloc/realloc/free wrappers
- update to version 7.6.1
  * GraphBLAS 9.0.3: performance bug fix (JIT kernels were not
    compiled with OpenMP, since v8.3.1), and fix to Makefile
    ("make static")
- update to version 7.6.0
  * CHOLMOD 5.2.0: bug fix (restore ABI compatibility with 5.0.x,
    i.e., 5.2.0 is ABI incompatible to 5.1.x)
  * SPQR 4.3.2: remove unused parameters

OBS-URL: https://build.opensuse.org/request/show/1218516
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=56
2024-10-29 07:16:22 +00:00
2eb5eba05e Accepting request 1145600 from home:uncomfyhalomacro:branches:science
- Cleanup specfile
  * Inform that keep-mongoose-test-sources.patch is not for upstream
  * Inform that the python file is for convenience for fetching test
    sources. See README-suse-maintenance.md.
- Set up cmake options just once -- during %build alone.
- Drop usage of cmake internal macros when specifying install
  paths.
- CMake >= 3.22 is now required for build; this automatically
  drops support for openSUSE < 1650 (i.e. Leap 15.x).
- Drop conditionals for old unsupported distro versions, they
  cannot support builds on account of the previous change anyway.
- Drop use of '-ffat-lto-objects' when building with LTO: this is
  only needed for static libs, not built here.
- Only unset MALLOC_* when LTO is being used.
- Use once consistent version for all libraries, set to source
  tarball.
- Drop more than five-year old Obsoletes/Provides; developers
  should use pkgconfig based (Build)Requires or directly use
  %{name}-devel.
- Drop suitesparse-rpmlintrc and make -doc packages noarch.
- Update to version 7.5.1 (boo#1208165):
  * SuiteSparse_config: bug fix to SUITESPARSE__VERCODE macro.
  * Example 1.6.1: add tests for *__VERSION macros.
- Changes introduced since 7.5.0:
  * Suitesparse_config: 7.5.0, to reflect the addition of
    GraphBLAS 9.0.0.
  * Minor updates to build system, including bug fixes when
    specifying a specific BLAS/LAPACK library, and configuration
    of *.pc files.
  * GraphBLAS 9.0.0: supporting the v2.1 C API; see
    https://github.com/GraphBLAS/graphblas-api-c
  * Example 1.6.0: using GraphBLAS 9.0.0 and SuiteSparse_config
    7.5.0,
  * Remove explicit dependencies on OpenMP, libm, GMP, and MPFR.
  * Add programs to test the *Config.cmake of each package.
  * All other packages (except CSparse): minor updates to build
    system.
  * Package versions in this release:
    - SuiteSparse_config 7.5.0
    - AMD 3.3.1
    - BTF 2.3.1
    - CAMD 3.3.1
    - CCOLAMD 3.3.1
    - CHOLMOD 5.1.1
    - COLAMD 3.3.1
    - CSparse 4.3.0 (unchanged from SuiteSparse 7.4.0)
    - CXSparse 4.3.1
    - Example 1.6.0
    - GraphBLAS 9.0.0
    - KLU 2.3.1
    - LDL 3.3.1
    - LAGraph 1.1.1
    - SuiteSparse_Mongoose 3.3.1
    - ParU 0.1.1
    - RBio 4.3.1
    - SPEX 2.3.1
    - SPQR 4.3.1
    - UMFPACK 6.3.1
- Changes introduced since 7.4.0:
  * Major change to build system:
    - Includes a top-level CMakeLists.txt that builds all
      packages.
    - Support for pkg-config.
  * LAGraph 1.1.0: new package: graph algorithms based on
    GraphBLAS
  * ParU 0.1.0: new package: parallel unsymmetric multifrontal
    method.
  * CHOLMOD 5.1.0: full support for sparse single precision
    matrices, bug fixes in the GPU Module.
  * AMD 3.3.0: minor change for CHOLMOD 5.1.0 tests
  * CAMD 3.3.0: minor change for CHOLMOD 5.1.0 tests
  * SuiteSparse_config 7.4.0: added wrappers for single-precision
    BLAS/LAPACK, added SUITESPARSE_TIME macro.
  * *_version: added methods to all package that didn't have them:
    AMD, CAMD, COLAMD, CCOLAMD, BTF, CSparse, CXSparse, KLU, BTF,
    RBio, SPEX, SPQR, and UMFPACK.
- Add new subpackage suitesparse_mongoose, an executable for
  Mongoose.
- Specfile now runs patchelf for broken RPATHs.
- Add keep-mongoose-test-sources.patch. This avoids test sources
  getting deleted.
- Remove not needed patchsets:
  * build_csparse_shared.patch
  * bnc775418-enable-SuiteSparse_time-symbol.patch
- Use BLAS environment variable when choosing over -lopenblas
  and -lblas
- Add list-mongoose-test-sources.py: a helper script to list
  matrix ids mentioned in the test step of the build of Mongoose's
  CMakeLists.txt
- Add new test tarballs for mongoose from
  list-mongoose-test-sources.py:
  * 1138_bus.tar.gz
  * 494_bus.tar.gz
  * 662_bus.tar.gz
  * 685_bus.tar.gz
  * arc130.tar.gz
  * ash292.tar.gz
  * ash85.tar.gz
  * bcspwr01.tar.gz
  * bcspwr02.tar.gz
  * bcspwr03.tar.gz
  * bcspwr09.tar.gz
  * bcsstk17.tar.gz
  * bcsstm02.tar.gz
  * jagmesh7.tar.gz
  * lnsp3937.tar.gz
  * lshp3466.tar.gz
  * sherman1.tar.gz
  * sstmodel.tar.gz
  * crystm01.tar.gz
  * msc04515.tar.gz
  * G42.tar.gz
  * nasa4704.tar.gz
  * fxm3_6.tar.gz
  * net25.tar.gz
  * LF10000.tar.gz
  * Erdos992.tar.gz
  * USpowerGrid.tar.gz
  * yeast.tar.gz
  * c-38.tar.gz
  * c-43.tar.gz
  * minnesota.tar.gz
  * netscience.tar.gz
  * netz4504.tar.gz
  * delaunay_n13.tar.gz
  * tx2010.tar.gz
- _constraints: Increase disk size to 40G
- Add README-suse-maintenance.md

OBS-URL: https://build.opensuse.org/request/show/1145600
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=54
2024-02-14 08:33:12 +00:00
67ab0f6e4f Accepting request 1083042 from home:david.anes:branches:science
- Adjust licenses in SPEC files (bsc#1210879)

OBS-URL: https://build.opensuse.org/request/show/1083042
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=52
2023-04-26 15:01:41 +00:00
d253dcdd0a Accepting request 1039162 from openSUSE:Factory:RISCV
- Update constraints for riscv64

OBS-URL: https://build.opensuse.org/request/show/1039162
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=49
2022-11-30 17:18:28 +00:00
9769925df2 Accepting request 1001819 from home:mathletic:branches:science
- update to 5.13.0
  * GraphBLAS v7.2.0:  see GraphBLAS/Doc/ChangeLog for details.
    - performance:  more compact serialization (ZSTD added, now the
        default compression method).
    - MATLAB interface: faster linear indexing, reshape, bandwidth,
        istril, istriu, isbanded, isdiag.  C(I,J)=A can now grow the
        size of C.
    - features: reshape methods, cube root operator, isStoredElement
    - bugs: a minor bug; user-defined types were incorrectly limited to
        128 bytes in size in v7.0.3.
- remove unused rules from rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/1001819
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=47
2022-09-08 12:08:43 +00:00
fd0ba4af93 Accepting request 969909 from home:david.anes:branches:science
- update to 5.12.0:
  * GraphBLAS v7.0.3:  see GraphBLAS/Doc/ChangeLog for details.
    - performance: GrB_mxm, GrB_assign, and transpose
    - bug fix: vector iterator for bitmap
    - revised ACM TOMS submission: Doc/toms_parallel_grb2.pdf
    - spec bug: GrB_Matrix_diag was implemented incorrectly,
        thus requiring a version v7.x

OBS-URL: https://build.opensuse.org/request/show/969909
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=45
2022-04-13 16:13:13 +00:00
b215fa286e 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
38f2e18188 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
357a8a9e43 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
89d5edb332 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
4e9e3fd70b 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
8f983bfb35 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
0579af3495 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
dc7403dbaf 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
bf43cedb8e 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
cdfd96043a 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
5d876bb97a 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
328d0e22de 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
Ana Guerrero
70a5aed018 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
56f280bb44 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
bc4f8336f7 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
453e8417e5 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
18481e9605 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
Ana Guerrero
ec890b2d59 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
bfd39f11d8 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
Todd R
53f20fd428 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
Todd R
ebda54c74e 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
1c94836571 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
3664334b6a 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
2f3f65638c 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
ec171cc253 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
983dde3b15 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
15647d6745 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
970fc0e01c 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
e9f531be68 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
9284c20494 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
acdc444c6a Accepting request 260584 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/260584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=14
2014-11-15 10:44:30 +00:00
Stephan Kulow
ca1097b9f1 Accepting request 258058 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/258058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=13
2014-10-29 20:08:52 +00:00
Stephan Kulow
9a1a9c1f51 Accepting request 238385 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/238385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=11
2014-06-25 13:24:04 +00:00
Stephan Kulow
f647cbaf30 Accepting request 206459 from devel:libraries:c_c++
- Update to version 4.2.1
  + no changelog available
- Fix Groups to respect new standards (forwarded request 206446 from posophe)

OBS-URL: https://build.opensuse.org/request/show/206459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=10
2013-11-12 10:41:53 +00:00
Stephan Kulow
6d36d8f053 Accepting request 140032 from devel:libraries:c_c++
- shlib naming: libsuitesparseconfig-4_0_2, not -4.0.2 (forwarded request 140009 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/140032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=7
2012-11-03 20:31:36 +00:00
Stephan Kulow
3395bd70e1 Accepting request 131705 from devel:libraries:c_c++
%build is expanded, also in comments, so the % needs to be escaped. This caused a failure on Fedora builds (forwarded request 131473 from MargueriteSu)

OBS-URL: https://build.opensuse.org/request/show/131705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=6
2012-08-27 15:13:01 +00:00
Ismail Dönmez
74909e312b Accepting request 131025 from devel:libraries:c_c++
fix bnc#775418: SuiteSparse does not ship library which contains the symbol SuiteSparse_time. because we miss to package libsuitesparseconfig. and bnc#746867 cholmod from suitesparse should be GPL-2.0 and/or LGPL-2.0 licensed (forwarded request 131023 from MargueriteSu)

OBS-URL: https://build.opensuse.org/request/show/131025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=5
2012-08-26 09:35:10 +00:00
Stephan Kulow
3591954b83 Accepting request 129496 from devel:libraries:c_c++
version update (forwarded request 129495 from MargueriteSu)

OBS-URL: https://build.opensuse.org/request/show/129496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=4
2012-08-04 11:32:00 +00:00