Skip to content

Commit

Permalink
teach configure about ifx, the latest Intel compiler
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84696 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Jul 16, 2023
1 parent 6befdf8 commit 99c75de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -29492,7 +29492,7 @@ printf "%s\n" "$as_me: WARNING: Use of flat namespace is requested by user." >&2
esac
case "${FC}" in
## Intel compilers
*ifc|*ifort)
*ifc|*ifort|*ifx)
fpicflags="-fpic"
;;
## Nvidia (formerly Portland Group)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,7 @@ dnl ;;
esac
case "${FC}" in
## Intel compilers
*ifc|*ifort)
*ifc|*ifort|*ifx)
fpicflags="-fpic"
;;
## Nvidia (formerly Portland Group)
Expand Down

0 comments on commit 99c75de

Please sign in to comment.