-
Notifications
You must be signed in to change notification settings - Fork 2.4k
boost install: missing libraries #11467
Copy link
Copy link
Closed as not planned
Labels
Description
after boost is built, no boost_context or boost_coroutine found
Steps to reproduce the issue
$ spack install [email protected]%clang
the install will success but there are some library not build such as boost_context boost_coroutine2Platform and user environment
$ uname -a
Linux ubuntu 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -d
Description: Ubuntu 18.04.1 LTS
and, if relevant, post or attach:
packages.yamlcompilers.yaml
to the issue
Additional information
I find something in build.out which casue the library not building :
Component configuration:
- atomic : building
- chrono : building
- container : not building
- context : not building
- coroutine : not building
- coroutine2 : not building
I thought there should be some varint to let me choose where to build then
$ spack install [email protected]%clang +context+coroutine2
==> Error: Package boost has no variant {'coroutine2', 'context'}!
Reactions are currently unavailable