Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: Lori Pritchett-Sheats <lpritch@pn2002926.lanl.gov>
|
|
|
|
* r-xml2: new version & updated dependencies
* r-xml2: updated dependencies
|
|
|
|
|
|
|
|
|
|
This improves the documentation for `spack external find` in several ways:
* Provide a code example of implementing `determine_spec_details` for a package
* Explain how to define executables to look for (and also e.g. that they are treated as regular expressions and so can pull in unexpected files).
* Add the "why" for a couple of constraints (i.e. explain that this logic only works for build/run deps because it examines `PATH` for executables)
* Spread the docs between build customization and packaging sections
* Add cross-references
* Add a label so that `spack external find` is linked from the command reference.
|
|
|
|
* py-plotly: unfix dependency versions (fixes #16544)
* py-plotly: add missing dependencies for #16546
* py-plotly: match setup.py instead of requirements.txt for #16546
|
|
|
|
* r-testthat : dependencies and version updated
* Adding version conditions for dependencies
* r-testthat: Fix dependecies condition
|
|
|
|
|
|
Modifications:
- [x] Travis now uses `bionic` as a default (`xenial` used for Python 3.5, `trusty` for Python 2.6)
- [x] Shell unit tests have been factored into their own run
- [x] `kcov` is built only for tests that upload coverage results
Overall with this we shave 3-4 mins. on each run and add an additional run of about 3 min. For some reason `kcov` 38 fails forwarding output when used with Python unit tests, so I used v34 for that and v38 (latest) for shell testing. Previously we were using v25.
|
|
|
|
* revbayes: update for 1.1.0
* revbayes: Fix flake8
|
|
* change print order for variants to avoid zsh parsing bugs
* change tests for new variant parse order
|
|
* new version r-rcurl
* RCurl dependency R version updated
* Adding version conditions
|
|
* new version r-cli
* r-cli : dependencies updated
* Adding version conditions for dependencies
|
|
* new version r-ellipsis
* r-ellipsis : R dependency updated
* Adding version conditions for dependencies
|
|
* r-rematch2 : new package
* Updating URL
|
|
* r-roxygen : dependencies and version updated
* Dependencies updated for condition
|
|
* r-purrr : dependencies and version update
* Dependencies updated for condition
|
|
* r-rversions : new package
* URL updated r-rversions
|
|
* r-withr : dependencies and version updated
* Adding version conditions for dependencies
|
|
* r-knitr : dependencies and version updated
* Adding version conditions for dependencies
|
|
(#16598)
|
|
|
|
fix for same reasons as #16495.
|
|
* opencv 3.2 requires cmake 3.11 or older.
caffe dependency is changed.
* revert opencv variant to caffe.
backport to opencv errors.
|
|
* py-dask: new version
* py-dask: update the constraints.
* py-dask: add a list of maintainers.
|
|
- GCC has moved to Git
- The develop/master version requires flex
- Add myself as a maintainer
- Set the library path in the zstd patch
|
|
-[x] `z3` needs a dependency on `py-setuptools`
-[x] `z3` has a run dependency on `python`, so we might as well make
building with the python bindings default
|
|
|
|
`clingo` has some undocumented dependencies:
- `bison`, for which the default macos version is too old
- `re2c`, which isn't always available
Also, the python installation was not set up properly. Clingo by default
does an install in `~/.local`, so we need to disable that and add a few
other options to get things right.
- [x] add `bison` dependency
- [x] add `re2c` dependency
- [x] make `doxygen` dependency optional (and patch if needed)
- [x] add options to fix `python` build
- [x] make python build optional but on by default
|
|
- Added Fujitsu compiler options that have the same functions as the options added for GCC
- Added option to link C objects
|
|
* Add pmi support (required by ucx, ofi, and gni backends)
* Add support for ucx backend
* Add dependency on MPI for pmi=simplepmi, slurmpmi, or slurmpmi2
* Remove charmpp as an MPI provider since the changes in this PR can
add MPI as a dependency (mentioned previously)
* Install into transport_protocol-OS-arch subdirectory to match
default charmpp installation behavior (which helps dependents find it)
|
|
|
|
Earlier versions are not compatible with gcc@10:.
|
|
|
|
|
|
|
|
|
|
fixes #15145
This commit removes the outdated `spack bootstrap`
command and any reference to it in the documentation
and unit tests.
|
|
|
|
|
|
|
|
SKX includes AVX-512 extensions that consumer Skylake processors do
not have. Therefore, map Skylake to the prior arch to work on
these systems. Skylake-X processors will still map as the
skylake_avx512 spack arch and get the correct optimzations.
|
|
|