diff options
author | Kevin Meagher <11620178+kjmeagher@users.noreply.github.com> | 2020-10-28 11:19:50 -0500 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-08-04 19:29:05 +0200 |
commit | 7ce29e1eda0425205770b9952aa476126d73e7d2 (patch) | |
tree | f2bf1a6ad18cb7de3962ef788dcd7a776ce5d854 /mesonbuild/scripts/coverage.py | |
parent | 9da99e7a59cafdb9746ccd0cc148e454f0fa8b44 (diff) | |
download | meson-7ce29e1eda0425205770b9952aa476126d73e7d2.zip meson-7ce29e1eda0425205770b9952aa476126d73e7d2.tar.gz meson-7ce29e1eda0425205770b9952aa476126d73e7d2.tar.bz2 |
Relax restrictions on detecting boost dependency
This does two things:
* allows the library files to be symlinks
* searches `lib` and `lib64` in `BOOST_ROOT` even if it finds lib
directories from the compiler
The first condition is needed for the homebrew on macOS because boost and boost
python are provided in seperate packages and are put together in /usr/local/lib
with symlinks to the library files. The both conditions are needed for high
performace computing environments where dependencies are often provided in
nonstandard directories with symlinks
A test case was added which looks for boost libraries in seperate directories
which have been symlinked to BOOST_ROOT/lib
Diffstat (limited to 'mesonbuild/scripts/coverage.py')
0 files changed, 0 insertions, 0 deletions