Skip to content

Commit

Permalink
upstream MUMPS 5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jul 16, 2024
1 parent 33db6a7 commit c997fd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ endif()

project(MUMPS
LANGUAGES C Fortran
VERSION 5.7.2.0
VERSION 5.7.3.0
DESCRIPTION "Sparse direct parallel solver"
HOMEPAGE_URL "http://mumps-solver.org/"
)

enable_testing()

if(NOT MUMPS_UPSTREAM_VERSION)
set(MUMPS_UPSTREAM_VERSION 5.7.2)
set(MUMPS_UPSTREAM_VERSION 5.7.3)
endif()

if(MSVC AND BUILD_SHARED_LIBS)
Expand Down
2 changes: 1 addition & 1 deletion scripts/test_mumps_versions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
include(${CMAKE_CURRENT_LIST_DIR}/tempdir.cmake)


foreach(u IN ITEMS 4.8.4 4.9.2 5.0.2 5.1.2 5.2.1 5.3.5 5.4.1 5.5.1 5.6.2 5.7.1)
foreach(u IN ITEMS 4.8.4 4.9.2 5.0.2 5.1.2 5.2.1 5.3.5 5.4.1 5.5.1 5.6.2 5.7.3)
get_temp_dir(bindir)
message(STATUS "Testing MUMPS ${u} in ${bindir}")

Expand Down

0 comments on commit c997fd6

Please sign in to comment.