https://bugzilla.redhat.com/show_bug.cgi?id=1382755 --- Comment #18 from Christoph Junghans <junghans@xxxxxxxxx> --- (In reply to Antonio Trande from comment #17) > - MPI builds are not using MPI compilers: > > OpenMPI build must use mpic++ that's located in '/usr/lib64/openmpi/bin'. > MPICH build must use mpic++ that's located in '/usr/lib64/mpich/bin'. > > Force CXX flags after %{_mpich_load} and %{_openmpi_load} with: > > export CXX=mpic++ Legion doesn't actually depends on MPI and hence using mpic++ as a compiler might lead to overlinking. Legion only depends on Gasnet, which comes in two mpi variants. The reason that legion looks for mpi can be found here: <https://github.com/StanfordLegion/legion/pull/205> And doesn't really apply on Fedora as we are using shared libs for gasnet. > - Use %{_mpich_load} and %{_openmpi_load} into '%install' section too. Will do. > - There are test files available for testing 'legion' Last time I checked the tests only work in the non-cmake build system, but I will check again. > - *.cmake file go in '/usr/lib(64)/cmake/legion', not under /usr/share. Ok. > - 'fedora-review' tool seems not able to download src-rpm from github.io; > please, use your 'fedorapeople' space if you can. Ok, is there a way to pull the srpm from koji? -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx