diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-03-16 00:40:45 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-03-16 01:05:35 -0700 |
commit | d9c009973f61a03688f1436c37d61b30f0971f00 (patch) | |
tree | 16ee25cb8dc7a213cc1f01ee82cd05a70a4b2a85 /science/quantum-espresso/files/patch-cmake_qeHelpers.cmake | |
parent | net/libvncserver: Revert fix with ssl from ports (diff) |
science/quantum-espresso: update 6.7.0 → 7.3.1
Diffstat (limited to 'science/quantum-espresso/files/patch-cmake_qeHelpers.cmake')
-rw-r--r-- | science/quantum-espresso/files/patch-cmake_qeHelpers.cmake | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/science/quantum-espresso/files/patch-cmake_qeHelpers.cmake b/science/quantum-espresso/files/patch-cmake_qeHelpers.cmake new file mode 100644 index 000000000000..ddfda0524156 --- /dev/null +++ b/science/quantum-espresso/files/patch-cmake_qeHelpers.cmake @@ -0,0 +1,12 @@ +- workaround for https://gitlab.com/QEF/q-e/-/issues/668 + +--- cmake/qeHelpers.cmake.orig 2024-03-16 03:55:17 UTC ++++ cmake/qeHelpers.cmake +@@ -96,6 +96,7 @@ function(qe_git_submodule_update PATH) + endfunction(_qe_add_cuda_link_flags) + + function(qe_git_submodule_update PATH) ++ return() + # validate submodule_commit_hash_records against git database + get_filename_component(SUBMODULE_NAME ${PATH} NAME) + get_filename_component(SUBMODULE_UPPER_DIR ${PATH} DIRECTORY) |