macOS wheels builds are failing due to out of date FrameL in MacPorts
Following !1588 (merged) the macOS wheels build are failing.
In file included from LALFrameL.c:41:
/opt/local/include/FrameL.h:635:27: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes]
FrFile* FrFileIInMemoryNew();
^
void
1 error generated.
This issue had been fixed in newer FrameL versions, but as MacPorts is unmaintained the version of FrameL is out of date.
As MacPorts is essentially unmaintained as far as our software stack is concerned the wheels build should be updated to use the Conda environments.
/cc @leo-singer