coreutils can no longer be built in source#3543
Merged
adamjstewart merged 1 commit intospack:developfrom Mar 24, 2017
Merged
Conversation
davydden
approved these changes
Mar 24, 2017
Member
|
Coreutils can no longer be built in-source? EDIT: I mean, is there a typo in the title of the PR? |
diaena
pushed a commit
to diaena/spack
that referenced
this pull request
May 26, 2017
xavierandrade
pushed a commit
to xavierandrade/spack
that referenced
this pull request
Jun 16, 2017
EmreAtes
pushed a commit
to EmreAtes/spack
that referenced
this pull request
Jul 10, 2017
amklinv
pushed a commit
that referenced
this pull request
Jul 17, 2017
SteVwonder
added a commit
to SteVwonder/spack
that referenced
this pull request
Jul 27, 2018
- fix infinite symlink link with workaround documented in PR spack#3543 - when installing master from git, checkout entire repo so that flux-version works - override default check method so that `--test=root` works correctly with flux
SteVwonder
added a commit
to SteVwonder/spack
that referenced
this pull request
Jul 27, 2018
- fix infinite symlink link with workaround documented in PR spack#3543 - when installing master from git, checkout entire repo so that flux-version works - override default check method so that `--test=root` works correctly with flux
SteVwonder
added a commit
to SteVwonder/spack
that referenced
this pull request
Aug 2, 2018
- fix infinite symlink link with workaround documented in PR spack#3543 - when installing master from git, checkout entire repo so that flux-version works - override default check method so that `--test=root` works correctly with flux
SteVwonder
added a commit
to SteVwonder/spack
that referenced
this pull request
Dec 7, 2018
configure was being run twice becuase the staging symlinks were confusing autotools mirror flux-core in building in a subdirectory to avoid other common compilation problems, like the one in PR spack#3543
SteVwonder
added a commit
to SteVwonder/spack
that referenced
this pull request
Dec 11, 2018
configure was being run twice becuase the staging symlinks were confusing autotools mirror flux-core in building in a subdirectory to avoid other common compilation problems, like the one in PR spack#3543
adamjstewart
pushed a commit
that referenced
this pull request
Dec 12, 2018
* flux-sched: fix compilation errors configure was being run twice becuase the staging symlinks were confusing autotools mirror flux-core in building in a subdirectory to avoid other common compilation problems, like the one in PR #3543 * flux-core: update dependencies munge is no longer a dependency provide hints for lua version so that `spack install flux-core` works "out-of-the-box". Currently, when no explicity version is provided, the concretizer attempts to use [email protected], which is invalid. Closes #10000
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.
After the switch to
AutotoolsPackage,coreutilscan no longer be built. This is becausePackageruns./configurewhileAutotoolsPackageruns/absolute/path/to/configure. Building in a different directory solves this issue.Also added the latest version.