Skip to content

Commit

Permalink
v9.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
roigcarlo committed Jul 28, 2022
1 parent 286b39d commit 05a4cc7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif(POLICY CMP0074)
# Set here the version number **** only update upon tagging a release!
set (KratosMultiphysics_MAJOR_VERSION 9)
set (KratosMultiphysics_MINOR_VERSION 1)
set (KratosMultiphysics_PATCH_VERSION 3)
set (KratosMultiphysics_PATCH_VERSION 4)

# If KRATOS_SOURCE_DIR is not defined use the CMAKE_SOURCE_DIR
if(NOT DEFINED KRATOS_SOURCE_DIR)
Expand Down
4 changes: 2 additions & 2 deletions scripts/wheels/build_release_linux.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$RELEASE_BRANCH="wheels/updating_triangle"
$RELEASE_BRANCH="v9.1.4"

$HOST_SWAP="C:/data_swap_host"
$GUEST_SWAP="/data_swap_guest"

docker run --name release_build -v ${HOST_SWAP}:${GUEST_SWAP} --entrypoint="/bin/bash" kratos/wheels /workspace/scripts/start.sh ${RELEASE_BRANCH}
docker run --name release_build -v ${HOST_SWAP}:${GUEST_SWAP} --entrypoint="/bin/bash" kratosmultiphysics/kratos-wheelbuilder-linux-mpi /workspace/scripts/start.sh ${RELEASE_BRANCH}
docker rm release_build
2 changes: 1 addition & 1 deletion scripts/wheels/build_release_windows.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$RELEASE_BRANCH="v9.1.1"
$RELEASE_BRANCH="v9.1.3"

$HOST_SWAP="C:/data_swap_host"
$GUEST_SWAP="C:/data_swap_guest"
Expand Down
2 changes: 1 addition & 1 deletion scripts/wheels/linux/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
PYTHONS=("cp36" "cp37" "cp38" "cp39" "cp310")
export KRATOS_VERSION="9.1.3"
export KRATOS_VERSION="9.1.4"

BASE_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
export KRATOS_ROOT="/workspace/kratos/Kratos"
Expand Down
2 changes: 1 addition & 1 deletion scripts/wheels/linux/build_mpi.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
PYTHONS=("cp36" "cp37" "cp38" "cp39" "cp310")
# PYTHONS=("cp38")
export KRATOS_VERSION="9.1.3"
export KRATOS_VERSION="9.1.4"

BASE_LD_LIBRARY_PATH=$LD_LIBRARY_PATH
export KRATOS_ROOT="/workspace/kratos/Kratos"
Expand Down
2 changes: 1 addition & 1 deletion scripts/wheels/windows/build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
param([System.String]$cotire="OFF")

$pythons = "36", "37", "38", "39"
$env:kratos_version = "9.1.3"
$env:kratos_version = "9.1.4"

$kratosRoot = "c:\kratos\kratos"
$env:kratos_root = $kratosRoot
Expand Down

0 comments on commit 05a4cc7

Please sign in to comment.