bsc-performance-tools / extrae

Instrumentation framework to generate execution traces of the most used parallel runtimes.
https://tools.bsc.es/extrae
GNU Lesser General Public License v2.1
58 stars 35 forks source link

Enable cross-compilation to `powerpc64le` architecture #75

Closed mofeing closed 1 year ago

mofeing commented 1 year ago

This fixes one cross-compilation issue when trying to cross-compile to powerpc64le architecture, as explained in JuliaPackaging/Yggdrasil#5991.

mofeing commented 1 year ago

I've seen you have added support for powerpc64le. Thanks!