upgrade to MDI 1.4.9

This commit is contained in:
Steve Plimpton
2022-09-07 13:57:20 -06:00
parent fa6a5068e7
commit 5c73befc66
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ option(DOWNLOAD_MDI "Download and compile the MDI library instead of using an al
if(DOWNLOAD_MDI) if(DOWNLOAD_MDI)
message(STATUS "MDI download requested - we will build our own") message(STATUS "MDI download requested - we will build our own")
set(MDI_URL "https://github.com/MolSSI-MDI/MDI_Library/archive/v1.4.7.tar.gz" CACHE STRING "URL for MDI tarball") set(MDI_URL "https://github.com/MolSSI-MDI/MDI_Library/archive/v1.4.9.tar.gz" CACHE STRING "URL for MDI tarball")
set(MDI_MD5 "eaafc1714816e99fabf2d5cf78dfeabf" CACHE STRING "MD5 checksum for MDI tarball") set(MDI_MD5 "705ddb6b0018a542d39f17cc45c67bd9" CACHE STRING "MD5 checksum for MDI tarball")
mark_as_advanced(MDI_URL) mark_as_advanced(MDI_URL)
mark_as_advanced(MDI_MD5) mark_as_advanced(MDI_MD5)
enable_language(C) enable_language(C)

View File

@ -32,12 +32,12 @@ make lib-mdi args="-m mpi" # build MDI lib with same settings as in the mpi Make
# settings # settings
version = "1.4.7" version = "1.4.9"
url = "https://github.com/MolSSI-MDI/MDI_Library/archive/v%s.tar.gz" % version url = "https://github.com/MolSSI-MDI/MDI_Library/archive/v%s.tar.gz" % version
# known checksums for different MDI versions. used to validate the download. # known checksums for different MDI versions. used to validate the download.
checksums = { \ checksums = { \
'1.4.1' : 'f9505fccd4c79301a619f6452dad4ad9', \ '1.4.9' : '705ddb6b0018a542d39f17cc45c67bd9', \
} }
# print error message or help # print error message or help