Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
* Reworked module file tutorial section
First draft for the SC17 update. This includes:
- adding an introduction on module files + Spack's module
generation blueprints
- adding a set-up section and provide a docker image for easy set-up
- updating all the relevant snippets
- extending a bit some of the concepts that were already touched
* Added reference to #5582 + committed Dockerfiles
Also fixed a couple of typos spotted by Denis.
* module file tutorial: added section on template customization
* module file tutorial: fixed minor typos + rephrased a sentence
* module file tutorial: made explicit that Docker image comes with software
* module file tutorial: improved phrasing and layout.
Thanks Hartzell!
* module file tutorial: added vim and nano to editors
* module file tutorial: fixed typo
* Fixed typos
Thanks Adam!
* module file tutorial: updated Dockerfile + minor changes in introduction
|
|
|
|
Includes pkgconfig fix [for mfem static build failure]
|
|
* Nekbone: Installing data files for example runs
* Typo Fix
|
|
|
|
* Fixed mfem mpi build issue.
* Fixed a non-mpi build issue and switched to the latest official MFEM release.
|
|
|
|
* add ascent package and and deps
* proper use of site_packages_dir prop
* flake8
* add maitain, small updates
* flake8
* flake8
* fixs for docstrings for sphinx
|
|
Fixes #6154
For compiler options which set values using the syntax "-flag value"
(with a space between the flag and the flag's value) the flag and
value were treated as separate and reordered. This updates Spack's
logic to treat the flag and value as a single unit, even if there is
a space between them. It assumes that all flags are prefixed with
"-" and that all flag values are not.
|
|
|
|
* add --no-as-needed flag for library ordering issue libelf
* fix syntax error.
|
|
|
|
|
|
We're adopting the contributor covenant for now. This isn't something we've needed to use yet, but it is good to have in case we actually do have a problem.
|
|
* deal with case where symbolic links are copied
* Suggested changes
|
|
|
|
|
|
|
|
|