Skip to content

Commit

Permalink
Added libffi submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Shillaker committed Oct 13, 2020
1 parent 5cfb43a commit 52ec70a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
branch = faasm
[submodule "third-party/eigen"]
path = third-party/eigen
url = https://gitlab.com/shillaker/eigen.git
url = https://gitlab.com/shillaker/eigen.git
branch = faasm
[submodule "third-party/faasm-clapack"]
path = third-party/faasm-clapack
url = https://github.com/faasm/faasm-clapack
[submodule "third-party/libffi"]
path = third-party/libffi
url = https://github.com/faasm/libffi.git
branch = faasm
1 change: 1 addition & 0 deletions third-party/libffi
Submodule libffi added at 53c5ca

0 comments on commit 52ec70a

Please sign in to comment.