Skip to content

Commit a5889a8

Browse files
authored
Fix suitesparse checksum refresh naming mismatch (#40943)
Without this change, suitesparse checksum files don't get packed properly.
1 parent 18df4b5 commit a5889a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/refresh_checksums.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ pack-checksum-llvm: | checksum-llvm-tools
103103
pack-checksum-csl: | pack-checksum-compilersupportlibraries
104104
pack-checksum-compilersupportlibraries: | checksum-csl
105105

106+
# We need to adjust to the fact that the checksum files are called `suitesparse`
107+
pack-checksum-libsuitesparse: | pack-checksum-suitesparse
108+
@# nothing to do but disable the prefix rule
109+
pack-checksum-suitesparse: | checksum-libsuitesparse
110+
106111
# define how to pack parallel checksums into a single file format
107112
pack-checksum-%: FORCE
108113
@echo making "$(JULIAHOME)/deps/checksums/$*"

0 commit comments

Comments
 (0)