mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
- Remove slurm from default options - Reinstate romio in default option - Remove level-zero dependency Changelog: https://docs.open-mpi.org/en/v5.0.x/release-notes/changelog/v5.0.x.html#open-mpi-version-v5-0-4 PR: 280369
12 lines
367 B
Text
12 lines
367 B
Text
--- 3rd-party/romio341/mpl/configure.orig 2024-07-21 08:39:24 UTC
|
|
+++ 3rd-party/romio341/mpl/configure
|
|
@@ -17666,7 +17666,8 @@ fi
|
|
fi
|
|
|
|
|
|
-if test "$have_gpu" = "no" ; then
|
|
+# Disable Level Zero - See https://github.com/open-mpi/ompi/issues/9715
|
|
+if test "$have_gpu" = "DISABLED" ; then
|
|
# Check Level Zero availability when no other GPU library is available
|
|
|
|
|