Adam J. Stewart
cc4029daab
py-datacube: add new package ( #23905 )
...
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2021-05-27 13:14:59 -07:00
Adam J. Stewart
4e8d87e5cc
plumed: add missing m4 dependency ( #23957 )
2021-05-27 14:45:31 -04:00
Sebastian Schmitt
30547f60d1
Update py-pint and fix runtime dependency on setuptools ( #23950 )
...
* Update py-pint and fix runtime dependency on setuptools
Without the runtime dependency on setuptools, importing pint yields:
0.11:
ModuleNotFoundError: No module named 'pkg_resources'
0.17:
ModuleNotFoundError: No module named 'packaging'
* Fix
* Address comments
2021-05-27 17:44:26 +00:00
Desmond Orton
84ad5e444a
New package: py-promise ( #23936 )
...
* New package: py-promise
* removed test deps, added missing dep
2021-05-27 17:18:46 +00:00
Tamara Dahlgren
cf15c42c1e
py-hatchet: update v1.3.0 checksum ( #23902 )
2021-05-27 09:40:34 -07:00
Adam J. Stewart
d990c93cab
py-rasterio: add v1.2.3 ( #23945 )
2021-05-27 10:28:20 -06:00
Greg Becker
b9a66966a8
only readlink on links ( #23948 )
2021-05-27 09:20:57 -07:00
Ben Corbett
2b78b04dc5
Chai, LvArray, Umpire and py-scipy: update versions, variants, and or more ( #23488 )
...
* LvArray update.
* Style changes.
* Addressing PR comments.
* Bound scipy clang patch.
* Umpire an CHAI boolean fix.
* Changed lvarray python dependency types.
2021-05-27 00:23:37 +00:00
Desmond Orton
b120b51605
New package py-rx@3.2.0 ( #23929 )
...
* New package py-rx@3.2.0
* Removal of deps and added python constraint
2021-05-27 00:13:31 +00:00
Desmond Orton
7473388f25
py-graphql-core: switched url to pypi ( #23928 )
...
* switched url to use pypi
* Python dep constraint fix
2021-05-27 00:04:00 +00:00
Ben Bergen
c9355ad8a4
Added version 0.11.3 ( #23940 )
2021-05-26 23:40:42 +00:00
Adam J. Stewart
a40e39f1f4
py-findlibs: add new package ( #23908 )
2021-05-26 15:04:45 -07:00
Adam J. Stewart
578de4c505
py-rioxarray: add new package ( #23910 )
2021-05-26 15:00:01 -07:00
Adam J. Stewart
507ce17908
Add clarifying comments for import_modules usage ( #23935 )
2021-05-26 16:58:40 -05:00
Howard Pritchard
39a3dc4991
ucx: fix sha for 1.10.1 release ( #23931 )
...
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
2021-05-26 13:37:37 -07:00
Greg Becker
b7f7d901d1
allow whitespace formatting in variant descriptions ( #23853 )
2021-05-26 14:34:13 -06:00
Adam J. Stewart
f1e0053bf4
py-pint: fix import tests ( #23918 )
2021-05-26 20:27:05 +00:00
Adam J. Stewart
a9e3f21002
py-applicationinsights: fix import tests ( #23914 )
2021-05-26 20:23:17 +00:00
Adam J. Stewart
6d2d99d1fe
py-azure-identity: fix import tests ( #23915 )
2021-05-26 20:19:38 +00:00
eugeneswalker
35f7959f54
defaults/cray: use modules.yaml from defaults/linux ( #23932 )
2021-05-26 20:16:13 +00:00
Adam J. Stewart
db65f458ec
py-distributed: fix import tests ( #23917 )
2021-05-26 20:13:49 +00:00
Adam J. Stewart
9e03284758
py-prompt-toolkit: fix import tests ( #23919 )
2021-05-26 14:10:20 -06:00
Adam J. Stewart
2421e489e4
py-sqlalchemy: fix import tests ( #23920 )
2021-05-26 20:02:33 +00:00
lukebroskop
f3e3e5514d
CrayPE update for libunwind ( #23821 )
2021-05-26 20:10:51 +02:00
Todd Gamblin
b596abe037
Switch from heroku to slack.spack.io for slack invite badge ( #23924 )
2021-05-26 08:07:57 +00:00
Harmen Stoppels
b75ad9f950
mbedtls: make perl a test dependency ( #23897 )
2021-05-26 09:15:09 +02:00
Vicente Bolea
051bcef697
Adds vtk-m release 1.6.0-rc2 ( #23895 )
2021-05-25 18:01:17 -07:00
Davide Mancusi
de27e6cbdd
root: add CLING_CXX_PATH variable to CMake build ( #23888 )
...
Closes issue #23886 .
2021-05-25 19:50:21 -05:00
Richarda Butler
1b6b5e1611
AML: Add submodules to develop and master versions ( #23903 )
...
Co-authored-by: Kayla Richarda Butler <butler59@quartz1916.llnl.gov>
2021-05-25 17:34:11 -07:00
Adam J. Stewart
dbde984de1
json-c: fix install on macOS ( #23912 )
2021-05-26 00:05:09 +00:00
Adam J. Stewart
3c587b14ad
bash: add v5.1 and patches ( #23911 )
2021-05-26 00:00:37 +00:00
Harmen Stoppels
f2ce57bf77
Add xxd for hsa-rocr-dev build script ( #23855 )
2021-05-25 20:58:30 +00:00
Vanessasaurus
3cef5663d8
adding json export for spack blame ( #23417 )
...
I would like to be able to export (and save and then load programatically)
spack blame metadata, so this commit adds a spack blame --json argument,
along with developer docs for it
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com>
2021-05-25 12:40:08 -06:00
Vanessasaurus
b44bb952eb
first set of work to allow for saving local results with spack monitor ( #23804 )
...
This work will come in two phases. The first here is to allow saving of a local result
with spack monitor, and the second will add a spack monitor command so the user can
do spack monitor upload.
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com>
2021-05-25 11:29:34 -07:00
Hervé Yviquel
e22da8df05
extrae package: add variant for cuda and cupti ( #23522 )
2021-05-25 10:34:28 -07:00
Robert Cohn
c5389c430b
Fix cross references in inteloneapipackage doc ( #23744 )
...
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2021-05-25 09:57:49 -07:00
Seth R. Johnson
a284edb852
ForTrilinos: add smoke test ( #23664 )
2021-05-25 10:10:19 -06:00
Michael Kuhn
29deb399b4
iwyu: link clang resources in the right location ( #23885 )
...
iwyu cannot find clang's headers if they are installed in separate
prefixes, see:
https://github.com/include-what-you-use/include-what-you-use#how-to-install
2021-05-25 09:01:44 -06:00
eugeneswalker
c9b957b71a
variorum: unpin hwloc dependency ( #23742 )
2021-05-25 16:57:30 +02:00
Tamara Dahlgren
929d1de3e5
Stand-alone/Smoke tests: copy cached test sources to test stage ( #23713 )
2021-05-25 07:24:32 -07:00
Harmen Stoppels
56e7e2a406
MesonPackage: make "default_library" a multi-valued variant ( #23540 )
...
Currently if one package does `depends_on('pkg default_library=shared')`
and another does `depends_on('pkg default_library=both')`, you'd get a
concretization error.
With this PR one package can do `depends_on('pkg default_library=shared')`
and another depends_on('default_library=static'), and it would concretize to
`pkg default_library=shared,static`
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-05-25 12:07:00 +02:00
Harmen Stoppels
6d29f0d61f
strace: add v5.8-5.12 ( #23883 )
2021-05-25 12:02:24 +02:00
Harmen Stoppels
cb13ba0fd8
rpm: overhaul package recipe ( #23819 )
2021-05-25 11:59:19 +02:00
Olivier Cessenat
7c73a786b3
qucs: add new package ( #23849 )
...
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-05-25 09:10:52 +02:00
estewart08
cbd46be21b
[AMD] - Update rocm-openmp-extras to 4.2.0. ( #23870 )
2021-05-25 08:58:49 +02:00
Tamara Dahlgren
bed1644d52
Fix packaging guide table's build system links ( #23879 )
2021-05-25 07:13:00 +02:00
HDF-EOS Tools Information Center
00963149e1
Fix hyperlink formatting in docs ( #23846 )
2021-05-25 07:09:07 +02:00
Chris White
fb2c3cce6d
Add tools and example variants to axom ( #23877 )
2021-05-25 01:01:58 +00:00
Cyrus Harrison
231490ce9a
ascent package: capture spack global flags in host config ( #23826 )
2021-05-24 16:50:38 -07:00
Cyrus Harrison
9426b26c22
dray package: capture spack global flags in host config ( #23827 )
2021-05-24 16:43:02 -07:00