From 28753dc137a19f44024b871f6201bdc1151c2121 Mon Sep 17 00:00:00 2001 From: Carlos Roig Date: Fri, 3 Nov 2023 09:20:45 +0100 Subject: [PATCH] Correting dependencies of Geo --- .../GeoMechanicsApplication/GeoMechanicsApplication.json | 2 +- kratos/KratosMultiphysics-all.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/applications/GeoMechanicsApplication/GeoMechanicsApplication.json b/applications/GeoMechanicsApplication/GeoMechanicsApplication.json index ac909cac250c..88df3023b08f 100644 --- a/applications/GeoMechanicsApplication/GeoMechanicsApplication.json +++ b/applications/GeoMechanicsApplication/GeoMechanicsApplication.json @@ -3,7 +3,7 @@ "included_modules": ["GeoMechanicsApplication"], "included_binaries": ["KratosGeoMechanicsApplication.*", "KratosGeoMechanicsCore.*", "libKratosGeoMechanicsCore.*"], "excluded_binaries": [], - "dependencies": ["KratosMultiphysics==${KRATOS_VERSION}"], + "dependencies": ["KratosMultiphysics==${KRATOS_VERSION}", "KratosStructuralMechanicsApplication==${KRATOS_VERSION}", "KratosLinearSolversApplication==${KRATOS_VERSION}"], "author": "Kratos Team", "author_email": "Vahid.Galavi@gmail.com", "description": "KRATOS Multiphysics (\"Kratos\") is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.", diff --git a/kratos/KratosMultiphysics-all.json b/kratos/KratosMultiphysics-all.json index 5ba747978265..08004def2265 100644 --- a/kratos/KratosMultiphysics-all.json +++ b/kratos/KratosMultiphysics-all.json @@ -18,7 +18,8 @@ "KratosParticleMechanicsApplication==${KRATOS_VERSION}", "KratosPoroMechanicsApplication==${KRATOS_VERSION}", "KratosShallowWaterApplication==${KRATOS_VERSION}", - "KratosStructuralMechanicsApplication==${KRATOS_VERSION}" + "KratosStructuralMechanicsApplication==${KRATOS_VERSION}", + "KratosGeoMechanicsApplication==${KRATOS_VERSION}" ], "author": "Kratos Team", "author_email": "kratos@listas.cimne.upc.edu",