Skip to content

Commit aa23d32

Browse files
committed
Fixing more missing libs...
1 parent dd51e01 commit aa23d32

3 files changed

Lines changed: 33 additions & 3 deletions

File tree

applications/HDF5Application/pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,17 @@
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 = ["KratosHDF5Application.*", "KratosHDF5Core.*", "libKratosHDF5Core.*", "hdf5.*", "hdf5_hl.*", "hdf5_tools.*"]
33+
libs = [
34+
"KratosHDF5Application.*",
35+
"KratosHDF5Core.*",
36+
"libKratosHDF5Core.*",
37+
"hdf5.*",
38+
"hdf5_hl.*",
39+
"hdf5_tools.*",
40+
"libhdf5.*",
41+
"libhdf5_hl.*",
42+
"libhdf5_tools.*",
43+
]
3444

3545
# Wheel (py and stubs)
3646
[tool.hatch.build.targets.wheel]

applications/MedApplication/pyproject.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,21 @@
3131
# (This is a Kratos build script extension and will not work with python build)
3232
# "hdf5.*", "hdf5_hl.*", "hdf5_tools.*" Check those from hdf5 app
3333
[kratos]
34-
libs = ["KratosMedApplication.*", "KratosMedCore.*", "libKratosMedCore.*", "hdf5.*", "hdf5_hl.*", "hdf5_tools.*", "medC.*", "medimport.*"]
34+
libs = [
35+
"KratosMedApplication.*",
36+
"KratosMedCore.*",
37+
"libKratosMedCore.*",
38+
"hdf5.*",
39+
"hdf5_hl.*",
40+
"hdf5_tools.*",
41+
"medC.*",
42+
"medimport.*",
43+
"libhdf5.*",
44+
"libhdf5_hl.*",
45+
"libhdf5_tools.*",
46+
"libmedC.*",
47+
"libmedimport.*"
48+
]
3549

3650
# Wheel (py and stubs)
3751
[tool.hatch.build.targets.wheel]

applications/MeshingApplication/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 = ["KratosMeshingApplication.*", "KratosMeshingCore.*", "libKratosMeshingCore.*", "libmmg*"]
33+
libs = [
34+
"KratosMeshingApplication.*",
35+
"KratosMeshingCore.*",
36+
"libKratosMeshingCore.*",
37+
"mmg.*",
38+
"libmmg.*"
39+
]
3440

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

0 commit comments

Comments
 (0)