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
Dieser Commit ist enthalten in:
@@ -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}
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren