Skip to content

Commit

Permalink
Drop usage of git submodule and use GitSource instead.
Browse files Browse the repository at this point in the history
Signed-off-by: Bertrand Rix <[email protected]>
  • Loading branch information
obrix committed Oct 15, 2024
1 parent c3c1047 commit 2554919
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "cpp/pypowsybl"]
path = cpp/pypowsybl
url = https://github.com/powsybl/pypowsybl.git
1 change: 1 addition & 0 deletions build_local.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pypowsybl_version = v"1.7.0"

sources = [
DirectorySource("./cpp", target="cpp"),
GitSource("https://github.com/powsybl/pypowsybl.git", "cd5fea41bbfb2897fd71a6e63b2d07a465055699", "cpp"),
ArchiveSource("https://github.com/powsybl/pypowsybl/releases/download/v$(pypowsybl_version)/binaries-v$(pypowsybl_version)-windows.zip",
"82d3cee44992dcceaee7549f17351155e91c9eb2bdce97b1cf6c0107155991e8",
"powsybl-java-windows"),
Expand Down
1 change: 0 additions & 1 deletion cpp/pypowsybl
Submodule pypowsybl deleted from cd5fea

0 comments on commit 2554919

Please sign in to comment.