From f798e107f82ed167bcb7cc6e7f4522d47ec77017 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Tue, 18 Apr 2023 09:29:09 -0500 Subject: [PATCH 1/2] Fix typo for Crusher modulefile customization introduced with #113 Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: db9d8f85f14775ca37af63353aabc157432106c9] --- projects/rocprofiler-compute/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index 263539d383..7306a01d1e 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -149,7 +149,7 @@ if(LOCALHOST MATCHES ".*\.crusher\.olcf\.ornl\.gov") file(READ ${PROJECT_SOURCE_DIR}/cmake/modfile.crusher.mod mod_additions) file( APPEND - ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_DATAROOTDIR}/modulefiles/${PROJECT_NAME}/${OMNIPERF_FULL__VERSION}.lua + ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_DATAROOTDIR}/modulefiles/${PROJECT_NAME}/${OMNIPERF_FULL_VERSION}.lua ${mod_additions}) list(POP_BACK CMAKE_MESSAGE_INDENT) endif() From 7aa9798f3f641795a8a18b324ac978b81c985ee9 Mon Sep 17 00:00:00 2001 From: Cristian Di Pietrantonio Date: Wed, 19 Apr 2023 14:48:38 +0800 Subject: [PATCH 2/2] Update requirements.txt On some systems setuptools (needed by dash-bootstrap-components) is not installed by default. Weirdly enough, it is not installed as dependency of Dash. Signed-off-by: Cristian Di Pietrantonio [ROCm/rocprofiler-compute commit: d5289d2c4cb40163e99d859d792d7a32851f76df] --- projects/rocprofiler-compute/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler-compute/requirements.txt b/projects/rocprofiler-compute/requirements.txt index ced0520724..1c28bddd2f 100644 --- a/projects/rocprofiler-compute/requirements.txt +++ b/projects/rocprofiler-compute/requirements.txt @@ -11,3 +11,4 @@ tqdm dash-svg dash-bootstrap-components kaleido +setuptools