Links to both openmpi and mpich
Open
@tomstitt is already working on this.
Since May 6, 2020.
- Dominant language
- Fortran
- Stars
- 69
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
I tried to create the FreeBSD port, but it links to both openmpi and mpich, which is definitely a mistake.
====> Running Q/A tests (stage-qa)
Warning: 'lib/python3.6/site-packages/pyranda/parcop/parcop.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Error: /usr/local/lib/python3.6/site-packages/pyranda/parcop/parcop.so is linked to /usr/local/mpi/openmpi/lib/libmpi_usempi.so.5 from net/openmpi but it is not declared as a dependency
Error: /usr/local/lib/python3.6/site-packages/pyranda/parcop/parcop.so is linked to /usr/local/mpi/openmpi/lib/libmpi_mpifh.so.12 from net/openmpi but it is not declared as a dependency
Error: /usr/local/lib/python3.6/site-packages/pyranda/parcop/parcop.so is linked to /usr/local/lib/libmpi.so.12 from net/mpich but it is not declared as a dependency
It also doesn't strip binaries.
rev. d39605f
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.