spack/var/spack/repos/builtin/packages/apex/install-includes.patch
Mikael Simberg fdec3b47cc
apex: add patch to install missing header (#28844)
Co-authored-by: Mikael Simberg <mikael.simberg@iki.if>
2022-02-15 01:59:39 -07:00

13 lines
435 B
Diff

diff --git a/src/apex/CMakeLists.standalone b/src/apex/CMakeLists.standalone
index 5acfa34..bb43bd5 100644
--- a/src/apex/CMakeLists.standalone
+++ b/src/apex/CMakeLists.standalone
@@ -143,6 +143,7 @@ INSTALL(FILES apex.h
profiler.hpp
task_wrapper.hpp
task_identifier.hpp
+ dependency_tree.hpp
DESTINATION include)
INSTALL(TARGETS apex RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib)