Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/febiosoftware/FEBio into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
SteveMaas1978 committed Feb 13, 2025
2 parents fb950d1 + 50b16fa commit 376c730
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infrastructure/common/linux/dependencies/netgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -o errexit
set -o verbose

NETGEN="https://github.com/NGSolve/netgen.git"
BRANCH="v6.2.2307"
BRANCH="v6.2.2406"

build_and_install() {
local source=$1
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/common/macos/netgen.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/zsh
pushd $SOURCE_PATH

git clone --depth 1 --branch "v6.2.2307" "https://github.com/NGSolve/netgen.git"
git clone --depth 1 --branch "v6.2.2406" "https://github.com/NGSolve/netgen.git"
pushd netgen
cmake . -L -B cmbuild \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/common/windows/netgen.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
call "%ONEAPI_ROOT%setvars.bat" --force
pushd %SOURCE_PATH%
set SOURCE="https://github.com/NGSolve/netgen.git"
set BRANCH="v6.2.2307"
set BRANCH="v6.2.2406"

git clone --depth 1 --branch "%BRANCH%" "%SOURCE%" "%BRANCH%"
pushd %BRANCH%
Expand Down

0 comments on commit 376c730

Please # to comment.