You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also update the generator.jl script to accept an optional command line
argument for the location of the artifact directory.
Example:
```
➜ gen git:(main) ✗ julia --project generator.jl /Users/viral/.julia/artifacts/7573fd8cb3cd69e26208ccce9d01d4df5a66d45c
```
---------
Co-authored-by: Viral B. Shah <ViralBShah@users.noreply.github.com>
Copy file name to clipboardExpand all lines: gen/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
1. update `SuiteSparse_jll` in Yggdrasil to the desired version
9
9
2.`cd` to this directory
10
-
3. run `julia --project` and then in the Julia REPL, run `pkg>add SuiteSparse_jll#<COMMIT_HASH>`, where `<COMMIT_HASH>` is the commit hash corresponding to the desired version of the package
10
+
3. run `julia --project generator.jl <SuiteSparse artifact directory>`
0 commit comments