Skip to content

Commit 85365c2

Browse files
prepare for dam download
1 parent 54d3a56 commit 85365c2

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

dockers/create-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22

33
# Change directory to the specified directory
4-
cd /tmp/dist/kratos-9.3.3/
4+
cd /tmp/dist/kratos-9.3.2/
55
find . -type f -name "*.unix.bat" -print0 | xargs -0 dos2unix
66

77
# Add execute permission to all .bat files in the directory
88
# chmod 755 *.bat
99

1010
# Create a tgz file from the directory
11-
tar -czf ../kratos-9.3.3-linux-64.tgz *
11+
tar -czf ../kratos-9.3.2-linux-64.tgz *
1212

kratos.gid/kratos.tcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ proc Kratos::InitGlobalVariables {dir} {
191191
# KratosDEMApplication numpy KratosDamApplication KratosSwimmingDEMApplication KratosStructuralMechanicsApplication KratosMeshMovingApplication \
192192
# KratosMappingApplication KratosParticleMechanicsApplication KratosLinearSolversApplication KratosContactStructuralMechanicsApplication \
193193
# KratosFSIApplication==9.0.3]
194-
set pip_packages_required KratosMultiphysics-all==9.3.2
194+
# set pip_packages_required [list KratosMultiphysics-all==9.3.2 KratosDamApplication==9.3.2]
195+
set pip_packages_required [list KratosMultiphysics-all==9.3.2]
195196
}
196197

197198
proc Kratos::LoadCommonScripts { } {
@@ -398,7 +399,7 @@ proc Kratos::TransformProblemtype {old_dom old_filespd} {
398399
set old_activeapp ""
399400
if {$old_activeapp_node ne ""} {
400401
set old_activeapp [get_domnode_attribute $old_activeapp_node v]
401-
}
402+
}
402403
if {$old_activeapp eq ""} {
403404
WarnWin "Unable to get the active application in your model"
404405
return ""

tools/create-release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set VERSION=9.3.3
1+
set VERSION=9.3.2
22
@REM git checkout master
33
@REM git fetch -p
44
@REM git pull -p

0 commit comments

Comments
 (0)