Age | Commit message (Collapse) | Author | Files | Lines |
|
- The 'name' attribute for packages was being set in DirectiveMeta, which
wasn't consistent with other class properties (like fullname, etc.)
- Move it to be a class property of `PackageMeta`, and add the
corresponding property method wrapper on `PackageBase`
|
|
|
|
* add c99_flag, c11_flag to compiler class
* implement c99_flag, c11_flag for gcc
* implement c99_flag, c11_flag for arm
* implement c99_flag for cce
* implement c99_flag, c11_flag for clang
* implement c99_flag, c11_flag for intel
* implement c99_flag, c11_flag for xl
|
|
|
|
This reverts commit 30ec13f37584ad2934ecdf5a4e86d93d35b3a76c.
|
|
Previously, module files were not set with the same permissions as the package installation. For world-readable packages, this would not cause a problem. For group readable packages, it does:
```
packages:
mypackage:
permissions:
group: mygroup
read: group
write: group
```
In this case, the modulefile is unreadable by members of the group other than the one who installed it. Add logic to the modulefile writers to set the permissions based on the configuration in `packages.yaml`
|
|
* Add a trailing / if file --mime does not return a mimetype with a / in it
* Flake8
|
|
|
|
Due to the large number of issues this migration has caused, this rolls back
to the older autotools build. However, it still keeps the updates wrt
variants and virtual packages.
|
|
* Apply patch to git to make it search for config files from its current location instead of the locations hard coded at install.
* Add provenance info for patch
* Pass needed flags to make
* Environment variables need because of relocation
|
|
* Build cache: relocate path to spack/bin/sbang in text files.
* Found in testing.
* update packaging test
* Make sbang replacement including #!/bin/bash. Add an additional spack prefix replacement to fix stage directory references.
* flake8
* Use buildinfo.get() so old buildcaches without buildinfo['spackprefix'] can be read.
|
|
* Updating the TAU package with 2.28 and public repo
* Cleaning up TAU package and fixing binutils to install extras
The extras variant will install the extra ELF headers needed
by the TAU package. The TAU package has been cleaned up and
extended.
* Adding some comments to the changes in binutils
* Adding correct python support, finding include and lib paths.
* Added PDT 3.25.1.
* Added TAU v2.28.1 with libdwarf and libelf.
* When +libdwarf is activated, +libelf is not automatically activated. It checks separately for libelf.
|
|
|
|
AML is a collection of building blocks for explicit memory management on
complex architectures.
https://xgitlab.cels.anl.gov/argo/aml
https://argo-aml.readthedocs.io/en/latest/
|
|
|
|
* revbayes: new version
* revbayes: pep8
|
|
* mathematica: new package at 12.0.0
* mathematica: add missing os import
* mathematica: fix url format
|
|
|
|
* Xrootd: set PYTHON_EXECUTABLE with +python variant
When building with python3 PYTHON_EXECUTABLE needs to be set for deprecated FindPythonInterp to work as expected.
* Add comment
* Flake8
* More flake8
* Update package.py
* typo
|
|
Per @adamjstewart use spec['python'].command.path
|
|
* py-flye: new package at 2.4.2
* py-flye: better python version constraint
|
|
* Also add versions 0.9.9.104, 0.9.9.52, 0.9.9.0, and 'develop'
* Replace version 0.9.7 with 0.9.7.0
* Update Rose to be an Autotools package
* Update boost dependency to 1.60.0 or later (previously 1.47.0)
* Add EDG binary identifiers for ROSE versions installing from
archives (rather than git)
* Add variants for mvapich2 backend, c++11, debug symbols,
optimization, and ROSE-based projects (codethorn, autopar, and
polyopt)
* Remove patch add_spack_compiler_recognition
|
|
* Improve C++ standard computation in ACTS package
* Use a more clever strategy for aligning ACTS cxxstd with ROOT cxxstd
* Add new ACTS releases
* ACTS is not compatible with the new Boost CMake build system yet
* Explain why Boost 1.70 does not work currently
|
|
* Add LSF package, which cannot be installed by Spack and must be
system-installed. The package install will fail if no external
LSF is registered in packages.yaml (LSF may not be installed in a
well-known location and the external entry helps Spack locate it
for dependents).
* Add LSF dependency to OpenMPI when schedulers=lsf is chosen
|
|
|
|
* ROOT: Set PYTHON_EXECUTABLE with +python variant
After cmake v3.12 FindPythonInterp used by llvm subsystem is deprecated. Setting -DPYTHON_EXECUTABLE=path_to_python fixes this error:
1 error found in build log:
118 -- Doxygen disabled.
119 -- Go bindings disabled.
120 -- LLVM host triple: x86_64-unknown-linux-gnu
121 -- LLVM default target triple: x86_64-unknown-linux-gnu
122 -- Building with -fPIC
123 -- Found PythonInterp: /usr/bin/python2.7
>> 124 CMake Error at interpreter/llvm/src/CMakeLists.txt:613 (if):
125 if given arguments:
126
127 "VERSION_LESS" "2.7"
128
129 Unknown arguments specified
130
* Flake8
* Update var/spack/repos/builtin/packages/root/package.py
Co-Authored-By: Javier Cervantes <javiercvilla@gmail.com>
|
|
Previously, the vtkm package was adding a "../" option to the
cmake command line. I suppose this was supposed to be pointing
to the source code, but did not. Rather, Spack correctly adds
the source directory as the first argument to cmake. However,
because ../ was added, it used that as the source directory
instead.
Simply remove this argument to make CMake work correctly.
|
|
Add the latest Catch2 release.
|
|
3.6.8 (#11571)
|
|
|
|
|
|
* bump eospac version
* Revert "bump eospac version"
This reverts commit 835b1f822d8c083f6ab9eb17222c00409e8eb3da.
* Add support for new package: unittest-cpp
|
|
* config:build_jobs now controls the number of parallel jobs to spawn during
builds, but cannot ever exceed the number of cores on the machine.
* The default is set to 16 or the number of available cores, whatever
is lowest.
* Updated docs to reflect the changes done to limit parallel builds
|
|
|
|
- `gettext_uuid=True` makes every commit update every .pot file in spack/localized-docs,
and speeds up the internationalized doc build slightly.
- Optimize for less repository churn, and use `python-levenshtein` to accelerate
the build instead.
|
|
`mirror create` should return a non-zero return code if errors
occured.
|
|
|
|
* Update URL and add a new version.
* Fix flake8 issues.
* Remove newly-added duplicate url_for_version.
|
|
|
|
* Add new versions for intel-mkl-dnn.
* Remove the last trailing line.
* Update url and set 0.19 as preferred.
|
|
|
|
* libassuan: Update to v2.5.3
* gnupg: Update to v2.2.15
* libgpg-error: Update to v1.36
* libgcrypt: Update to v1.8.4
|
|
Add the sl program.
|
|
- previous version of link trees would only do absolute symlinks
- this version can do relative links using merge(relative=True)
|
|
- make all Spack paths relative to a `_spack_root` symlink, so that we
can easily relocate the docs build *outside* lib/spack/docs
- set some useful defaults for gettext translation variables in conf.py
- update `relativeinclude` and other references to the spack root in the
RST files to use _spack_root
|
|
|
|
|
|
- Add a `--update FILE` option to `spack list`
- Output is written to the file only if any package is newer than the file
- Simplify the code in docs/conf.py using this new option
|
|
The Spack documentation currently hard-codes some functionality in
`conf.py`, which makes the doc build less "pluggable" for things like
localized doc builds.
In particular, we unconditionally generate an index of commands and a
package list as part of the docs, but those should really only be done if
things are not up to date.
This commit does the following:
- Add `--header` option to `spack commands` so that it can do the work of
prepending text to its output.
- Add `--update FILE` option to `spack commands` that makes it generate a
new command index *only* if FILE is out of date w.r.t. commands in the
Spack source.
- Simplify code in `conf.py` to use these options and only update the
command index when needed.
|
|
|