You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building mpiP outside of teh source tree fails for me.
Reproducing the problem is simple:
cd mpiP-3.4.1
mkdir _build; cd __build
../configure ....
make shared
make install
I run into two issues:
The header file mpiPi.h is not found during compilation.
A quick fix is to have CFLAGS="-I.", but the build system should deal with this.
Later on, I get the error:
/usr/bin/install -c doc/*txt doc/*html doc/README ...../share/doc/mpip ; \
/usr/bin/install: cannot stat ‘doc/*txt’: No such file or directory
/usr/bin/install: cannot stat ‘doc/*html’: No such file or directory
/usr/bin/install: cannot stat ‘doc/README’: No such file or directory
The text was updated successfully, but these errors were encountered:
Building mpiP outside of teh source tree fails for me.
Reproducing the problem is simple:
I run into two issues:
mpiPi.h
is not found during compilation.A quick fix is to have
CFLAGS="-I.",
but the build system should deal with this.The text was updated successfully, but these errors were encountered: