ImperialCollegeLondon / ImperialCollegeLondon/sharpy

Conflict with libraries in implicit directories

Open
#269 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.