Skip to content

nginx: add 1.15.6#9780

Merged
adamjstewart merged 1 commit intospack:developfrom
michaelkuhn:nginx-1.15.6
Nov 13, 2018
Merged

nginx: add 1.15.6#9780
adamjstewart merged 1 commit intospack:developfrom
michaelkuhn:nginx-1.15.6

Conversation

@michaelkuhn
Copy link
Copy Markdown
Member

Needed to compile with gcc@8.

Copy link
Copy Markdown
Contributor

@healther healther left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add conflicts for the versions you know that dont build with gcc@8?

Needed to compile with gcc@8 and recent versions of glibc.
@michaelkuhn
Copy link
Copy Markdown
Member Author

can you add conflicts for the versions you know that dont build with gcc@8?

I could not find the exact version that starts building with gcc@8 but I have added a conflicts that covers all versions we have in Spack.

depends_on('pcre')
depends_on('zlib')

conflicts('%gcc@8:', when='@:1.14')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a msg attribute, you could use it to document that this is based on "all spack knows" rather than on "that's what they claim", but no strong opinions

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just checked out the nginx source again and the fix is not on the 1.14 branch but in 1.15.0, so this conflicts should actually be correct. :-)

@adamjstewart adamjstewart merged commit fe8c287 into spack:develop Nov 13, 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.

3 participants