configure: error: unable to locate liblwgrp installation
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 5
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
`/usr/local/lib $ ls
liblwgrp.a libyogrt libyogrt.so.1 pkgconfig python3.5
liblwgrp.la libyogrt.la libyogrt.so.1.0.0 pypy2.7
liblwgrp.so libyogrt.so pdsh python2.7
`
`./configure --with-lwgrp="/usr/local/lib/"`
`Checking whether /usr/bin/mpicc responds to '-showme:compile'... yes
checking for liblwgrp installation...
configure: error: unable to locate liblwgrp installation`
This was run on a raspbian stretch release: https://www.raspberrypi.org/downloads/raspbian/ dated April 2019
Other packages related to SCR compiled and built without problem. This is a Raspberry PI 3B with an armv71 CPU with 4 64-bit cores.
Note that this appears to build correctly in the context of scr/buildmedeps but not from a git clone, so I suspect a minor configuration/context issue.
Contributor guide
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.
Research direction
Start by reproducing the failure with ./configure --with-lwgrp="/usr/local/lib/" on the described Raspbian environment, comparing it with the scr/buildmedeps context. Trace the configure checks for liblwgrp installation and determine why the displayed library files are not accepted. Done means configuration locates the installation successfully without breaking the existing build path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100