-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
22 lines (22 loc) · 765 Bytes
/
.gitmodules
File metadata and controls
22 lines (22 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "third-party/wasi-libc"]
path = third-party/wasi-libc
url = https://github.com/auto-ndp/wasi-libc.git
branch = faasm
[submodule "third-party/llvm-project"]
path = third-party/llvm-project
url = https://github.com/faasm/llvm-project.git
branch = faasm
[submodule "third-party/libffi"]
path = third-party/libffi
url = https://github.com/faasm/libffi.git
branch = faasm
[submodule "third-party/faasm-clapack"]
path = third-party/faasm-clapack
url = https://github.com/faasm/faasm-clapack
[submodule "third-party/faabric"]
path = third-party/faabric
url = https://github.com/auto-ndp/faabric/
[submodule "third-party/zlib"]
path = third-party/zlib
url = https://github.com/faasm/zlib.git
branch = faasm