Is the math/lapack package generally safe to be built in parallel? On MacOS, I am having trouble and need MAKE_JOBS_SAFE=no, because when built in parallel some files seem not yet built when another rule tries to do something with them. I’m wondering if this is a platform-specific problem or a more general one. Cheers, Brook