termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.31k stars 3.06k forks source link

Package request: Phoronix Test Suite #842

Open MineFuehrer opened 7 years ago

MineFuehrer commented 7 years ago

The suite downloads and compiles benchmarks to be run and their results uploaded to openbenchmarking.org

Using the fix-shebang script is not practical due to the number of scripts in different languages. Some sort of automated solution is called for.

MineFuehrer commented 7 years ago

Also, when any benchmark needs recompiling/reinstalling, the source gets unpacked from scratch, nullifying all the fixed shebangs.

vishalbiswas commented 7 years ago

I initially tried to do this, but, the code is a mess of hardcoded paths. I mean, they don't have a concept of prefix.

ghost commented 6 years ago

@vishalbiswas see my comment at https://github.com/phoronix-test-suite/phoronix-test-suite/issues/165