Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* new package: py-lark to replace py-lark-parser
* update packages that need py-lark-parser and use py-lark instead
|
|
|
|
* add new py-ats version
* fix copyright date
|
|
|
|
|
|
* Add py-torch v1.12, py-torchvision v0.13
* Style fix
|
|
|
|
* Add AWS RADIUSS builds
* Correct variable naming
* Add two more MFEM specs
* Updates to MFEM spec suggested by @v-dobrev
* Simplify MFEM specs
|
|
* lammps package: kokkos variant, add support for cray-fftw
* lammps package: added bugfix version 20210929.3
* lammps package: added packages molfile, plugin, user-brownian
* lammps package: package refactor at versions 20210702 and 20210728
* lammps package: fix for ml-iap variant
* lammps package: fix for conflicts of dielectric variant
* lammps package: edits for flake8 layout compliance
|
|
lhapdf) (#31329)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
Also, fix a build issue.
|
|
|
|
|
|
|
|
|
|
architecture into CMake (#31326)
|
|
|
|
|
|
|
|
|
|
|
|
* kealib: add command property
* Correct exe name on Windows
|
|
|
|
|
|
|
|
|
|
|
|
* [py-aiocontextvars] New package
* [py-aiocontextvars] Added types
* [py-aiocontextvars]
- removed test dependencies
- flake8
* [py-aiocontextvars] fixed dependency types
* [py-aiocontextvars] spack -> spack.package
* [py-aiocontextvars] depends on setuptools
Co-authored-by: James A Zilberman <jazrc@rit.edu>
|
|
Building on #24639, this allows versions to be prefixed by `git.`. If a version begins `git.`, it is treated as a git ref, and handled as git commits are starting in the referenced PR.
An exception is made for versions that are `git.develop`, `git.main`, `git.master`, `git.head`, or `git.trunk`. Those are assumed to be greater than all other versions, as those prefixed strings are in other contexts.
|
|
* Sherpa: add libs (shared, static, both) variant
* PEP-8
|
|
* gpi-space: add new version
* gpi-space: update copyright year
|
|
|
|
This commit adds some changes which improve use of Spack-installed
oneAPI packages with Spack-generated modules, but not within Spack
(e.g. if you install some of these packages with Spack, then load
their associated modules to build other packages outside of Spack).
The majority of the PR diff is refactoring. The functional changes
are:
* intel-oneapi-mkl:
* setup_run_environment: update Intel compiler flags to RPATH the
mkl libs
* intel-oneapi-compilers: update the compiler configuration to RPATH
libraries installed by this package (note that Spack already handled
this when installing dependent packages with Spack, but this is
specifically to use the intel-oneapi-compilers package outside
of Spack). Specifically:
* inject_rpaths: this modifies the binaries installed as part of
the intel-oneapi-compilers package to RPATH libraries provided
by this package
* extend_config_flags: this instructs the compiler executables
provided by this package to RPATH those same libraries
Refactoring includes:
* intel-oneapi-compilers: in addition to the functional changes,
a large portion of this diff is reorganizing the creation of
resources/archives downloaded for the install
* The base oneAPI package renamed component_path, so several packages
changed as a result:
* intel-oneapi-dpl
* intel-oneapi-dnn
* extrae
* intel-oneapi-mpi:
* Perform file filtering in one pass rather than two
|
|
* feynhiggs: add new package
* Update var/spack/repos/builtin/packages/feynhiggs/package.py
* Update var/spack/repos/builtin/packages/feynhiggs/package.py
|
|
Allow `spack external find` (with no extra args) to proceed if the manifest file exists but
without sufficient permissions; in that case, print a warning. Also add a test for that behavior.
TODOs:
- [x] continue past any exception raised during manifest parsing as part of `spack external find`,
except for CTRL-C (and other errors that indicate immediate program termination)
- [x] Semi-unrelated but came up when discussing this with the user who reported this issue to
me: the manifest parser now accepts older schemas
See: https://github.com/spack/spack/issues/31191
|
|
Co-authored-by: Mark Olesen <Mark.Olesen@esi-group.com>
|
|
Co-authored-by: Pariksheet Nanda <pnanda@necrosis.micro.med.umich.edu>
|