diff options
Diffstat (limited to 'vere/ext/softblas/build.zig.zon')
| -rw-r--r-- | vere/ext/softblas/build.zig.zon | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vere/ext/softblas/build.zig.zon b/vere/ext/softblas/build.zig.zon new file mode 100644 index 0000000..a05aa5f --- /dev/null +++ b/vere/ext/softblas/build.zig.zon @@ -0,0 +1,16 @@ +.{ + .name = "softblas", + .version = "0.0.1", + .dependencies = .{ + .softfloat = .{ + .path = "../softfloat", + }, + .softblas = .{ + .url = "https://github.com/urbit/SoftBLAS/archive/cbffb33f19ea02f9ffbd184d445123c57929ec53.tar.gz", + .hash = "N-V-__8AAJD5MgBhfBHYae8jFlcaQw9R-TRw4tcUFB3rO9-q", + }, + }, + .paths = .{ + "", + }, +} |
