ImperialCollegeLondon / ImperialCollegeLondon/sharpy
Conflict with libraries in implicit directories
@ben-l-p is already working on this.
Since Nov 1, 2023.
- Dominant language
- Python
- Stars
- 191
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Post completion of solving environment and activating sharpy environment, while running "cmake .." command, there is an issue with libraries in implicit directories.
OS: Oracle VirtualBox - Ubuntu 22.04.3
The following error message is received:
CMake Warning at lib/xbeam/CMakeLists.txt:12 (add_library):
Cannot generate a safe runtime search path for target xbeam because files
in some directories may conflict with libraries in implicit directories:
runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/11 may be hidden by files in:
/home/Anaconda/envs/sharpy/lib
Some of these libraries may not be found correctly.
CMake Warning at lib/UVLM/CMakeLists.txt:11 (add_library):
Cannot generate a safe runtime search path for target uvlm because files in
some directories may conflict with libraries in implicit directories:
runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/11 may be hidden by files in:
/home/Anaconda/envs/sharpy/lib
Some of these libraries may not be found correctly.
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.
Assessment
This issue has not been assessed yet.