Age | Commit message (Collapse) | Author | Files | Lines |
|
The context manager can be used to swap the current
store temporarily, for any use case that may need it.
|
|
The method is now called "use_repositories" and
makes it clear in the docstring that it accepts
as arguments either Repo objects or paths.
Since there was some duplication between this
contextmanager and "use_repo" in the testing framework,
remove the latter and use spack.repo.use_repositories
across the entire code base.
Make a few adjustment to MockPackageMultiRepo, since it was
stating in the docstring that it was supposed to mock
spack.repo.Repo and was instead mocking spack.repo.RepoPath.
|
|
Some compilers, such as the NV compilers, do not recognize -isystem
dir when specified without a space.
Works: -isystem ../include
Does not work: -isystem../include
This PR updates the compiler wrapper to include the space with -isystem.
|
|
Environment views fail when the tmpdir used for view generation is
on a separate mount from the install_tree because the files cannot
by symlinked between the two. The fix is to use an alternative
tmpdir located alongside the view.
|
|
* [py-chalice] py-typing causes issues with python >= 3.5
* [py-chalice] changed upperbound on typing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* [py-moviepy] created template
* [py-moviepy] added dependencies
* [py-moviepy] removed fixmes, added homepage and description
* [py-moviepy] updated to pypi and updated checksum
* [py-moviepy] added setuptools dependency
* [py-moviepy] more specific version limit
* [py-moviepy] added checksum for version 1.0.1
* [py-moviepy] numpy restriction not nesessary here
|
|
* new python package py-xgboost added
* py-xgboost spack style applied
* py-xgboost: Addressing PR #21470 comments. Added variant descriptions and fixed scikit-learn when clause
|
|
|
|
* 3DTK: add new package
* Add missing opencv variants
Co-authored-by: Michael Kuhn <michael@ikkoku.de>
* Fix cmake version req, add eigen dep
* Prefer trunk version
* Tell 3dtk where to find eigen
* Fix installation
* Fix installation
Co-authored-by: Michael Kuhn <michael@ikkoku.de>
|
|
|
|
|
|
This PR fixes the case where groff fails to build if the spack install
path is really long. There are a couple of perl scripts that get built,
and used, during the build phase that will fail when the perl
interpreter line is too long. Filtering the lines will not work because
the files don not exist after the configure phase and patching after the
build phase is too late. This PR runs the scripts explicitly with the
spack perl via the $(PERL) variable in the call to the script.
|
|
|
|
* Clean up .gitignore, add Python.gitignore
* Ignore `spack debug create-db-tarball` logs
* lib/ and var/ need to be tracked
* Add editor- and OS-specific ignores
* Add PyCharm ignores
* Add JetBrains editors like PyCharm
|
|
Co-Authored-By: Tamara Dahlgren <dahlgren1@llnl.gov>
|
|
|
|
ROOT version 6.22.04 has been ported to support xrootd 5.
So let's support that.
See: https://github.com/root-project/root/commit/a33b156e3bf809343eda08150666154a
|
|
|
|
|
|
* Procedure to deprecate old versions of software
* Add documentation
* Fix bug in logic
* Update tab completion
* Deprecate legacy packages
* Deprecate old mxnet as well
* More explicit docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* [py-msgpack-numpy] created template
* [py-msgpack-numpy] added dependencies
* [py-msgpack-numpy] added homepage and description. removed fixmes. fixed copyright date
* [py-msgpack-numpy] url -> pypi
|
|
* py-tensorflow-estimator: update for 2.4.0
* build/run deptypes, switch to common tmpfile logic
|
|
|
|
|
|
* [py-imageio-ffmpeg] created template
* [py-imageio-ffmpeg] added dependencies
* [py-imageio-ffmpeg] added runtime dependency
* [py-imageio-ffmpeg] removed fixmes, added homepage and description
* [py-imageio-ffmpeg] url -> pypi and updated checksum
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
|
|
|
|
when building paraview 5.8 or newer.
See https://gitlab.kitware.com/vtk/vtk/-/merge_requests/7482for background info.
Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
|
|
3cc5b7adc7d2167646d6a049d64c710d98e1d6f0 (#21541)
|
|
|