I've made incremental progress in getting numpy 2.0 to build and install on current. Today, older versions must be used as the latest fails during installation with a compilation problem.
I'm happy to report the first of those dependent items has been updated - x86-simd-sort. Pull request 157 ( https://github.com/intel/x86-simd-sort/pull/157) adds conditional compilation flags for our type sizes as well as being behind on Clang major versions. If anyone else is working on numpy 2.0 support or has already gone down this path, I would be happy to coordinate to fix all the upstream dependencies. Note that even with this fix in place, numpy still fails. I will report back when more progress is made. Respectfully, Ron