There is an updated pull request by tornaria against master on the void-packages repository https://github.com/tornaria/void-packages math1 https://github.com/void-linux/void-packages/pull/29997 Several math libraries #### General - [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me #### Notes - This includes: `givaro`, `fflas-ffpack`, `linbox`, `gf2x` (see also #29783), `ntl`, `flintlib`, `arb`, one commit each. - Everything is tested and check pass in x86_64, x86_64-musl, i686. - Except `gf2x`, everything is nocross. - I tried to make sure everything works with baseline x86_64 as defined [here](https://en.wikipedia.org/wiki/X86-64#Microarchitecture_Levels), essentially it means SSE2 is ok, but SSE3 is not. - I added a general option `native`, which defaults to off. When turned on, it will let the libraries compile for the build machine which often results in significant improvements. I will have a few more coming, but it takes a real effort to turn a works-for-me template into a portable one. A patch file from https://github.com/void-linux/void-packages/pull/29997.patch is attached