Skip to content

Commit d350ffb

Browse files
committed
Added last missing libraries
1 parent 818c859 commit d350ffb

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

applications/CoSimulationApplication/pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@
3030
# List of binaries for this application
3131
# (This is a Kratos build script extension and will not work with python build)
3232
[kratos]
33-
libs = ["KratosCoSimulationApplication.*", "KratosCoSimulationCore.*", "libKratosCoSimulationCore.*", "co_sim_io.*"]
33+
libs = [
34+
"KratosCoSimulationApplication.*",
35+
"KratosCoSimulationCore.*",
36+
"libKratosCoSimulationCore.*",
37+
"co_sim_io.*",
38+
"libco_sim_io.*"
39+
]
3440

3541
# Wheel (py and stubs)
3642
[tool.hatch.build.targets.wheel]

applications/MetisApplication/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# List of binaries for this application
3131
# (This is a Kratos build script extension and will not work with python build)
3232
[kratos]
33-
libs = ["KratosMetisApplication.*", "KratosMetisCore.*", "libKratosMetisCore.*", "libmetis.*"]
33+
libs = ["KratosMetisApplication.*", "KratosMetisCore.*", "libKratosMetisCore.*", "metis.*", "libmetis.*"]
3434

3535
# Wheel (py and stubs)
3636
[tool.hatch.build.targets.wheel]

applications/TrilinosApplication/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
# (This is a Kratos build script extension and will not work with python build)
3232
[kratos]
3333
libs = ["KratosTrilinosApplication.*", "KratosTrilinosCore.*", "libKratosTrilinosCore.*"]
34+
# Please note that this trilinos libs needs to be filled manually as prefix/suffix may
35+
# change depending on how the library was installed / compiled.
3436

3537
# Wheel (py and stubs)
3638
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)