Skip to content

Commit bbc7211

Browse files
authored
fix hipfort versioning off of develop HEAD (#406)
1 parent 1b005f9 commit bbc7211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/dependencies/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if (MFC_HIPFORT)
8686
if (CMAKE_Fortran_COMPILER_ID STREQUAL "Cray")
8787
ExternalProject_Add(hipfort
8888
GIT_REPOSITORY "https://github.com/ROCmSoftwarePlatform/hipfort"
89-
GIT_TAG develop
89+
GIT_TAG rocm-6.0.2
9090
GIT_SHALLOW ON
9191
GIT_PROGRESS ON
9292
CMAKE_ARGS "-DHIPFORT_COMPILER=${CMAKE_Fortran_COMPILER}"

0 commit comments

Comments
 (0)