Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Adding `extends('python')` makes sure that a
```
spack load -r geant4 +python
python -c "import Geant4"
```
find the module.
|
|
Apply a patch to fix builds on Power7 and 8, wrongly requesting
float128 support.
Upstream patch: libffi/libffi#561
|
|
|
|
|
|
|
|
* Add version 4.2.4
* Update checksum for 4.1.0
* Version @4: requires python and py-jinja2 to build
|
|
|
|
|
|
Tests on version detection are now separate from other
tests done on compiler.
|
|
|
|
|
|
|
|
Without this the test would leave spurious "spack-build-*.txt"
files in the current working directory.
|
|
Control new options/dependencies in ADIOS2 to avoid pick-up of system
packages.
|
|
|
|
|
|
* Changed the 'include' config section to use 'substitute_path_variables' to allow for Spack config variables to be used (e.g. $spack).
* Fixed a bug with 'include' section path expansion and added a test case for 'include' paths with embedded config variables.
|
|
* teach spack how to build pmix from git
* add variant for new REST feature
* reorder package to match guidance
|
|
* Adding a package for wcs.
* Turning on sbml for wcs.
* The cpp flag needs to be available for wcs.
* Wcs needs SBML to properly define the namespace.
* Flake8 fixes.
* Fixing the help string with the description.
* Changing cpp to use the new variant syntax.
* Fixing flake8 errors.
* Forgot to delete one last fixme comment.
* Spack "develop" needs to link to repo "devel"
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Robert Blake <rob.c.blake.3@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* libffi: add patch for building with '%clang target=power*'
* libffi: fix version of clang/power patch
|
|
|
|
|
|
|
|
|
|
* SpecList: fix and refactor variable expansion
|
|
If systemd support is enabled, install will attempt to modify files in
system systemd directories.
|
|
* Adding BOOST_ROOT env variable
* Update var/spack/repos/builtin/packages/boost/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
fixes #16638
|
|
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* Update package.py
|
|
* Cray: fix Blue Waters support
* pkg-config env vars needed on Blue Waters
* cray platform: fix support for user-build MPI on cray machines
* reintroduce cray environment cleaning behind cnl version guard
* cray platform: fix support for user-build MPI on cray machines
Co-authored-by: Gregory <becker33@llnl.gov>
|
|
|
|
This is a makefile package and needs to invoke make.
|
|
* Add new package: py-devlib
* Update var/spack/repos/builtin/packages/py-devlib/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* add depends
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* [hsf-cmaketools] add package
* fix formatting
* Apply suggestions from code review
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* [hsf-cmaketools] remove cmake_prefix_path which is set already by spack
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* R: url-version custom, release 4
* r: pcre condition
|
|
* Add py-storm@0.23 and update URL
* Update package.py
|
|
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
view (#16955)
Bugfix for hardlinks and copies
|
|
hpcviewer: added v2020.05.
ibm-java: added v8.0.6.10.
|
|
|
|
* boost: Dopn't use pre compile header.
* move %fj.
|
|
|
|
* py-gast: add version 0.3.3
* add python version constraints
Co-authored-by: Sinan81 <sbulut@3vgeomatics.com>
|
|
* Add rpy2@3.0.4
* Style fixes
* Update package.py
* Proper Python version requirement
|
|
|
|
|
|
This also updates libbson to the corresponding version and adds a few
missing older versions.
|
|
|
|
gcc 9.3.0 and glibc 2.31 (found in the base install of Ubuntu 20.04)
cause the gcc package to error during build with the error:
"size of array 'assertion_failed__####' is negative"
Previous to this fix, the error was resolved for v8.1.0 <= gcc <= v9.2.0
via two patches.
This fix backports those patches for v5.3.0 <= gcc <= v7.4.0
Potentially these patches need to be backported to versions of gcc
before v5.3.0, but other compile issues need to be resolved for earlier
versions of gcc first.
Fixes #16968
|