On Sat, 30 Jan 2021 at 14:33, Étienne Mollier <[email protected]> wrote:
> Hi Michael, and people at ease with architecture ports, > Hello! The package brian[1] has a mechanism based on the GSL which does > some sort of compilation just-in-time. The default set of build > flags works rather well on all flavors of amd64 architecture > with or without extensions, however not all of the specified > options by default are supported on all architectures. > Hmm.. this sounds like a recipe for a tough time :-D Personally I put no extra effort for mips :-) > [1] https://salsa.debian.org/med-team/brian/-/tree/master https://salsa.debian.org/med-team/brian/-/blob/master/debian/patches/gsl-compiler-arg.patch#L29 -march=native is not allowed as it violates the architecture baseline, unless there is an alternative binary or library built without it. -- Michael R. Crusoe

