Skip to content

flux: changed default value for doc variant to False#7749

Merged
alalazo merged 1 commit intospack:developfrom
epfl-scitas:fixes/docs_disabled_by_default
Apr 13, 2018
Merged

flux: changed default value for doc variant to False#7749
alalazo merged 1 commit intospack:developfrom
epfl-scitas:fixes/docs_disabled_by_default

Conversation

@alalazo
Copy link
Copy Markdown
Member

@alalazo alalazo commented Apr 13, 2018

fixes #2095

@adamjstewart
Copy link
Copy Markdown
Member

Does this bring in any extra dependencies? Increase the build time? I think the point of #2095 wasn't that documentation isn't useful, just that it isn't worth installing dependencies for.

@alalazo
Copy link
Copy Markdown
Member Author

alalazo commented Apr 13, 2018

@adamjstewart I understood the issue more like asking for an informal convention, like we have for shared=True

EDIT: flux was the only package I found in the built-in repo with +doc as a default instead of ~doc

@alalazo
Copy link
Copy Markdown
Member Author

alalazo commented Apr 13, 2018

Just checked, it brings in:

depends_on("asciidoc", type='build', when="+docs")

and this package brings in a few other dependencies:

$ spack spec asciidoc
Input spec
--------------------------------
asciidoc

Concretized
--------------------------------
asciidoc@8.6.9%gcc@4.8 arch=linux-ubuntu14.04-x86_64 
    ^docbook-xml@4.5%gcc@4.8 arch=linux-ubuntu14.04-x86_64 
    ^docbook-xsl@1.79.1%gcc@4.8 arch=linux-ubuntu14.04-x86_64 
    ^libxml2@2.9.4%gcc@4.8~python arch=linux-ubuntu14.04-x86_64 
        ^pkgconf@1.4.0%gcc@4.8 arch=linux-ubuntu14.04-x86_64 
        ^xz@5.2.3%gcc@4.8 arch=linux-ubuntu14.04-x86_64 
        ^zlib@1.2.11%gcc@4.8+optimize+pic+shared arch=linux-ubuntu14.04-x86_64 
    ^libxslt@1.1.29%gcc@4.8+crypto arch=linux-ubuntu14.04-x86_64 
        ^libgcrypt@1.8.1%gcc@4.8 arch=linux-ubuntu14.04-x86_64 
            ^libgpg-error@1.27%gcc@4.8 arch=linux-ubuntu14.04-x86_64 
        ^libiconv@1.15%gcc@4.8 arch=linux-ubuntu14.04-x86_64 

so proceeding with the merge.

@alalazo alalazo merged commit 94fbd7b into spack:develop Apr 13, 2018
@alalazo alalazo deleted the fixes/docs_disabled_by_default branch April 13, 2018 13:59
baberlevi pushed a commit to ResearchIT/spack that referenced this pull request Apr 18, 2018
ch741 pushed a commit to ch741/spack that referenced this pull request Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Don't Build Docs by Default!

3 participants