clean up how spack builds clingo#20159
Closed
cosmicexplorer wants to merge 11 commits intospack:developfrom
Closed
clean up how spack builds clingo#20159cosmicexplorer wants to merge 11 commits intospack:developfrom
cosmicexplorer wants to merge 11 commits intospack:developfrom
Conversation
098210c to
2e8569b
Compare
Contributor
Author
b27af7c to
614980a
Compare
1 task
This was referenced Dec 2, 2020
2261ca2 to
f12f30a
Compare
a25b6d6 to
6c81808
Compare
This was referenced Dec 6, 2020
3 tasks
create a reasonable variant of python to build from scratch add todo
revert unnecessary changes Fix building on osx
update clingo package.py fix python args in clingo package.py bootstrap clingo in setup-env.sh avoid setting concretizer: clingo in defaults fix long lines merge in spack#20139 give the interpreter selection a piece of my mind revert setup-env.sh changes remove extraneous cmake args make clingo build on spack/centos6 via bootstrapping python and gcc
tmp fix centos6 failure
6c81808 to
eb3f775
Compare
Contributor
Author
|
Currently failing the centos6 shard with the following: This is from the line: I assumed that this line above would avoid the issue: It may be that I'm loading the installed python 2.7 after loading gcc, but "no compilers with spec [email protected]" is a pretty specific error message. |
3 tasks
Member
|
Superseded by #22720. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Fixes #20123, subsumes #20218.
Note: this PR does not attempt to address the problem of actually making spack build clingo on demand in such environments. We will rely on #20207 for that.
Solution
clingo+pythonto depend onpython+shared(this was already necessary, but was working because thepythonpackage defaults to+shared).Result
clingoto bootstrap itself in python 2.6-only environments.