Changed libdir for external libraries built with autotools (#24)
Dieser Commit ist enthalten in:
committet von
David Galiffi
Ursprung
7633d86c62
Commit
4e34700892
+1
-1
@@ -9,7 +9,7 @@
|
||||
url = https://github.com/jrmadsen/ELFIO.git
|
||||
[submodule "external/dyninst"]
|
||||
path = external/dyninst
|
||||
url = https://github.com/jrmadsen/dyninst.git
|
||||
url = https://github.com/ROCm/dyninst.git
|
||||
[submodule "external/PTL"]
|
||||
path = external/PTL
|
||||
url = https://github.com/jrmadsen/PTL.git
|
||||
|
||||
@@ -112,7 +112,7 @@ externalproject_add(
|
||||
CXXFLAGS=-fPIC\ -O3\ -Wno-error=null-dereference
|
||||
[=[LDFLAGS=-Wl,-rpath='$$ORIGIN']=] <SOURCE_DIR>/configure --enable-install-elfh
|
||||
--prefix=${_eu_root} --disable-libdebuginfod --disable-debuginfod --disable-nls
|
||||
--enable-thread-safety --enable-silent-rules
|
||||
--enable-thread-safety --enable-silent-rules --libdir=${_eu_root}/lib
|
||||
BUILD_COMMAND ${MAKE_COMMAND} install -s
|
||||
BUILD_BYPRODUCTS "${_eu_build_byproducts}"
|
||||
INSTALL_COMMAND "")
|
||||
|
||||
@@ -211,6 +211,7 @@ externalproject_add(
|
||||
--prefix=${ROCPROFSYS_PAPI_INSTALL_DIR} --with-static-lib=yes --with-shared-lib=no
|
||||
--with-perf-events --with-tests=no
|
||||
--with-components=${_ROCPROFSYS_PAPI_COMPONENTS}
|
||||
--libdir=${ROCPROFSYS_PAPI_INSTALL_DIR}/lib
|
||||
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E env CFLAGS=-fPIC\ -O3\ -Wno-stringop-truncation
|
||||
${ROCPROFSYS_PAPI_EXTRA_ENV} ${MAKE_EXECUTABLE} static install -s
|
||||
BUILD_COMMAND ${CMAKE_COMMAND} -E env CFLAGS=-fPIC\ -O3\ -Wno-stringop-truncation
|
||||
|
||||
Vendored
+1
-1
Submodul external/dyninst aktualisiert: 3d1942dee7...ccf4c24749
Vendored
+1
-1
Submodul external/timemory aktualisiert: 68ce420086...ba3c648677
In neuem Issue referenzieren
Einen Benutzer sperren