Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
The package list at https://spack.readthedocs.io/en/latest/package_list.html claims "it is automatically generated based on the packages in the latest Spack release" but it is actually based on the develop branch. This leads to confusion when users find that e.g. herwigpp is included in the list, but it cannot be found when they install the latest release. That latest release has a package list at https://spack.readthedocs.io/en/stable/package_list.html which does indeed not include herwigpp.
Changing the language from "the latest Spack release" to "this Spack version" might make that clearer. Maybe.
|
|
* Adding external support to mpich
* Removing debugging print statement.
|
|
|
|
* Adding vvtest to spack
* Fixing flake8 failures
* Adding suggestions
* Removing unnecessary import
* Incorporating suggested changes
|
|
|
|
|
|
* ecp-io-sdk: Add preferred variants to all dependencies
* ecp-viz-sdk: Add preferred variants to all dependencies
|
|
(#19341)
This reverts commit e7f574aad5e89be222fbee0dff72f685f87f165c.
|
|
* Add new package: e2fsprogs
* refine setup_run_environment()
|
|
|
|
|
|
|
|
* Fix for buildcache -o
The method has more positional arguments than the caller expects.
* Address length issue.
Fix pylint/flake errors.
|
|
* bash: add flag on macOS
* Add flag unconditionally
|
|
|
|
* Update libensemble to v0.7.1
* Update var/spack/repos/builtin/packages/py-libensemble/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
|
|
(#18559)
|
|
* Add LLVM 11.0.0
* This longdouble patch was merged in.
|
|
|
|
Co-authored-by: iarspider <iarpsider@gmail.com>
|
|
* Add external package support to xz
* Flake-8
Co-authored-by: iarspider <iarpsider@gmail.com>
|
|
* Add external package support to bzip2
* Flake-8
* Flake-8 part 2
Co-authored-by: iarspider <iarpsider@gmail.com>
|
|
* Add nvhpc compiler definition: "spack compiler add" will now look
for instances of the NVIDIA HPC SDK compiler executables
(nvc, nvc++, nvfortran) in supplied paths
* Add the nvhpc package which installs the nvhpc compiler
* Add testing for nvhpc detection and C++-standard/pic flags
Co-authored-by: Scott McMillan <smcmillan@nvidia.com>
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
Output was, e.g. `Executables in /bin and /,u,s,r,/,b,i,n are both associated with the same spec xz@5.2.2`, will be `Executables in /bin and /usr/bin are both associated with the same spec xz@5.2.2`.
|
|
|
|
|
|
Previously config.guess and config.sub were patched only
in the root of the source path.
This modification extend the previous behavior to patch every
config.guess or config.sub file even in subfolders, if need be.
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
* allow environments to specify dev-build packages
* spack develop and spack undevelop commands
* never pull dev-build packges from bincache
* reinstall dev_specs when code has changed; reinstall dependents too
* preserve dev info paths and versions in concretization as special variant
* move install overwrite transaction into installer
* move dev-build argument handling to package.do_install
now that specs are dev-aware, package.do_install can add
necessary args (keep_stage=True, use_cache=False) to dev
builds. This simplifies driving logic in cmd and env._install
* allow 'any' as wildcard for variants
* spec: allow anonymous dependencies
raise an error when constraining by or normalizing an anonymous dep
refactor concretize_develop to remove dev_build variant
refactor tests to check for ^dev_path=any instead of +dev_build
* fix variant class hierarchy
|
|
* make opengl and spectrum-mpi set has_code = False
|
|
* update to migraphx for rocm_3.7.0 and rocm_3.8.0
* fix flake8 errors
* address review comments
* review changes
* removed the msgpack,mentioned twice
|
|
* Add new package: bdii
* bdii: refine dependents
|
|
|
|
|
|
Software defined events (SDE) appear to have been introduced only in
@6.0.0 (see e.g. http://icl.utk.edu/papi/software/view.html?id=275)
See #19289
|
|
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
|
|
Added non standard paths to LD_LIBRARY_PATH
|
|
|
|
|
|
|