Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Add json-glib
* Add ufo-core
* Add ufo-filters
|
|
* add package py-numba
* Update package.py
* Update package.py
* Update package.py
|
|
* meraculous: new package
* adding gcc version conflict
* Update package.py
* Update package.py
|
|
|
|
|
|
|
|
* Add no-implicit-fallthrough to MsgpackC
* Add 0.2.1 of Neovim
* Lint
|
|
* Reduce the calls to the python interpreter during initialization
This should reduce the delay the users experience when sourcing the
setup file to activate shell support. It works by generating at once
all the commands that needs to evaluated (they are stored in
a string and later `eval`ed by the shell).
* setup_env.sh: changed `read` with an equivalent magic
For some reason `read` breaks when sourced from a running script.
Change the incantation we use to construct the unique python command
that will be evaluated.
* setup_env.sh: python command now constructed with `printf` for portability
This recovers the support for `zsh` that was broken in previous commits.
|
|
* py-petsc4py: Update version to 3.8.0 and add dependencies
- Added explicit dependency on python and numpy
* Kept old version - and corrected minimal python version
* Update to 3.8.1
|
|
* cp2k: add libxsmm dependency
* cp2k: add libxc dependency
* cp2k: add smm variant to select from libxsmm or libsmm
* cp2k: add version 5.1
|
|
'/github.com/s@llnl/spack@spack/spack@' (#6329)
|
|
|
|
Adds the QuantStack libs (C++, header-only) needed for
xtensor.
|
|
|
|
|
|
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
|
|
|
|
|
Fixes #6299
Error messages in 'directives' were split across multiple lines and not
properly concatenated, which led to truncated messages.
|
|
This adds a "virtual_machine" boolean variant which adds build
options that enable building openblas on a VM.
|
|
|
|
Prefer 4.2.1 for now because 4.3.0's hash changes regularly.
|
|
|
|
|
|
|
|
|
|
ncl's build system will happily continue in case of errors, which might
result in the ncl binary not being built.
|
|
Previous versions try to include xlocale.h, which fails on glibc >= 2.26.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Default precision should be double for CPU. Generally users also want
to use GPUs so the +cuda variant is now also enabled by default.
|
|
The MD file has been added in the root folder, as CONTRIBUTING.md
|
|
|
|
|
|
|
|
|
|
- Previously variant values had to be a tuple or a callable predicate.
- This allows 'any' as shorthand for `lambda x: True` and type objects
as shorthand for "any value of this type".
- Makes variant definitions more readable, keeps lambdas out of
packages for common cases.
|
|
* basics tutorial: output updated through gcc
* finished update for basics tutorial
* missed two lines
* doc error fix
|
|
* Get rid of period in command
* formatting
* fix header
* Change GNU Make to Make
* Add variants
|
|
* First draft for SC17 build systems portion
Added tutorial_buildsystems.rst file as well as example files under
the tutorial/ directory.
* Remove floating `
* Add requested changes, and examples of subclasses
Added in the requested changes to the documentation. Also added in
information about the subclasses and the defaults that they provide.
Also fixed some phrasing issues, formatting and punctuation.
* Flake8 fixes and new files for classes
Made flake8 fixes to pass tests and also added files to demonstrate code
in the classes.
* Minor edits
Edits in formatting and made some sentence changes
* Flake8 fixes
More flake8 fixes
* Flake8 fix
* Change section order on tutorial and minor edits
Placed the section at the appropriate section for the tutorial and then
added some minor edits that were requested.
* Add requested changes and more details
Added more details to Cmake, Makefile and Python Packages.
* Fixed formatting and minor edits
* Fix doc build error
|
|
|
|
|
|
* Allow types and 'any' in variant definitions.
- Previously variant values had to be a tuple or a callable predicate.
- This allows 'any' as shorthand for `lambda x: True` and type objects
as shorthand for "any value of this type".
- Makes variant definitions more readable, keeps lambdas out of
packages for common cases.
* Update packaging tutorial
* Fix bad file reference in packaging tutorial
|
|
|
|
* First draft of the advanced packaging tutorial
* advanced packaging tutorial: improved phrasing
Thanks Denis and Hartzell!
* Fixed typos + reworded a couple of sentences
|