Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maintenance/recipe style fixes #37612

Closed

Conversation

greenc-FNAL
Copy link
Member

greenc-FNAL and others added 30 commits September 9, 2022 14:33
* New command option `spack create --limit #`.

* Corresponding functionality in
  `spack.stage.get_checksums_for_versions()`.
Better description for fetch_more_versions()

url_for_version() expects Version, not str

Style fix
Initial CPAN2Spack run

Handle required input during install process

Add missing/corrected version info

Checkpoint 1

Improve package description formatting and/or text

URL updates/fixes

Remove ambiguity over build system

Checkpoint 2
haampie and others added 5 commits April 26, 2023 09:26
…ured

This looks to me like the best compromise regarding externals in a
buildcache. I wouldn't want `spack install` on my machine to install
specs that were marked external on another. At the same time there are
centers that control the target systems on which spack is used, and
would want to use external in buildcaches.

As a solution, reuse concretization will now consider those externals
used in buildcaches that match a locally configured external in
packages.yaml.

So for example person A installs and pushes specs with this config:

```yaml
packages:
  ncurses:
    externals:
    - spec: ncurses@6.0.12345 +feature
      prefix: /usr
```

and person B concretizes and installs using that buildcache with the
following config:

```yaml
packages:
  ncurses:
    externals:
    - spec: ncurses@6
    prefix: /usr
```

the spec will be reused (or rather, will be considered for reuse...)
…-2023-04-28

Merge from upstream including GCC 13.1.0
@greenc-FNAL
Copy link
Member Author

PR to wrong repo.

@greenc-FNAL greenc-FNAL deleted the maintenance/recipe-style-fixes branch May 12, 2023 13:34
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.

None yet

5 participants