diff options
Diffstat (limited to 'vere/ext/softblas/build.zig.zon')
-rw-r--r-- | vere/ext/softblas/build.zig.zon | 17 |
1 files changed, 17 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..8f657df --- /dev/null +++ b/vere/ext/softblas/build.zig.zon @@ -0,0 +1,17 @@ +.{ + .name = .softblas, + .version = "0.0.1", + .fingerprint = 0x8df4a8f2266494e1, + .dependencies = .{ + .softfloat = .{ + .path = "../softfloat", + }, + .softblas = .{ + .url = "https://github.com/urbit/SoftBLAS/archive/cbffb33f19ea02f9ffbd184d445123c57929ec53.tar.gz", + .hash = "N-V-__8AAJD5MgBhfBHYae8jFlcaQw9R-TRw4tcUFB3rO9-q", + }, + }, + .paths = .{ + "", + }, +} |