Fix compilation with GCC 13 and Ubuntu 24.04 (#362)
* Modified submodules dyninst and timemory.
* Modified PAPI submodule to fix GCC 13 build for Ubuntu 24.04.
* Updated PAPI submodule URL.
* Fixed papi submodule URL.
* Using latest tag (papi-7-1-0-t) for papi submodule.
* Update submodule dyninst to new version
* Added a mirror to elfutils
[ROCm/rocprofiler-systems commit: c11abc4ea1]
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
url = https://github.com/kokkos/kokkos.git
|
||||
[submodule "external/papi"]
|
||||
path = external/papi
|
||||
url = https://bitbucket.org/icl/papi.git
|
||||
url = https://github.com/icl-utk-edu/papi.git
|
||||
[submodule "external/pybind11"]
|
||||
path = external/pybind11
|
||||
url = https://github.com/jrmadsen/pybind11.git
|
||||
|
||||
@@ -104,6 +104,7 @@ externalproject_add(
|
||||
PREFIX ${PROJECT_BINARY_DIR}/external/elfutils
|
||||
URL ${ElfUtils_DOWNLOAD_URL}
|
||||
"https://sourceware.org/elfutils/ftp/${ElfUtils_DOWNLOAD_VERSION}/elfutils-${ElfUtils_DOWNLOAD_VERSION}.tar.bz2"
|
||||
"https://mirrors.kernel.org/sourceware/elfutils/${ElfUtils_DOWNLOAD_VERSION}/elfutils-${ElfUtils_DOWNLOAD_VERSION}.tar.bz2"
|
||||
BUILD_IN_SOURCE 1
|
||||
CONFIGURE_COMMAND
|
||||
${CMAKE_COMMAND} -E env CC=${ElfUtils_C_COMPILER}
|
||||
|
||||
+1
-1
Submodule projects/rocprofiler-systems/external/dyninst updated: 1ed7d85507...3d1942dee7
+1
-1
Submodule projects/rocprofiler-systems/external/papi updated: effd1ef4e0...3ce9001dff
Reference in New Issue
Block a user