Skip to content

boost install: missing libraries #11467

@abc19899

Description

@abc19899

build.out.txt

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_coroutine2

Platform 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.yaml
  • compilers.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'}!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions