-
Notifications
You must be signed in to change notification settings - Fork 68
oshmem: replace header files in include/mpp with symlinks #1269
oshmem: replace header files in include/mpp with symlinks #1269
Conversation
This is a work around to avoit what looks like a CMake bug Thanks Paul Kapinos for the report Fixes open-mpi/ompi#1868 (cherry picked from commit open-mpi/ompi@2a98f9f)
|
Test FAILed. |
|
:bot:assign: @jsquyres |
|
Test PASSed. |
|
|
||
| uninstall-local: | ||
| rm -f $(DESTDIR)/$(includedir)/mpp/shmem.h \ | ||
| $(DESTDIR)/$(includedir)/mpp/shmem.fh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't you need to remove the mpp directory as well?
|
@jsquyres that is an option bottom line, directories are not removed, so for the sake of consistency, i chose not to remove the |
|
:bot:nolabel:pushed-back |
|
@ggouaillardet You're right; I guess I thought that |
|
bot:retest |
|
Test PASSed. |
|
Test FAILed. |
This is a work around to avoit what looks like a CMake bug
Thanks Paul Kapinos for the report
Fixes open-mpi/ompi#1868
(cherry picked from commit open-mpi/ompi@2a98f9f)