Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VPATH buils fail with v3.5 #44

Open
jgraciahlrs opened this issue Mar 16, 2023 · 0 comments
Open

VPATH buils fail with v3.5 #44

jgraciahlrs opened this issue Mar 16, 2023 · 0 comments

Comments

@jgraciahlrs
Copy link

Building mpiP in-tree works fine. But out-of-tree / VPATH builds fail.

To reproduce:

$> # extract tarball and cd into mpiP directory
$> mkdir mybuild
$> cd mybuild
$> ../configure 
$> make
../arch/arch.h:17:10: fatal error: arch/arch_x86_64.h: No such file or directory

It looks like the include path does not contain $(srcdir).

In fact, calling make as

$> make CPATH=$CPATH:../

serves as a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant