We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18df4b5 commit a5889a8Copy full SHA for a5889a8
contrib/refresh_checksums.mk
@@ -103,6 +103,11 @@ pack-checksum-llvm: | checksum-llvm-tools
103
pack-checksum-csl: | pack-checksum-compilersupportlibraries
104
pack-checksum-compilersupportlibraries: | checksum-csl
105
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
+
111
# define how to pack parallel checksums into a single file format
112
pack-checksum-%: FORCE
113
@echo making "$(JULIAHOME)/deps/checksums/$*"
0 commit comments