Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ elseif(${CMAKE_Fortran_COMPILER_ID} STREQUAL "NVHPC")
endif()

include(FetchContent)
set(FORTIO_REF 4af4f714eecc1430879c95dd144f6ead229158ce CACHE STRING
set(FORTIO_REF 11afd0bd1af0c99ea4e9a1c0df683dbdcc299b69 CACHE STRING
"Fortio commit, tag, or branch used for the build")
if(NOT TARGET fortio)
FetchContent_Declare(
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
fortio = {
url = "github:lazy-fortran/fortio/4af4f714eecc1430879c95dd144f6ead229158ce";
url = "github:lazy-fortran/fortio/11afd0bd1af0c99ea4e9a1c0df683dbdcc299b69";
flake = false;
};
fortnum = {
Expand Down
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ maintainer = "albert@tugraz.at"
copyright = "Copyright 2025, Plasma Physics at TU Graz"

[dependencies]
fortio = { git = "https://github.com/lazy-fortran/fortio.git", rev = "4af4f714eecc1430879c95dd144f6ead229158ce" }
fortio = { git = "https://github.com/lazy-fortran/fortio.git", rev = "11afd0bd1af0c99ea4e9a1c0df683dbdcc299b69" }
fortnum = { git = "https://github.com/lazy-fortran/fortnum.git", rev = "62a559c0b8e1b28bd63550164a09ed9644e659b1" }

[build]
Expand Down
2 changes: 1 addition & 1 deletion tools/h5merge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(BUILD_TESTING OFF CACHE BOOL "Do not build dependency tests" FORCE)
FetchContent_Declare(
fortio
GIT_REPOSITORY https://github.com/lazy-fortran/fortio.git
GIT_TAG 4af4f714eecc1430879c95dd144f6ead229158ce
GIT_TAG 11afd0bd1af0c99ea4e9a1c0df683dbdcc299b69
)
FetchContent_MakeAvailable(fortio)

Expand Down
Loading