Skip to content

Commit

Permalink
Merge pull request #13117 from opoplawski/openjdk
Browse files Browse the repository at this point in the history
Latest Fedora has dropped the arch suffix from the openjdk directory
  • Loading branch information
jsquyres authored Mar 4, 2025
2 parents 42b17ae + 28e08db commit 899f253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ompi_setup_java.m4
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ AC_DEFUN([_OMPI_SETUP_JAVA],[
if test "$ompi_java_found" = "0"; then
# Various Linux
if test -z "$JAVA_HOME"; then
ompi_java_dir='/usr/lib/jvm/java-*-openjdk-*/include/'
ompi_java_dir='/usr/lib/jvm/java-*-openjdk*/include/'
else
ompi_java_dir=$JAVA_HOME/include
fi
Expand Down

0 comments on commit 899f253

Please sign in to comment.