Releases: scivision/mumps
Releases · scivision/mumps
add -Dlocal= offline install option
v5.5.1.4 add -Dlocal= option to allow offline install
improve packaging, correct parallel=no case
- improve CMake packaging for
cmake --install
- simplify example/
- add intsize64 testing to Intel oneAPI
- correct bug introduced in v5.5.1.1 for parallel=no
fixes #36
work with CMake 3.13+
v5.5.1.2 v5.5.1.2 [skip ci]
work with MPICH, Visual Studio. Add Windows oneAPI CI
v5.5.1.1 enhance ABI check
MUMPS 5.5.1
- default new MUMPS v5.5.1
- functionalize test CMake
- package publishes MUMPS_HAVE_Scotch, MUMPS_HAVE_OPENMP
- remove unused preset
- consolidate CI intsize64 test
- download with HTTPS where possible
correct packaging, enhance find
Thanks to @Rickbude for correcting CMake package install filenames. This allows MUMPS to be more easily found as built and CMake installed by this repo.
Corrected/enhanced tests for Lapack and Scalapack to help ensure they are working with the compilers used.
intsize64 with IntelMPI works, cross-compile no native
Thanks to @vchunchu-amd in #10 , MUMPS now works with intsize64=true
with these setups
- GCC + OpenMPI/MPICH (worked previously)
- GCC + IntelMPI
- Intel oneAPI + IntelMPI
Only apply -mtune=native
or -xHost
if cross-compiling is NOT detected
General cleanup of CMake build scripts
Find[SCA]LAPACK: MKL on MacOS works
v5.5.0.1 find[sca]lapack: MKL on MacOS lib/ path
MUMPS 5.5.0, remove autobuild
examples: read extlib link [skip ci] ci: disable build example
build/patch enhanced
- Default MUMPS_UPSTREAM_VERSION again 5.4.1.11
- Improved patching thanks to @Baljak
- improved find*
- improved shared build Rpath
- improved test/example link
- consolidated CI jobs