Skip to content

Commit 6f4e6a2

Browse files
yannrichetCopilot
andcommitted
fix: update gitmodules-shas to current submodule SHAs
The gitmodules-shas file was pointing to an old libKriging commit (169337800d) that still had exportClasses(NuggetKM, NoiseKM) in its NAMESPACE. When devtools::install_github downloads the GitHub archive (no .git directory), setup.sh reads this file to clone the submodule at the pinned SHA — causing the old NAMESPACE (with NuggetKM/NoiseKM as S4 classes) to be used, triggering load failure. Updated to current submodule HEAD (87651a24) which has the clean NAMESPACE without these class exports. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9af0a53 commit 6f4e6a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/gitmodules-shas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file records the specific commit SHAs for each submodule
22
# It is automatically generated and should be updated when submodules are updated
33
# Format: <submodule_path> <commit_sha>
4-
src/libK 169337800d6dcbaa64c203186d3bdc34d291bafa
4+
src/libK 87651a2436dda9439888c9acb1ef363d35ec607d
55
src/slapack 72a7f3753e02b0471e93296f2b22877c6fee7328

0 commit comments

Comments
 (0)