Skip to content

coreutils can no longer be built in source#3543

Merged
adamjstewart merged 1 commit intospack:developfrom
adamjstewart:fixes/coreutils
Mar 24, 2017
Merged

coreutils can no longer be built in source#3543
adamjstewart merged 1 commit intospack:developfrom
adamjstewart:fixes/coreutils

Conversation

@adamjstewart
Copy link
Copy Markdown
Member

After the switch to AutotoolsPackage, coreutils can no longer be built. This is because Package runs ./configure while AutotoolsPackage runs /absolute/path/to/configure. Building in a different directory solves this issue.

Also added the latest version.

@alalazo
Copy link
Copy Markdown
Member

alalazo commented Mar 24, 2017

Coreutils can no longer be built in-source?

EDIT: I mean, is there a typo in the title of the PR?

@adamjstewart adamjstewart changed the title coreutils can no longer be built out of source coreutils can no longer be built in source Mar 24, 2017
@adamjstewart adamjstewart merged commit eca8f54 into spack:develop Mar 24, 2017
@adamjstewart adamjstewart deleted the fixes/coreutils branch March 24, 2017 20:44
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants