Commit Graph

187 Commits

Author SHA256 Message Date
Dominique Leuenberger
721ac9a90a Accepting request 1190851 from science
- Duplicate all options passed to `make` also to `make install`:
  The openblas build output suggests this: 'Note that any flags
  passed to make during build should also be passed to make install
  to circumvent any install errors'.
  This also makes sure that minimum CPU requirement is set in
  the pkgconfig file is the same one as used for building.
  This helps to maintain a reproducible build (boo#1228177). (forwarded request 1190850 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1190851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=65
2024-08-02 15:25:25 +00:00
899e8c67a5 Accepting request 1190850 from home:eeich:branches:science
- Duplicate all options passed to `make` also to `make install`:
  The openblas build output suggests this: 'Note that any flags
  passed to make during build should also be passed to make install
  to circumvent any install errors'.
  This also makes sure that minimum CPU requirement is set in
  the pkgconfig file is the same one as used for building.
  This helps to maintain a reproducible build (boo#1228177).

OBS-URL: https://build.opensuse.org/request/show/1190850
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=182
2024-08-01 05:06:29 +00:00
Dominique Leuenberger
2408468be5 Accepting request 1190320 from science
- Make sure the minimum CPU requirement set in the pkgconfig (forwarded request 1190319 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1190320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=64
2024-07-30 09:53:50 +00:00
c24a92ea6e Accepting request 1190319 from home:eeich:branches:science
- Make sure the minimum CPU requirement set in the pkgconfig

OBS-URL: https://build.opensuse.org/request/show/1190319
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=180
2024-07-29 17:47:20 +00:00
3b559d14da Accepting request 1190198 from home:eeich:branches:science
- Make sure the minimum requirement mentioned in the pkgconfig
  file is the same one as used for building. This also helps
  to maintain a reproducible build (boo#1228177).

OBS-URL: https://build.opensuse.org/request/show/1190198
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=179
2024-07-29 10:00:24 +00:00
Ana Guerrero
bc97425007 Accepting request 1181635 from science
OBS-URL: https://build.opensuse.org/request/show/1181635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=63
2024-06-19 14:36:36 +00:00
b5d6abd000 - no-static.patch: do not link statically
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=177
2024-06-19 03:35:07 +00:00
Ana Guerrero
6c37e9059e Accepting request 1179612 from science
OBS-URL: https://build.opensuse.org/request/show/1179612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=62
2024-06-10 15:37:03 +00:00
f5d2341b57 Accepting request 1179598 from home:eeich:branches:science
- Update to version 0.3.27 (boo#1225869):
  General:
  * Added initial (generic) support for the `CSKY` architecture.
  * Capped the maximum number of threads used in `GEMM`, `GETRF`
    and `POTRF` to avoid creating underutilized or idle threads.
  * Sped up multithreaded `POTRF` on all platforms.
  * Added extension `openblas_set_num_threads_local()` that returns
    the previous thread count.
  * Re-evaluated the `SGEMV` and `DGEMV` load thresholds to avoid
    activating multithreading for too small workloads.
  * Improved the fallback code used when the precompiled number of
    threads is exceeded,  and made it callable multiple times
    during the lifetime of an instance.
  * Added CBLAS interfaces for the BLAS extensions `?AMIN`,`?AMAX`,
    `CAXPYC` and `ZAXPYC`.
  * Fixed a potential buffer overflow in the interface to the
    `GEMMT` kernels.
  * Fixed use of incompatible pointer types in `GEMMT` and
    `C`/`ZAXPBY` as flagged by GCC-14.
  * Fixed unwanted case sensitivity of the character parameters in
    `?TRTRS` sped up the OpenMP thread management code.
  * Fixed sizing of logical variables in `INTERFACE64` builds of
    the C version of LAPACK.
  * Fixed inclusion of new LAPACK and LAPACKE functions from
    LAPACK 3.11 in the shared library.
  * Modified the error thresholds for `SGS`/`DGS` functions in
    the LAPACK testsuite to suppress spurious errors.
  * Added support for calling ?NRM2 with a negative increment value
    on all architectures.
  * Fixed handling of the `OPENBLAS_LOOPS` variable in several

OBS-URL: https://build.opensuse.org/request/show/1179598
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=175
2024-06-10 06:46:37 +00:00
Ana Guerrero
7de1c526a3 Accepting request 1173654 from science
- Cleaned up changelog:
  * Added missing changes from 0.3.22 to 0.3.24 release.
  * Formated list of package changes in markdown format for easier
    conversion.
  * Dropped all entries that are irrelevant for SUSE or to
    users:
    - build related - in particular CMAKE
    - OS-related except Linux
    - related to compilers not supported on SUSE
    - related to architectures presently not supported on SUSE (forwarded request 1160107 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1173654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=61
2024-05-14 11:37:27 +00:00
92f8b96ec2 Accepting request 1160107 from home:eeich:branches:science
- Cleaned up changelog:
  * Added missing changes from 0.3.22 to 0.3.24 release.
  * Formated list of package changes in markdown format for easier
    conversion.
  * Dropped all entries that are irrelevant for SUSE or to
    users:
    - build related - in particular CMAKE
    - OS-related except Linux
    - related to compilers not supported on SUSE
    - related to architectures presently not supported on SUSE

OBS-URL: https://build.opensuse.org/request/show/1160107
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=173
2024-05-13 12:15:17 +00:00
b0b71280c4 - Remove incorrect change.
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=172
2024-05-13 12:13:44 +00:00
ebbb7f6e75 Accepting request 1172017 from home:AdaLovelace:branches:science
- Correct ifarch: s390x instead of s390

OBS-URL: https://build.opensuse.org/request/show/1172017
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=171
2024-05-06 05:52:53 +00:00
Dominique Leuenberger
9beac0d378 Accepting request 1153572 from science
Please stage together with https://build.opensuse.org/request/show/1153127!
Currently, openSUSE:Factory:Staging:E.

- Remove DYNAMIC_LIST for aarch64 for older gcc versions: This has
  been fixed upstream.

- Update to version 0.3.26:
  * General:
    - Improved the version of openblas.pc that is created by the
      CMAKE build.
    - Fixed a CMAKE-specific build problem on older versions of
      MacOS.
    - Worked around linking problems on old versions of MacOS.
    - Corrected installation location of the lapacke_mangling
      header in CMAKE builds.
    - Added type declarations for complex variables to the
      MSVC-specific parts of the LAPACK header.
    - Significantly sped up ?GESV for small problem sizes by
      introducing a lower bound for multithreading.
    - Imported additions and corrections from the Reference-LAPACK
      project:
      + Added new LAPACK functions for truncated QR with pivoting
        (Reference-LAPACK PRs 891&941).
      + Handle miscalculation of minimum work array size in corner
      	cases (Reference-LAPACK PR 942).
      + Fixed use of uninitialized variables in ?GEDMD and
      	improved inline documentation.
      + Fixed use of uninitialized variables (and consequential
      	failures) in ?BBCSD.
      + Added tests for the recently introduced Dynamic Mode
      	Decomposition functions.
      + Fixed several memory leaks in the LAPACK testsuite.
      + Fixed counting of testsuite results by the Python script.

OBS-URL: https://build.opensuse.org/request/show/1153572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=60
2024-03-03 19:18:32 +00:00
5a52d247ac Accepting request 1146764 from home:eeich:branches:science
- Remove DYNAMIC_LIST for aarch64 for older gcc versions: This has
  been fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/1146764
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=169
2024-02-15 09:39:12 +00:00
8d1ffef82e Accepting request 1140291 from home:eeich:branches:science
- Update to version 0.3.26:
  * General:
    - Improved the version of openblas.pc that is created by the
      CMAKE build.
    - Fixed a CMAKE-specific build problem on older versions of
      MacOS.
    - Worked around linking problems on old versions of MacOS.
    - Corrected installation location of the lapacke_mangling
      header in CMAKE builds.
    - Added type declarations for complex variables to the
      MSVC-specific parts of the LAPACK header.
    - Significantly sped up ?GESV for small problem sizes by
      introducing a lower bound for multithreading.
    - Imported additions and corrections from the Reference-LAPACK
      project:
      + Added new LAPACK functions for truncated QR with pivoting
        (Reference-LAPACK PRs 891&941).
      + Handle miscalculation of minimum work array size in corner
      	cases (Reference-LAPACK PR 942).
      + Fixed use of uninitialized variables in ?GEDMD and
      	improved inline documentation.
      + Fixed use of uninitialized variables (and consequential
      	failures) in ?BBCSD.
      + Added tests for the recently introduced Dynamic Mode
      	Decomposition functions.
      + Fixed several memory leaks in the LAPACK testsuite.
      + Fixed counting of testsuite results by the Python script.
  * x86-64:
    - Fixed computation of CASUM on SkylakeX and newer targets in
      the special case that AVX512 is not supported by the compiler

OBS-URL: https://build.opensuse.org/request/show/1140291
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=168
2024-01-21 13:20:55 +00:00
Ana Guerrero
a4d5b0f7c3 Accepting request 1134707 from science
OBS-URL: https://build.opensuse.org/request/show/1134707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=59
2023-12-25 18:04:33 +00:00
75505aa071 Accepting request 1134221 from home:gcomes.obs
- add Requires(pre/post): coreutils to the sub-packages that use
  commands like: ln, dirname, mktemp, etc in the pre/post scriptlets

OBS-URL: https://build.opensuse.org/request/show/1134221
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=166
2023-12-23 06:37:56 +00:00
Ana Guerrero
f174d57fd9 Accepting request 1132392 from science
- Update to version 0.3.25.
- Minor rebase of openblas-ppc64be_up2_p8.patch to apply cleanly.
- Drop upstreamed patches:  * Use-blasint-for-INTERFACE64-compatibility.patch  * remove-spurious-loops.patch

OBS-URL: https://build.opensuse.org/request/show/1132392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=58
2023-12-11 20:49:42 +00:00
3ba6a4aff8 Accepting request 1129726 from home:badshah400:branches:science
Note: Please allow to build in science and check what it breaks before forwarding to Factory. Thanks in advance.

Changes:
* Update to version 0.3.25.
* Minor rebase of openblas-ppc64be_up2_p8.patch to apply cleanly.
* Drop upstreamed patches: Use-blasint-for-INTERFACE64-compatibility.patch, remove-spurious-loops.patch

OBS-URL: https://build.opensuse.org/request/show/1129726
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=164
2023-12-08 10:59:32 +00:00
Ana Guerrero
bd88b0b839 Accepting request 1123416 from science
OBS-URL: https://build.opensuse.org/request/show/1123416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=57
2023-11-06 20:13:44 +00:00
5f43c36430 Accepting request 1120798 from home:StefanBruens:branches:science
- Propagate the correct CPU count to the pkgconfig file, see
  gh#OpenMathLib/OpenBLAS#4275.

OBS-URL: https://build.opensuse.org/request/show/1120798
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=162
2023-11-05 14:41:45 +00:00
158cdf946c Accepting request 1118201 from home:bmwiedemann:branches:science
Delete build machine cpu count

OBS-URL: https://build.opensuse.org/request/show/1118201
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=161
2023-10-26 12:17:22 +00:00
Dominique Leuenberger
5edc532f7a Accepting request 1068124 from science
- Recreate old library scheme for existing products:
  It turned out the new scheme on existing systems has
  been causing package breakages.
- Do not generate baselibs.conf for HPC builds.
- Add support for gcc11 & 12.
- For SLE/Leap on x86_64 and s390x do not mix compiler versions
  as this will make the gfortran ABI version inconsistent. Instead
  use the stock compiler and set the list of kernels for x86_64
  cores explicitly as Cooperlake requires compiler intrinsics
  which are not provided by gcc 7.
- Require at least 7G of disk space for building. (forwarded request 1068121 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1068124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=56
2023-03-01 15:13:37 +00:00
3aeb358580 Accepting request 1068121 from home:eeich:branches:science
- Recreate old library scheme for existing products:
  It turned out the new scheme on existing systems has
  been causing package breakages.
- Do not generate baselibs.conf for HPC builds.
- Add support for gcc11 & 12.
- For SLE/Leap on x86_64 and s390x do not mix compiler versions
  as this will make the gfortran ABI version inconsistent. Instead
  use the stock compiler and set the list of kernels for x86_64
  cores explicitly as Cooperlake requires compiler intrinsics
  which are not provided by gcc 7.
- Require at least 7G of disk space for building.

OBS-URL: https://build.opensuse.org/request/show/1068121
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=159
2023-02-28 08:57:23 +00:00
Dominique Leuenberger
52502ae780 Accepting request 1066744 from science
- Make sure pre-existing (arch-independent) update-alternatives
  are wiped before registering new ones.
  Since update-alternatives has no reliable way to check if
  a certain 'generic name' exists, brute-force it and ignore
  any error (boo#1208248).
- Remove totally pointless - ie. never executed - %%posttrans
  script.
- Restore generic link for update-alternatives. This is usually
  set by the update-alternatives and it is '%ghost'ed but rpmlint
  complains.
- Add rpmlintrc rules to avoid false positives from consistently
  guessing the update-alternatives generic name wrong.
- Make arch dependent generic names conditional.

OBS-URL: https://build.opensuse.org/request/show/1066744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=55
2023-02-21 14:35:32 +00:00
05abac281d - Add missing liblapacke update-alternatives generic name link.
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=157
2023-02-20 09:06:58 +00:00
91befa0765 Accepting request 1066169 from home:eeich:branches:science
- Make sure pre-existing (arch-independent) update-alternatives
  are wiped before registering new ones.
  Since update-alternatives has no reliable way to check if
  a certain 'generic name' exists, brute-force it and ignore
  any error (boo#1208248).
- Remove totally pointless - ie. never executed - %%posttrans
  script.
- Restore generic link for update-alternatives. This is usually
  set by the update-alternatives and it is '%ghost'ed but rpmlint
  complains.
- Add rpmlintrc rules to avoid false positives from consistently
  guessing the update-alternatives generic name wrong.
- Make arch dependent generic names conditional.

OBS-URL: https://build.opensuse.org/request/show/1066169
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=156
2023-02-16 17:43:00 +00:00
Dominique Leuenberger
76c319ccb2 Accepting request 1063744 from science
- Do not set LIBNAMESUFFIX to mark different flavors as this causes
  the SONAME to be different so that different flavors of OpenBLAS
  cannot serve as plugin replacements of each other (boo#1177260).
- Fix a fallout of making alternatives directory arch dependent.
- Remove unneeded links that will be created by update-alternatives.
  Create remaining links %post scripts properly %ghost-ing the files. (forwarded request 1063627 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1063744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=54
2023-02-11 20:55:45 +00:00
6076de7297 Accepting request 1063627 from home:eeich:branches:science
- Do not set LIBNAMESUFFIX to mark different flavors as this causes
  the SONAME to be different so that different flavors of OpenBLAS
  cannot serve as plugin replacements of each other (boo#1177260).
- Fix a fallout of making alternatives directory arch dependent.
- Remove unneeded links that will be created by update-alternatives.
  Create remaining links %post scripts properly %ghost-ing the files.

OBS-URL: https://build.opensuse.org/request/show/1063627
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=154
2023-02-08 08:12:25 +00:00
ee08ada4cd Accepting request 1061191 from home:eeich:branches:science
- Make library links in the alternatives directory arch dependent.
  This avoids conflicts when both 32-bit and 64-bit versions are
  installed (boo#1207563).

OBS-URL: https://build.opensuse.org/request/show/1061191
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=153
2023-01-26 11:53:30 +00:00
fdaf650bf7 - Reverted last change:
it seems that the 32-bit compatibility packages have revealed a
  conflict which was not properly detected by installcheck and actually
  has made it into Leap 15.4/SLE-15-SP4 rather than caused it: The same
  issue exists in the 'regular' 64-bit packages but has remained undetected
  by installcheck so far. Factory hasn't suffered from this as lapack has
  been fixed properly - see boo#1207358.
  The possible installcheck issue has been reported in:
  https://github.com/openSUSE/openSUSE-release-tools/issues/2915

OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=152
2023-01-21 11:14:53 +00:00
12b2052a28 - Disabling 32-bit compatibility packages for Leap/SLE as they
are  causing conflicts with the lapack packages during SLE staging:
  found conflict of liblapacke3-32bit-3.5.0-4.6.1.x86_64 with libopenblas_openmp0-32bit-0.3.21-150500.1.2.x86_64
  /usr/lib/liblapacke.so.3 [mode mismatch: l777 root:root -> liblapacke.so.3.5.0, g -644 root:root]

OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=151
2023-01-19 17:33:10 +00:00
Dominique Leuenberger
8077e6d0e7 Accepting request 1045254 from science
OBS-URL: https://build.opensuse.org/request/show/1045254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=53
2022-12-28 09:54:15 +00:00
bfa779842f Accepting request 1045249 from home:StefanBruens:branches:science
- Fix aarch64 builds with GCC < 9 (i.e. Leap/SLE 15.x), disable
  NEOVERSEN2 target. See gh#xianyi/OpenBLAS#3874.

OBS-URL: https://build.opensuse.org/request/show/1045249
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=149
2022-12-25 05:39:09 +00:00
Dominique Leuenberger
f8ed2d9e93 Accepting request 1039332 from science
- Remove stray comment (forwarded request 1039330 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1039332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=52
2022-12-03 09:03:25 +00:00
27dfcdcfe4 Accepting request 1039330 from home:eeich:branches:science
- Remove stray comment

OBS-URL: https://build.opensuse.org/request/show/1039330
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=147
2022-12-01 14:05:02 +00:00
Dmitry Roshchin
436e09b8b4 Accepting request 1039250 from home:eeich:branches:science
- Update to v0.3.21:
  * general:
    - Updated the included LAPACK to Reference-LAPACK release 3.10.1
    - when no Fortran compiler is available, OpenBLAS builds will now automatically
    - function LAPACKE_lsame is now annotated with the GCC attribute "const" to aid static analyzers
    - added USE_TLS to the list of options reported by the openblas_get_config() function
    - added SYMBOLPREFIX/SYMBOLSUFFIX handling for LAPACK 3.10.0 functions added in 0.3.20
    - reverted OpenMP threadpool behaviour in the exec_blas call to its state before 0.3.11, that is
      the threadpool will no longer grow or shrink on demand as the overhead for this is too big at least with
      GNU OpenMP. The adaptive behaviour introduced in 0.3.11 can still be requested at runtime by setting
      the environment variable OMP_ADAPTIVE
    - worked around spurious STFSM/CTFSM errors reported by the LAPACK testsuite
  * x86_64:
    - fixed determination of compiler support for AVX512 and removed the 0.3.19
    - workaround for building SKYLAKEX kernels on Sandybridge hardware
    - fixed compilation for the SKYLAKEX target with gcc 6
    - fixed compilation of the SkyLakeX small matrix GEMM kernels with LLVM or ICC
    - added support for the Zhaoxin/Centaur KH40000 cpu
    - fixed a potential crash in the ZSYMV kernel used for all targets except generic
  * POWER:
    - worked around an overflow error in the POWER6 DNRM2 kernel
    - fixed compilation on PPC440
    - fixed a performance regression in the level1 BLAS on POWER10
    - fixed the POWER10 ZGEMM kernel
    - fixed singlethreaded builds for POWER10
    - fixed compilation of the POWER10 DGEMV kernel with older gcc versions
    - enabled compilation of the BFLOAT16 kernels by default
    - enabled the small matrix kernels by default for DYNAMIC_ARCH builds
    - added a workaround for a miscompilation of the CDOT and ZDOT kernels by GCC 12
- Obsolete:

OBS-URL: https://build.opensuse.org/request/show/1039250
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=146
2022-12-01 13:36:16 +00:00
Dominique Leuenberger
b1dd3489af Accepting request 1004663 from science
- The toolchain and 'make' in TW have been updated to handle parallel
  makes spawned by gcc (for LTO optimization) properly. Thus, remove
  restrictions.
- Disable lto when linking test programs to speeds up building. (forwarded request 1003588 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1004663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=51
2022-09-20 17:23:12 +00:00
e2b7712e17 Accepting request 1003588 from home:eeich:branches:science
- The toolchain and 'make' in TW have been updated to handle parallel
  makes spawned by gcc (for LTO optimization) properly. Thus, remove
  restrictions.
- Disable lto when linking test programs to speeds up building.

OBS-URL: https://build.opensuse.org/request/show/1003588
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=144
2022-09-19 10:19:03 +00:00
Dominique Leuenberger
89bff6ab98 Accepting request 976143 from science
OBS-URL: https://build.opensuse.org/request/show/976143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=50
2022-05-12 20:57:55 +00:00
b1b5d16d6b Accepting request 975210 from home:badshah400:branches:science
- Dynamically generate baselibs.conf for openblas flavors; this will fix the unresolvables down the chain for arpack-ng 32-bit bi-arch packages.

OBS-URL: https://build.opensuse.org/request/show/975210
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=142
2022-05-10 21:05:51 +00:00
Dominique Leuenberger
b53af3920f Accepting request 973980 from science
- For non-HPC builds create links (bsc#1198885):
  %_lib/libopenblas_<flavor>.so[.0] ->
  		 %_lib/openblas-<flavor>/libopenblas.so[.0] (forwarded request 973974 from eeich)

OBS-URL: https://build.opensuse.org/request/show/973980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=49
2022-05-02 14:24:40 +00:00
0f3b37e518 Accepting request 973974 from home:eeich:branches:science
- For non-HPC builds create links (bsc#1198885):
  %_lib/libopenblas_<flavor>.so[.0] ->
  		 %_lib/openblas-<flavor>/libopenblas.so[.0]

OBS-URL: https://build.opensuse.org/request/show/973974
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=140
2022-04-29 18:22:04 +00:00
Dominique Leuenberger
cd7fa0ffbc Accepting request 968025 from science
- Fix issues in update paths from earlier versions introduced by
  recent structural changes (bsc#1198264):
  - Add Obsoletes for old package names
  - Handle the change from directories to soft links properly (forwarded request 968024 from eeich)

OBS-URL: https://build.opensuse.org/request/show/968025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=48
2022-04-11 22:13:49 +00:00
b1129ad1f3 Accepting request 968024 from home:eeich:branches:science
- Fix issues in update paths from earlier versions introduced by
  recent structural changes (bsc#1198264):
  - Add Obsoletes for old package names
  - Handle the change from directories to soft links properly

OBS-URL: https://build.opensuse.org/request/show/968024
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=138
2022-04-09 14:46:53 +00:00
Dominique Leuenberger
80ef272641 Accepting request 967236 from science
(jsc#SLE-18143, bsc#1197721). (forwarded request 967232 from eeich)

OBS-URL: https://build.opensuse.org/request/show/967236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=47
2022-04-07 22:27:19 +00:00
05810ae519 Accepting request 967232 from home:eeich:branches:science
(jsc#SLE-18143, bsc#1197721).

OBS-URL: https://build.opensuse.org/request/show/967232
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=136
2022-04-06 08:29:46 +00:00
4fe93ff492 Accepting request 967192 from home:eeich:branches:science
- Also build for s390x using latest gcc as requested by IBM
  (jsc#SLE-18143).

OBS-URL: https://build.opensuse.org/request/show/967192
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=135
2022-04-06 07:09:19 +00:00
df5bf72d9b Accepting request 967144 from home:eeich:branches:science
- Build HPC packages with gcc-<n> <n> >= 10 on Leap/SLE.

OBS-URL: https://build.opensuse.org/request/show/967144
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=134
2022-04-05 19:54:19 +00:00