Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Better error message for spack providers
fixes #1355
`spack providers` now outputs a sensible error message if non-virtual
specs are provided as arguments:
```
$ spack providers mpi zlib petsc
==> Error: non-virtual specs cannot be part of the query [zlib, petsc]
```
Formatting of the output changed slightly.
* Calling 'spack providers' without arguments print the virtual pkg list
Also, the error message in case of a wrong parameter has been improved
to show the list of valid packages.
* Avoid printing headers if stdout is not a tty
* The provider list is formatted with colify if not in a tty
* Added a test to check the list of providers returned from the command
|
|
* r-htmltable: package update
* r-htmltable: dependency fix
* r-htmltable: dependency fix #2
* r-htmltable: dependency fix #3
|
|
|
|
|
|
|
|
* r-limma: package update
* r-limma: dependency fix
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: I6b597076b0740d65b8aeaebf95f459745b1b1503
|
|
votca-moo is now part of votca-ctp (see votca/ctp#93)
|
|
* eospac: initial commit
* eospac: add stable version
|
|
|
|
|
|
|
|
|
|
|
|
This advises users to prefer `modules:` entries in `packages.yaml` on Cray.
|
|
Popping the when spec from kwargs in the extends directive breaks
class inheritance. Inheriting classes do not find their when spec.
We now get the when spec from kwargs instead, leaving it to be found
by any downstream package classes.
|
|
fixes #2095
|
|
|
|
|
|
* py-illumina-utils: Create new package
* fix dependency types
|
|
* perl-contextual-return: Create new package
* perl-contextual-return: Fix homepage url
|
|
* r-tmixclust: new package
* r-cluster: hash changed
* r-cluster: removed 2.0.6 and added the latest 2.0.7-1
|
|
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
|
|
|
* runing a test
* supernova: new package
* removed with working_dir line
|
|
|
|
|
|
* r-truncnorm: new package added
* r-solnp: new package added
* r-spem: new package added
* r-truncnorm: removed dependency r-testthat
|
|
|
|
|
|
|
|
* mesa-glu: now provides 'glu' (GL Utility library)
* openglu: add package, provides glu
* openglu: add custom fetcher, remove nonsense url
Change openglu package to look like the opengl package in GitHub PR
* [OpenGLU] Fix a typo
|
|
* opengl: make error throw on install, not fetch
* opengl: add configuration advice for darwin
* opengl: add more versions of GL/OpenGL
* opengl: improve documentation in comments
* [OpenGL] Fix formatting
|
|
fixes #7593
Unit tests on OSX are trying to concretize mpileaks, and they fail due
to a conflict in the package:
"%gcc@7.2.0:" conflicts with "elfutils@0.163"
This solves the issue asking explicitly to concretize against
elfutils@1.170
|
|
* add package py-gdbgui
Change-Id: I553e1e4c4f6385348190817199e05b25522b57b4
* fix alignment
* add setuptool runtimedependency
* add gdb run dependency
|
|
fixes #7705
Package.provides now checks constraints to ensure that a spec provides
a given virtual package. Note that 'strict=True' is not passed to
satisfies as this function is also used during concretization.
|
|
* add package py-slurm-pipeline
Change-Id: Iade405a7e96f04e476cea76e460cac2ebdf21f95
* add missing py-six dependency
Change-Id: I382fa4139880c1a61af3f314c74ed6e7c2e88c5b
* Update package.py
* Update package.py
* Update package.py
* fix flake8
|
|
* Add ants package
Add a package for ANTs (version 2.2.0)
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* Update package.py
|
|
* add package py-python-socketio
* fix indention
* add description to eventlet variant
* fix dependencies
Change-Id: I425ae165dfcce30df6cbbd671cd6ef1bef5078dc
* Update package.py
* Update package.py
* Update package.py
* Update package.py
|
|
* py-cnvkit: add new package
* updating dependencies
* correcting flake8 error
* adding py-setuptools dependency
|
|
* add package py-gevent
Change-Id: I49722e02a961f20b9177ae8575b78b42bf6c01c9
* fix alignment
* add cffi dependency
|
|
|
|
* add package py-greenlet
* remove optional setuptools dependency
|
|
* add package py-python-engineio
* flake8 fix
|