Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-19 | py-slurm-pipeline: add v3.0.2 (#23727) | Andreas Baumbach | 1 | -0/+1 | |
2021-05-19 | py-yapf: add v0.29.0 (#23729) | Andreas Baumbach | 1 | -0/+1 | |
Change-Id: I2c24cbeeee0be0088dfa60bd83628a0f05272d1c | |||||
2021-05-19 | gdb: new version, 10.2 (#23754) | Robert Mijakovic | 1 | -1/+2 | |
* gdb: new version, 10.2 * gdb: applies patch to the newer releases Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu> | |||||
2021-05-19 | slate: add v2021.05.02 (#23784) | G-Ragghianti | 1 | -0/+1 | |
2021-05-19 | sirius: add v7.2.3 (#23785) | Harmen Stoppels | 1 | -0/+1 | |
2021-05-19 | verilator: add v4.108 and v4.020 (#23736) | Andreas Baumbach | 1 | -0/+2 | |
2021-05-19 | py-qtconsole: fix misnamed variant (#23746) | Valentin Volkl | 1 | -1/+1 | |
2021-05-19 | Use define_from_variant in numerous CMakePackages (#23655) | Seth R. Johnson | 83 | -640/+364 | |
Example replacement: ``` '-D(\w+)(:BOOL)?=\{0\}'\.\s*format\s*\(\s*'(ON|YES|true|TRUE)' if '\+(\w+)' in (self\.)?spec else '(OFF|NO|false|FALSE)'\) ``` with ``` self.define_from_variant('\1', '\4') ``` This will cause failures if any variants were misspelled: I have already caught two packages with nonexistent variants. | |||||
2021-05-19 | conflict for apple-clang building findutils (#23740) | albestro | 1 | -0/+4 | |
2021-05-19 | r: add v4.1.0 (#23757) | Robert Mijakovic | 1 | -0/+1 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu> | |||||
2021-05-19 | Add caret/hat to spack spec help documentation (#23758) | Jamie Finney | 1 | -0/+1 | |
Co-authored-by: Jamie Finney <finneyjm@ornl.gov> | |||||
2021-05-19 | gawk: add support for external find (#23716) | Massimiliano Culpo | 1 | -2/+11 | |
2021-05-19 | Go: add v1.16.4 and v1.15.12 (#23745) | Paul | 1 | -0/+2 | |
2021-05-19 | RDKit: new package (#23761) | Brian Van Essen | 1 | -0/+41 | |
RDKit is a collection of cheminformatics and machine-learning software written in C++ and Python. | |||||
2021-05-19 | mpich: Apply fallow-argument-mismatch parameter with clang (#23748) | David Hughes | 1 | -0/+2 | |
2021-05-19 | py-pygeos: add v0.10 (#23781) | Adam J. Stewart | 1 | -0/+3 | |
2021-05-19 | py-qtpy: recipe bugfix (#23747) | Valentin Volkl | 1 | -1/+1 | |
2021-05-19 | monitor: fix issue with attribute lookup (#23773) | Vanessasaurus | 1 | -1/+1 | |
Signed-off-by: vsoch <vsoch@users.noreply.github.com> Co-authored-by: vsoch <vsoch@users.noreply.github.com> | |||||
2021-05-19 | gnupg: bumped versions, added maintainer (#23734) | Massimiliano Culpo | 6 | -19/+49 | |
2021-05-19 | py-jinja2: add version 2.11.3 (#23698) | Andreas Baumbach | 1 | -0/+2 | |
* py-jinja2: add version 2.11.3 Change-Id: If845ff512bafed4d911b03463cae2154357ae5c3 * fixup Change-Id: Ie39a8b7225826547fcbdb68cb083311a191903ef | |||||
2021-05-19 | TAU needs to specify pdt_c++ if built with intel. (#23775) | wspear | 1 | -0/+2 | |
2021-05-18 | docs/packaging guide: Reference test stage directory (#23707) | Tamara Dahlgren | 1 | -3/+15 | |
2021-05-18 | upcxx: Add support for stand-alone post-install tests (#23714) | Dan Bonachea | 1 | -0/+12 | |
This uses the existing script which is always installed for this purpose in modern versions. | |||||
2021-05-18 | lmdb package: Fix build with other compilers (#23704) | Michael Kuhn | 1 | -0/+4 | |
lmdb hardcodes gcc in its Makefile, so override it. | |||||
2021-05-18 | mercurial: add version 5.8 (#23756) | Robert Mijakovic | 1 | -0/+1 | |
2021-05-18 | emacs: add version 27.2 (#23753) | Robert Mijakovic | 1 | -0/+1 | |
2021-05-18 | py-werkzeug: add versions including 0.15.6 (#23728) | Andreas Baumbach | 1 | -0/+6 | |
2021-05-18 | precice: Add version 2.2.1 (#23743) | Frédéric Simonis | 1 | -0/+1 | |
2021-05-18 | Bugfix: fetching oddly-named resources from local mirrors (#23300) | Michael Kuhn | 1 | -1/+9 | |
Spack uses curl to fetch URL resources. For locally-stored resources it uses curl's file protocol; when using this protocol, curl expects that the URL encoding conforms to RFC 3986 (which reserves characters like '?' and '=' for special use). We were not performing this encoding, and found a resource where curl was interpreting this in an unfavorable way (succeeding, but producing an empty file). This commit properly encodes URLs when using curl's file protocol. This error did not likely come up before because in most contexts Spack was either fetching via http or it was using URLs without offending characters (for example, the sha-based URLs in mirrors never contain these characters). | |||||
2021-05-18 | julia: new version, 1.6.1 (#23755) | Robert Mijakovic | 1 | -0/+1 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu> | |||||
2021-05-18 | New package: ca-certificates-mozilla (#23632) | Harmen Stoppels | 1 | -0/+37 | |
2021-05-18 | cppcheck: add versions including 2.0 and 1.88 (#23678) | Andreas Baumbach | 1 | -0/+4 | |
2021-05-18 | doxygen: fix build with gcc@10: for version 1.8.15 (#23680) | Andreas Baumbach | 2 | -0/+34 | |
2021-05-18 | trinity: Version Update to 2.12.0 (#23430) | Desmond Orton | 1 | -0/+11 | |
Added version requirements for deps Changed url to get proper versions | |||||
2021-05-18 | fontconfig: add version 2.13.93 (#23681) | Andreas Baumbach | 1 | -0/+1 | |
2021-05-18 | Swift/T Release 1.5.0 (#23702) | Justin M Wozniak | 4 | -4/+10 | |
Add versions to adlbx (1.0.0), exmcutils (0.6.0), stc (0.9.0), and turbine (1.3.0). | |||||
2021-05-18 | openspeedshop and cbtf packages: new versions and dependency updates (#23254) | Jim Galarowicz | 11 | -197/+267 | |
* Add versions 1.9.4 and 1.9.4.1 for cbtf-* packages * Add versions 2.4.2 and 2.4.2.1 for openspeedshop packages * Remove older versions * Switch from generic dependency on elf to a dependency on the elfutils implementation for cbtf-* and openspeedshop packages * For llvm-openmp-ompt, relax dependency on libelf to elf (cbtf-krell now depends on elfutils, and llvm-openmp-ompt, so unless this dependency is relaxed there would be a conflict) * Update CMake build_type to support Debug, Release, RelWithDebInfo in cbtf-* and openspeedshop packages * Update libmonitor patches when building as a dependency of cbtf-krell | |||||
2021-05-18 | AMD ROCm release 4.2: core components part-1 (#23613) | arjun-raj-kuppala | 3 | -7/+19 | |
2021-05-18 | git add older versions (#23682) | Andreas Baumbach | 1 | -0/+10 | |
2021-05-18 | cray: fix builds on Alps/Eiger (CSCS) (#23470) | Harmen Stoppels | 4 | -6/+96 | |
Co-authored-by: Tiziano Müller <tiziano.mueller@chem.uzh.ch> | |||||
2021-05-18 | binutils: fix NameError from commit de8027 (#23715) | eugeneswalker | 1 | -1/+1 | |
2021-05-18 | py-alembic: add new version 1.5.5 (#23686) | Andreas Baumbach | 1 | -1/+4 | |
* py-alembic: add new version 1.5.5 Change-Id: I80f57c1f29a689bfa1718dd3500ccda6623acf76 * fixup Change-Id: I551888c25ca7bc0b738c40d63d12974510b59ecf | |||||
2021-05-17 | Fix minor build issue with UnifyFS. (#23709) | Ross Miller | 2 | -0/+44 | |
This commit updates the UnifyFS package.py script to include a patch that fixes the build problems on new-ish Linux distributions. Fixes issue #23292 | |||||
2021-05-17 | py-gitpython: add version 0.3.6 (#23695) | Andreas Baumbach | 1 | -0/+1 | |
Change-Id: I3424409f8a7575c6a13592c05e1e940f960fe8fe | |||||
2021-05-17 | New package: r-assertive (#23637) | Jen Herting | 1 | -0/+38 | |
2021-05-17 | py-jsonpickle: restrict importlib dependency to appropriate python (#23699) | Andreas Baumbach | 1 | -1/+1 | |
Change-Id: I538d72eb97d3cc91e2e6854b40c5b91b39df6f62 | |||||
2021-05-17 | py-jedi: add older versions (#23697) | Andreas Baumbach | 1 | -0/+12 | |
Change-Id: I56de34bace2fb04156700ffd4f1b34408920d702 | |||||
2021-05-17 | py-grpcio: add version 1.16.0 (#23696) | Andreas Baumbach | 1 | -0/+1 | |
Change-Id: I4acb232e171ddec688eb7871da80caaa05bf637b | |||||
2021-05-17 | py-google-pasta: add older versions (#23694) | Andreas Baumbach | 1 | -0/+8 | |
Change-Id: I5846415b4953a5f12f995672e586cadb80857db2 | |||||
2021-05-17 | py-astroid: add new versions and update dependencies (#23687) | Andreas Baumbach | 2 | -2/+140 | |
Change-Id: I2c07e75b404ec289feebdbfb09f6b0e733404911 |