Skip to content

Commit

Permalink
Update dependency version pins
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangrimberg committed Aug 22, 2023
1 parent 63921f9 commit 93309fa
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 979 deletions.
14 changes: 7 additions & 7 deletions cmake/ExternalGitTags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(EXTERN_ARPACK_GIT_BRANCH
"Git branch for external ARPACK-NG build"
)
set(EXTERN_ARPACK_GIT_TAG
"6d625dbf34375a0b5823d6c03bd16044f405baae" CACHE STRING # 05/27/2023
"e7cf106bc204ed7f7909d906fd9b1c3d18e86f76" CACHE STRING # 08/14/2023
"Git tag for external ARPACK-NG build"
)

Expand Down Expand Up @@ -76,7 +76,7 @@ set(EXTERN_HYPRE_GIT_BRANCH
"Git branch for external HYPRE build"
)
set(EXTERN_HYPRE_GIT_TAG
"03b9d3d090e73a0841e22017992cac7e2e085407" CACHE STRING # 07/20/2023
"b372b31a116a25d1432c689cef75881aac145a8e" CACHE STRING # 08/16/2023
"Git tag for external HYPRE build"
)

Expand Down Expand Up @@ -104,7 +104,7 @@ set(EXTERN_LIBXSMM_GIT_BRANCH
"Git branch for external LIBXSMM build"
)
set(EXTERN_LIBXSMM_GIT_TAG
"15d55050cf836caab418d41865b3108b55b67934" CACHE STRING # 07/27/2023
"f4ba09230d84b78db0187320677d3c71d0d4854f" CACHE STRING # 08/21/2023
"Git tag for external LIBXSMM build"
)

Expand Down Expand Up @@ -146,7 +146,7 @@ set(EXTERN_MUMPS_GIT_BRANCH
"Git branch for external MUMPS build"
)
set(EXTERN_MUMPS_GIT_TAG
"1b8a394c4a69d8efd3d294c71c3f04a2b06839de" CACHE STRING # 07/24/2023
"11e55c28cbb9279ec2e37e81ecc25a0297e78790" CACHE STRING # 08/22/2023
"Git tag for external MUMPS build"
)

Expand Down Expand Up @@ -174,7 +174,7 @@ set(EXTERN_PETSC_GIT_BRANCH
"Git branch for external PETSc build"
)
set(EXTERN_PETSC_GIT_TAG
"9c861a52734fc6b5ae153c4a0376d986968f048d" CACHE STRING # 08/07/2023
"cf5559fda63577c063f2295093a6cc1d073921a1" CACHE STRING # 08/22/2023
"Git tag for external PETSc build"
)

Expand Down Expand Up @@ -202,7 +202,7 @@ set(EXTERN_SLEPC_GIT_BRANCH
"Git branch for external SLEPc build"
)
set(EXTERN_SLEPC_GIT_TAG
"4e5c8f646f5d21ab7073da202a263206cb480f47" CACHE STRING # 08/07/2023
"99de2f78219a1407b15b805118c86f14e6da0a11" CACHE STRING # 08/17/2023
"Git tag for external SLEPc build"
)

Expand All @@ -216,7 +216,7 @@ set(EXTERN_STRUMPACK_GIT_BRANCH
"Git branch for external STRUMPACK build"
)
set(EXTERN_STRUMPACK_GIT_TAG
"9e2f3f995d23fb6bfe07889dc40fdf2180d1bec4" CACHE STRING # 07/14/2023
"bdf1fe9d32dfe0b2997c97ea436bf4afc59d77bf" CACHE STRING # 08/21/2023
"Git tag for external STRUMPACK build"
)

Expand Down
3 changes: 2 additions & 1 deletion cmake/ExternalMUMPS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ list(APPEND MUMPS_OPTIONS
"-DBUILD_DOUBLE=ON"
"-DBUILD_COMPLEX=OFF"
"-DBUILD_COMPLEX16=OFF"
"-Dmetis=ON"
"-Dparmetis=ON"
"-Dscotch=OFF"
"-DPARMETIS_LIBRARY=${PARMETIS_LIBRARIES}"
Expand All @@ -34,7 +35,7 @@ list(APPEND MUMPS_OPTIONS
if(NOT "${BLAS_LAPACK_LIBRARIES}" STREQUAL "")
list(APPEND MUMPS_OPTIONS
"-DLAPACK_LIBRARIES=${BLAS_LAPACK_LIBRARIES}"
"-DBLAS_LIBRARIES=${BLAS_LAPACK_LIBRARIES}"
"-DLAPACK_INCLUDE_DIRS=${BLAS_LAPACK_INCLUDE_DIRS}"
)
endif()

Expand Down
20 changes: 10 additions & 10 deletions extern/patch/arpack-ng/patch_zdotc.diff
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ index af76f06..4cc4388 100644
40 continue
c
diff --git a/PARPACK/SRC/MPI/pzgetv0.f b/PARPACK/SRC/MPI/pzgetv0.f
index 731fb31..bd36f1d 100644
index 94fb705..a22538d 100644
--- a/PARPACK/SRC/MPI/pzgetv0.f
+++ b/PARPACK/SRC/MPI/pzgetv0.f
@@ -200,8 +200,8 @@ c
Expand All @@ -138,9 +138,9 @@ index 731fb31..bd36f1d 100644
+ & zzdotc10
+ external zzdotc10 , pdznorm2 , dlapy2
c
c %-----------------------%
c | Executable Statements |
@@ -321,7 +321,7 @@ c
c %-----------------%
c | Data Statements |
@@ -331,7 +331,7 @@ c
c
first = .FALSE.
if (bmat .eq. 'G') then
Expand All @@ -149,7 +149,7 @@ index 731fb31..bd36f1d 100644
call MPI_ALLREDUCE( [cnorm_buf], buf2, 1,
& MPI_DOUBLE_COMPLEX , MPI_SUM, comm, ierr )
cnorm = buf2(1)
@@ -383,7 +383,7 @@ c
@@ -393,7 +393,7 @@ c
end if
c
if (bmat .eq. 'G') then
Expand Down Expand Up @@ -266,7 +266,7 @@ index afc48c0..d8ad395 100644
if ICB
SSRC += icbass.F90 icbasn.F90
diff --git a/SRC/zgetv0.f b/SRC/zgetv0.f
index cc13c3c..1b3dee8 100644
index 1fbd508..ee1bd41 100644
--- a/SRC/zgetv0.f
+++ b/SRC/zgetv0.f
@@ -177,8 +177,8 @@ c
Expand All @@ -278,9 +278,9 @@ index cc13c3c..1b3dee8 100644
+ & zzdotc10
+ external zzdotc10, dznrm2, dlapy2
c
c %-----------------------%
c | Executable Statements |
@@ -284,7 +284,7 @@ c
c %-----------------%
c | Data Statements |
@@ -293,7 +293,7 @@ c
c
first = .FALSE.
if (bmat .eq. 'G') then
Expand All @@ -289,7 +289,7 @@ index cc13c3c..1b3dee8 100644
rnorm0 = sqrt(dlapy2(dble(cnorm),aimag(cnorm)))
else if (bmat .eq. 'I') then
rnorm0 = dznrm2(n, resid, 1)
@@ -341,7 +341,7 @@ c
@@ -350,7 +350,7 @@ c
end if
c
if (bmat .eq. 'G') then
Expand Down
Loading

0 comments on commit 93309fa

Please sign in to comment.