File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ if(ENABLE_RAPIDJSON)
7070 include (FetchContent )
7171 FetchContent_Declare (
7272 rapidjson
73- URL https://codeload.github.com/Tencent/rapidjson/tar.gz/24b5e7a
73+ URL https://codeload.github.com/Tencent/rapidjson/tar.gz/24b5e7a8b27f42fa16b96fc70aade9106cf7102f
7474 )
7575 set (RAPIDJSON_BUILD_TESTS
7676 OFF
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if(NOT CEREAL_INCLUDE_DIR)
1515 include (FetchContent )
1616 FetchContent_Declare (
1717 cereal
18- URL https://codeload.github.com/USCiLab/cereal/tar.gz/22a1b36
18+ URL https://codeload.github.com/USCiLab/cereal/tar.gz/22a1b369f39be918ca79206a83c4facd759f9105
1919 )
2020 FetchContent_Populate (cereal)
2121 set (CEREAL_INCLUDE_DIR ${cereal_SOURCE_DIR } /include)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if(NOT LIBCOMM_DIR)
1616 include (FetchContent )
1717 FetchContent_Declare (
1818 LibComm
19- URL https://codeload.github.com/abacusmodeling/LibComm/tar.gz/965bf90
19+ URL https://codeload.github.com/abacusmodeling/LibComm/tar.gz/965bf90713ce5598bae4fd957d417065f77ceb42
2020 )
2121 FetchContent_Populate (LibComm)
2222 set (LIBCOMM_DIR ${libcomm_SOURCE_DIR } )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if(NOT LIBRI_DIR)
1616 include (FetchContent )
1717 FetchContent_Declare (
1818 LibRI
19- URL https://codeload.github.com/abacusmodeling/LibRI/tar.gz/e6d78e0
19+ URL https://codeload.github.com/abacusmodeling/LibRI/tar.gz/e6d78e0504693d2a464c72b87d3240ce183fd881
2020 )
2121 FetchContent_Populate (LibRI)
2222 set (LIBRI_DIR ${libri_SOURCE_DIR } )
Original file line number Diff line number Diff line change @@ -100,20 +100,20 @@ libnpy_alt_ver="1.0.1"
100100libnpy_alt_sha256=" 43452a4db1e8c1df606c64376ea1e32789124051d7640e7e4e8518ab4f0fba44"
101101
102102# Branch packages cut with specific commits
103- cereal_ver=" 22a1b36 "
103+ cereal_ver=" 22a1b369f39be918ca79206a83c4facd759f9105 "
104104cereal_sha256=" ca3d544456f93ea3176eab85e2e7892063af45b20467bb4ad9c1c51068e521c6"
105105
106- libcomm_ver=" 965bf90 "
106+ libcomm_ver=" 965bf90713ce5598bae4fd957d417065f77ceb42 "
107107libcomm_sha256=" 1d1626b833c51efa7ab844af140e022e063ea64389c9e47b168c24fcc05b7323"
108108
109- libri_ver=" e6d78e0 "
109+ libri_ver=" e6d78e0504693d2a464c72b87d3240ce183fd881 "
110110libri_sha256=" ead14f05b645f3d028e09f715abaa0e8fca3d1d6d61804239c4858b33397286a"
111111
112- rapidjson_ver=" 24b5e7a "
112+ rapidjson_ver=" 24b5e7a8b27f42fa16b96fc70aade9106cf7102f "
113113rapidjson_sha256=" 2d2601a82d2d3b7e143a3c8d43ef616671391034bc46891a9816b79cf2d3e7a8"
114114
115115# NEP (Neural Evolution Potential) - CPU version
116- nep_ver=" 629ec5d "
116+ nep_ver=" 629ec5dda3127e046fde3f8082aedfca8deb915e "
117117nep_sha256=" 57803d2e98ca5c8ced09e3e8d21ac1a0dbd61dda1977997864195f8c54b9b1f9"
118118
119119# =============================================================================
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ case "$with_cereal" in
5050 # url construction rules:
5151 # - Branch names (master, main, develop) without v prefix
5252 # - Version tags (e.g., 1.0.0) with v prefix
53- if [[ " ${cereal_ver} " =~ ^( [0-9a-f]{7} | [0-9a-f]{ 40}) $ ]]; then
53+ if [[ " ${cereal_ver} " =~ ^[0-9a-f]{40}$ ]]; then
5454 url=" https://codeload.github.com/USCiLab/cereal/tar.gz/${cereal_ver} "
5555 else
5656 url=" https://codeload.github.com/USCiLab/cereal/tar.gz/v${cereal_ver} "
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ case "$with_libcomm" in
5454 # url construction rules:
5555 # - Branch names (master, main, develop) without v prefix
5656 # - Version tags (e.g., 1.0.0) with v prefix
57- if [[ " ${libcomm_ver} " =~ ^( [0-9a-f]{7} | [0-9a-f]{ 40}) $ ]]; then
57+ if [[ " ${libcomm_ver} " =~ ^[0-9a-f]{40}$ ]]; then
5858 url=" https://codeload.github.com/abacusmodeling/LibComm/tar.gz/${libcomm_ver} "
5959 else
6060 url=" https://codeload.github.com/abacusmodeling/LibComm/tar.gz/v${libcomm_ver} "
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ case "$with_libri" in
5252 # url construction rules:
5353 # - Branch names (master, main, develop) without v prefix
5454 # - Version tags (e.g., 1.0.0) with v prefix
55- if [[ " ${libri_ver} " =~ ^( [0-9a-f]{7} | [0-9a-f]{ 40}) $ ]]; then
55+ if [[ " ${libri_ver} " =~ ^[0-9a-f]{40}$ ]]; then
5656 url=" https://codeload.github.com/abacusmodeling/LibRI/tar.gz/${libri_ver} "
5757 else
5858 url=" https://codeload.github.com/abacusmodeling/LibRI/tar.gz/v${libri_ver} "
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ case "$with_rapidjson" in
5151 # url construction rules:
5252 # - Branch names (master, main, develop) without v prefix
5353 # - Version tags (e.g., 1.0.0) with v prefix
54- if [[ " ${rapidjson_ver} " =~ ^( [0-9a-f]{7} | [0-9a-f]{ 40}) $ ]]; then
54+ if [[ " ${rapidjson_ver} " =~ ^[0-9a-f]{40}$ ]]; then
5555 url=" https://codeload.github.com/Tencent/rapidjson/tar.gz/${rapidjson_ver} "
5656 else
5757 url=" https://codeload.github.com/Tencent/rapidjson/tar.gz/v${rapidjson_ver} "
You can’t perform that action at this time.
0 commit comments