Skip to content

Commit

Permalink
use internal ${includedir} variable for moduledir
Browse files Browse the repository at this point in the history
Co-authored-by: Lisandro Dalcin <dalcinl@gmail.com>
  • Loading branch information
minrk and dalcinl authored Jul 30, 2024
1 parent 3852b25 commit 1cee4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/build-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fi
--enable-mpi-fortran \
--disable-wrapper-rpath \
--disable-wrapper-runpath \
--with-mpi-moduledir="$PREFIX/include" \
--with-mpi-moduledir='${includedir}' \
--with-wrapper-cflags="-I$PREFIX/include" \
--with-wrapper-cxxflags="-I$PREFIX/include" \
--with-wrapper-fcflags="-I$PREFIX/include" \
Expand Down

0 comments on commit 1cee4bd

Please sign in to comment.