Richarda Butler
2633cf7da6
Papyrus: Add E4S testsuite stand alone test ( #25324 )
2021-08-31 15:56:20 -07:00
Hadrien G
3c6050d3a2
acts: add v12.0.0, v12.0.1 ( #25697 )
2021-08-31 16:44:01 +02:00
Scott Wittenburg
b34f289796
Pipelines: disable power builds ( #25704 )
2021-08-30 17:19:42 -07:00
Jen Herting
beb3524392
[py-plotly] added version 5.2.2 ( #25668 )
...
* [py-plotly] added version 5.2.2
* [py-plotly] flake8
* [py-plotly] requests not required for new version
2021-08-30 16:15:49 -05:00
Adam J. Stewart
8ee5bf6d03
py-pythran: update checksum for patch ( #25693 )
...
* Replace URL patch with file patch
* Add comment explaining patch origin and purpose
2021-08-30 10:02:39 -07:00
psakievich
a018f48df9
Updates to Exawind packages ( #25568 )
2021-08-30 09:22:55 -06:00
lorddavidiii
e51463f587
asciidoc-py3: add v9.1.0, v9.0.5 and v9.0.4 ( #25562 )
2021-08-30 08:32:03 -06:00
Piotr Luszczek
378543b554
plasma: add version 21.8.29, migrate url ( #25688 )
2021-08-30 07:46:46 -06:00
Valentin Volkl
3cd224afbf
gaudi: update py-xenv dependency ( #25457 )
2021-08-30 07:13:41 -06:00
Mikael Simberg
44c0089be4
Add patch to fix Boost with CCE and CUDA ( #25534 )
2021-08-30 05:19:54 -06:00
Bryan Herman
65584a3b92
universal-ctags: add version p5.9.20210829.0 ( #25361 )
2021-08-30 11:51:47 +02:00
Phil Carns
ab657d7b53
mochi-margo: add v0.9.5 ( #25365 )
2021-08-30 11:42:36 +02:00
Ryan Marcellino
d3d0ee7328
miniconda3: add v4.10.3 ( #25442 )
...
Co-authored-by: Cloud User <marcryan@ryanmarcelli001.hzterscemazurawp3xenxzahla.bx.internal.cloudapp.net>
2021-08-30 11:39:27 +02:00
Ryan Marcellino
ed17c3638b
anaconda3: add v2021.05 ( #25443 )
...
Co-authored-by: Cloud User <marcryan@ryanmarcelli001.hzterscemazurawp3xenxzahla.bx.internal.cloudapp.net>
2021-08-30 11:38:23 +02:00
Valentin Volkl
2f777d08a2
rivet: fixes for gcc@10: ( #25454 )
2021-08-30 11:37:39 +02:00
kwryankrattiger
9be81ac4d9
Add documentation on compiler environment
( #25508 )
2021-08-30 11:17:03 +02:00
lorddavidiii
e60e41d9ca
ocl-icd: add v2.3.1 ( #25561 )
2021-08-30 11:11:16 +02:00
dependabot[bot]
a2293e6ee1
build(deps): bump codecov/codecov-action from 2.0.2 to 2.0.3 ( #25594 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2.0.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-30 10:58:12 +02:00
Mikael Simberg
d381ab77b2
boost: add v1.77.0 ( #25536 )
2021-08-30 10:19:49 +02:00
Adam J. Stewart
1bf051e229
py-pbr: fix import tests ( #25679 )
2021-08-30 09:11:44 +02:00
Adam J. Stewart
506f62ddfe
py-jupyterlab: fix import tests ( #25680 )
2021-08-30 09:11:30 +02:00
Adam J. Stewart
a6a448b16c
py-metpy: fix import tests ( #25681 )
2021-08-30 09:11:14 +02:00
Adam J. Stewart
0dfa49af8e
py-flit-core: build from source ( #25682 )
2021-08-30 09:09:08 +02:00
Barry Rountree
b3128af901
tmux: added additional versions. ( #25684 )
...
Added sha256 checksums for 3.21, 3.2, 3.1c 3.1a, 3.1, 3.0 and 2.9a.
Co-authored-by: Barry <rountree4@llnl.gov>
2021-08-30 09:07:43 +02:00
Joe Schoonover
5029b8ca55
FLAP: add new package ( #25685 )
...
Co-authored-by: Joe Schoonover <joe@fluidnumerics.com>
2021-08-30 09:04:05 +02:00
Hadrien G
0d226aa710
acts: add v11.0.0, v10.0.0 ( #25444 )
2021-08-30 00:58:39 -06:00
Sebastian Schmitt
07a9cb87ef
Bump py-salib ( #25403 )
2021-08-29 08:19:12 -05:00
Kai Germaschewski
7cafe7dd66
add 'develop' branch to cmake package ( #25623 )
...
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2021-08-28 18:42:55 +02:00
Massimiliano Culpo
40788cf49a
Add a __reduce__ method to Spec ( #25658 )
...
* Add a __reduce__ method to Spec
fixes #23892
The recursion limit seems to be due to the default
way in which a Spec is serialized, following all
the attributes. It's still not clear to me why this
is related to being in an environment, but in any
case we already have methods to serialize Specs to
disk in JSON and YAML format. Here we use them to
pickle a Spec instance too.
* Downgrade to build-hash
Hopefully nothing will change the package in
between serializing the spec and sending it
to the child process.
* Add support for Python 2
2021-08-28 07:31:16 -07:00
Chen Wang
025dbb2162
recorder: add v2.2.1, v2.2.0, "master" and "pilgrim" ( #25674 )
2021-08-28 10:17:35 +02:00
Harmen Stoppels
e2b9ba3001
Add zstd support to libarchive ( #25659 )
2021-08-27 17:28:46 -07:00
Adam J. Stewart
3a4073cfff
py-flit: add maintainer ( #25667 )
2021-08-27 17:26:41 -07:00
Harmen Stoppels
9577d890c4
add py-flameprof ( #25539 )
2021-08-27 17:22:35 -06:00
Harmen Stoppels
f5ab3ad82a
Fix: --overwrite backs up old install dir, but it gets destroyed anyways ( #25583 )
...
* Make sure PackageInstaller does not remove the just-restored
install dir after failure in spack install --overwrite
* Remove cryptic error message and rethrow actual error
2021-08-27 12:41:24 -07:00
Tamara Dahlgren
b5d3c48824
Load package environment prior to stand-alone/smoke test execution ( #25619 )
2021-08-27 18:46:26 +00:00
Harmen Stoppels
9d17d474ff
Add missing link dep for py-uwsgi ( #25654 )
2021-08-27 13:44:21 -05:00
Adam J. Stewart
50411f8394
py-psycopg2: add version 2.9.1 ( #25646 )
2021-08-27 11:00:47 -07:00
Adam J. Stewart
32210b0658
py-pathlib: prevent conflicts with standard library ( #25631 )
2021-08-27 10:58:20 -07:00
Adam J. Stewart
98e6e4a3a5
New package: py-flit ( #25630 )
2021-08-27 10:57:07 -07:00
Chris Richardson
a7c6224b3a
FEniCSx packages: add version 0.3.0 ( #25627 )
2021-08-27 10:55:01 -07:00
Adam J. Stewart
9d95125d6a
py-pyinstrument: add version 4.0.3 ( #25632 )
...
* Swap github download link for pypi
* Versions >= 4 dont need npm
2021-08-27 10:51:48 -07:00
Dylan Simon
ed07fa4c37
r-irkernel: add version 1.2; update version 0.7 ( #25644 )
...
Use a commit hash instead of a tag for 0.7
2021-08-27 10:44:10 -07:00
Jordan Galby
2d97d877e4
figlet: Fix figlet font dir ( #25662 )
...
By default, figlet looks for fonts in `/usr/local/share/figlet`, and if
it doesn't exist you get `figlet: standard: Unable to open font file`.
This fix changes the default font dir to the one installed in the
install prefix.
2021-08-27 10:42:12 -07:00
Timothy Brown
7fd4dee962
ESMF package: add version 8.1.1 ( #25590 )
...
Also build with internal lapack library by default.
2021-08-27 10:26:06 -07:00
Michael Kuhn
4f3a538519
meson: add 0.59.1 and 0.58.2 ( #25661 )
2021-08-27 06:35:00 -06:00
Michael Kuhn
5c1710f7dc
glib: add 2.68.4 ( #25660 )
2021-08-27 06:22:42 -06:00
Jordan Galby
97ea57e59f
Add ld.gold and ld.lld compiler wrapper ( #25626 )
...
The gcc compiler can be configured to use `ld.gold` by default. It will
then call `ld.gold` explicitly when linking. When so, spack need to have
a ld.gold wrapper in PATH to inject rpaths link flags etc...
Also I wouldn't be surprised to see some package calling `ld.gold`
directly.
As for ld.gold, the argument could be made that we want to support any
package that could call ld.lld.
2021-08-27 13:16:26 +02:00
Massimiliano Culpo
c152e558e9
Make SpecBuildInterface
pickleable ( #25628 )
...
* Add a __reduce__ method to SpecBuildInterface
This class was confusing pickle when being serialized,
due to its scary nature of being an object that disguise
as another type.
* Add more MacOS tests, switch them to clingo
* Fix condition syntax
* Remove Python v3.6 and v3.9 with macOS
2021-08-27 09:10:03 +00:00
Harmen Stoppels
12e87ebf14
Fix fish test "framework" ( #25242 )
...
Remove broken test, see #21699
2021-08-27 10:52:00 +02:00
Vanessasaurus
1113705080
adding remainder of issues from repology problems ( #25653 )
...
some of these are not resolvable in that there is only an http page
available, or a page reported as broken is actually ok, or a page has
an SSL error that does not prevent one from visiting (and no good replacement)
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com>
2021-08-27 01:16:46 -06:00