45 lines
1.8 KiB
Plaintext
45 lines
1.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 20 07:57:33 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Add diy-glibc2.34-drop-SIGSTKSZ.patch to compile against glibc
|
|
>= 2.34 which no longer defines SIGSTKSZ as constant
|
|
(see, for instance, gh#catchorg/Catch2#2178).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 6 21:23:45 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Add diy-include-stdexcept.patch: Include a missing header
|
|
flagged by GCC 10; patch taken from upstream commit.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 15 13:33:42 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Drop the "serial" flavour and build the no-mpi package for
|
|
flavor = "".
|
|
- Fix build failures for openSUSE >= 1550 by not undefining
|
|
"suffix" any more.
|
|
- Pass wrapped_mpi=ON to cmake to tell the build scripts that the
|
|
MPI compiler wrapper requires no further MPI libraries; this
|
|
fixes failing tests in %check.
|
|
- Use %cmake macro to configure; export compiler and env variables
|
|
before calling cmake where possible instead of passing them as
|
|
cmake options.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 7 23:39:44 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 3.5.0
|
|
* Release notes unavailable.
|
|
- Implement multibuild using mpich and serial flavours (others
|
|
fail during %%check and are not recommended anyway).
|
|
- Implement %%check section.
|
|
- Disable all but x86_64: no other arch supported.
|
|
- Add diy-disable-memory-heavy-tests.patch: disable a few tests
|
|
that are extremely memory expensive (>= 10 GB).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 23 10:51:08 UTC 2016 - badshah400@gmail.com
|
|
|
|
- Initial package.
|
|
|