Robert Cimrman
9b28f99dd2
py-sfepy: add v2021.3 ( #26865 )
2021-10-21 23:50:38 +00:00
Manuela Kuhn
dbe1060420
py-neurokit2: add 0.1.4.1 ( #26871 )
...
* py-neurokit2: add 0.1.4.1
* Update var/spack/repos/builtin/packages/py-neurokit2/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-10-21 21:03:04 +00:00
Alexander Jaust
3176c6d860
[py-pyprecice] add v2.3.0.1 and fix hash of v2.2.1.1 ( #26846 )
2021-10-21 08:36:24 -05:00
Eric Brugger
7f4bf2b2e1
vtk: make use of system GLEW dependent on osmesa being disabled. ( #26764 )
2021-10-21 09:53:13 +02:00
Vanessasaurus
3fe1785d33
libabigail: support source install ( #26807 )
...
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-10-21 09:22:22 +02:00
Wouter Deconinck
b65937e193
kassiopeia: add v3.8.0; new variants log4cxx, boost ( #26841 )
2021-10-21 07:44:57 +02:00
Alexander Jaust
97d244eb95
Make superlu-dist@7.1.0 request CMake 3.18.1 or newer ( #26849 )
2021-10-21 07:43:30 +02:00
Edward Hartnett
88591536c8
bacio: add v2.5.0 ( #26851 )
2021-10-21 07:41:47 +02:00
RichardABunt
f78e5383cc
arm-forge: add v21.1 ( #26852 )
2021-10-21 07:41:06 +02:00
downloadico
34d4091dbc
tramonto: add new package ( #26858 )
2021-10-21 07:18:33 +02:00
Stephen Hudson
afd4a72937
libEnsemble: add v0.8.0 ( #26864 )
2021-10-21 07:14:31 +02:00
Adam J. Stewart
342f89e277
py-numpy: add v1.21.3 ( #26860 )
2021-10-21 07:13:43 +02:00
Luc Berger
fc7178da17
Kokkos Kernels: updating maintainers and releases ( #26855 )
...
Adding the latests releases of Kokkos Kernels and the official maintainers for the package.
2021-10-20 12:19:56 -07:00
iarspider
594325ae09
Add py-sniffio version 1.2.0 and fix dependencies ( #26847 )
...
* Add py-sniffio version 1.2.0 and fix dependencies
* Changes from review
2021-10-20 16:30:26 +00:00
iarspider
fcff01aaaf
Update py-anyio to 3.3.4 ( #26821 )
...
* Update py-anyio to 3.3.4
* Changes from PR
2021-10-20 10:36:45 -05:00
Manuela Kuhn
b9c633d086
py-bids-validator: add 1.8.4 ( #26844 )
2021-10-20 10:33:27 -05:00
kwryankrattiger
45bea7cef7
Update ECP dav helper for propagating variants ( #26175 )
2021-10-20 11:22:07 -04:00
Martin Aumüller
029b47ad72
embree: add checksums for 3.12.2 & 3.13.1 ( #26675 )
...
Includes fix for for dependency ispc: fix build if cc -m32 is not possible
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2021-10-20 16:41:18 +02:00
Adam J. Stewart
f184900b1a
damask: fix maintainer GitHub handle ( #26829 )
2021-10-20 14:57:13 +02:00
Wouter Deconinck
abc8cfe8fa
cppgsl: branch master is now main ( #26834 )
2021-10-20 14:56:01 +02:00
Wouter Deconinck
42a6e1fcee
root: prepend dependent_spec.prefix.include to ROOT_INCLUDE_PATH ( #26379 )
...
Spack is not populating CPATH anymore (e3f97b37e6 (diff-259adc895c0b2e8fca42ffb99d8051eec0712c868d12d8da255d32f1663acdc7)
), and downstream packages ([gaudi](1aa7758dbb/var/spack/repos/builtin/packages/gaudi/package.py (L116)
)) have alrady started to include this in their package.py files. Instead of propagating this to all downstream packages, it tries to address the issue at the source.
2021-10-20 09:15:14 +02:00
Massimiliano Culpo
1983d6d9d0
Pipelines: pin importlib-metadata and setuptools-scm versions ( #26831 )
...
This will hopefully be a hotfix for the issue with pipelines
in #26813 and #26820
2021-10-19 16:09:40 -07:00
Chris White
b7d94ebc4f
allow camp to use blt package ( #26765 )
2021-10-19 16:09:15 -07:00
Kai Germaschewski
501fa6767b
adios2: fix unresolved symbols in 2.6.0 when built with gcc10 ( #23871 )
2021-10-19 21:09:07 +00:00
iarspider
bc99d8a2fd
Update py-zipp ( #26819 )
...
* Update py-zipp
* Fix typo
2021-10-19 13:29:32 -05:00
Garth N. Wells
2bfff5338f
py-fenics-ffcx: dependency updates ( #26783 )
...
* Update py-fenics-ffcx dependencies
* Relax some version numbering
* Remove stray colon
2021-10-19 13:28:20 -05:00
iarspider
a678a66683
py-setuptools-scm: make py-tomli dependency an open range ( #26820 )
2021-10-19 16:08:56 +00:00
Massimiliano Culpo
2d45a9d617
Speed-up environment concretization on linux with a process pool ( #26264 )
...
* Speed-up environment concretization with a process pool
We can exploit the fact that the environment is concretized
separately and use a pool of processes to concretize it.
* Add module spack.util.parallel
Module includes `pool` and `parallel_map` abstractions,
along with implementation details for both.
* Add a new hash type to pass specs across processes
* Add tty msg with concretization time
2021-10-19 10:09:34 -05:00
Ryan Mast
64a323b22d
spdlog: add v1.9.0, v1.9.1 and v1.9.2 ( #26777 )
2021-10-19 16:55:36 +02:00
Ryan Mast
f7666f0074
asio: Add versions up to 1.20.0 ( #26778 )
2021-10-19 16:54:55 +02:00
Ryan Mast
b72723d5d9
cli11: added v2.1.1, v2.1.0 ( #26780 )
2021-10-19 16:54:33 +02:00
Ryan Mast
65d344b2f8
cli11: disable building the examples ( #26781 )
2021-10-19 16:53:45 +02:00
Adam J. Stewart
9afc5ba198
py-pandas: add v1.3.4 ( #26788 )
2021-10-19 16:50:42 +02:00
Paul
9eaccf3bbf
Add Go 1.17.2 and 1.16.9 ( #26794 )
2021-10-19 16:30:59 +02:00
Mark Grondona
bb1833bc8c
flux: update maintainer of flux-core, flux-sched ( #26800 )
2021-10-19 16:30:33 +02:00
Robert Pavel
c66aa858c2
Made Legion Dependency on Gasnet Tarball Explicit ( #26805 )
...
Made legion dependency on a gasnet tarball explicit so as to take
advantage of spack mirrors for the purpose of deploying on machines with
firewalls
2021-10-19 16:28:43 +02:00
Erik Schnetter
4fc8ed10cb
nsimd: add v3.0 ( #26806 )
2021-10-19 16:27:29 +02:00
Adam J. Stewart
0de8c65a2d
Libtiff: improve compression support ( #26809 )
2021-10-19 16:17:37 +02:00
genric
42fb34e903
py-xarray: add v0.18.2 ( #26811 )
2021-10-19 16:15:56 +02:00
iarspider
d6fc914a9b
Update py-importlib-metadata and py-setuptools-scm ( #26813 )
2021-10-19 16:08:53 +02:00
Massimiliano Culpo
79c92062a8
Gitlab pipelines: use images from the Spack organization ( #26796 )
2021-10-19 14:38:39 +02:00
Miguel Dias Costa
d41ddb8a9c
new package: berkeleygw ( #21455 )
2021-10-18 18:17:58 -07:00
Harmen Stoppels
2b54132b9a
cosma: add new versions and improve package ( #24136 )
...
* cosma: add new versions and improve package
* Move method below depends_on's
2021-10-18 18:06:14 -07:00
Mickaël Schoentgen
a118e799ae
httpie: add v2.6.0 ( #26791 )
...
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-10-18 21:21:08 +00:00
Seth R. Johnson
bf42d3d49b
file and python dependents: add missing dependencies ( #26785 )
...
* py-magic: delete redundant package
This package is actually named py-python-magic (since the project itself
is "python-magic").
* New package: libmagic
* Py-python-magic: add required runtime dependency on libmagic and new version
* Py-filemagic: add required runtime dependency
* py-magic: restore and mark as redundant
This reverts commit 4cab7fb69e
.
* file: add implicit dependencies and static variant
Replaces redundant libmagic that I added. Compression headers were previously
being picked up from the system.
* Fix py-python-magic dependency
* Update python version requirements
2021-10-18 21:11:16 +00:00
Miroslav Stoyanov
e0ff44a056
tasmanian: add smoke test ( #26763 )
2021-10-18 16:09:46 -04:00
Seth R. Johnson
c48b733773
Make macOS installed libraries more relocatable ( #26608 )
...
* relocate: call install_name_tool less
* zstd: fix race condition
Multiple times on my mac, trying to install in parallel led to failures
from multiple tasks trying to simultaneously create `$PREFIX/lib`.
* PackageMeta: simplify callback flush
* Relocate: use spack.platforms instead of platform
* Relocate: code improvements
* fix zstd
* Automatically fix rpaths for packages on macOS
* Only change library IDs when the path is already in the rpath
This restores the hardcoded library path for GCC.
* Delete nonexistent rpaths and add more testing
* Relocate: Allow @executable_path and @loader_path
2021-10-18 13:34:16 -04:00
Sreenivasa Murthy Kolam
1156c7d0a9
allow multiple values for tensile_architecture and expand the gpu list for rocm-4.3.1 ( #26745 )
2021-10-18 08:48:07 +02:00
Xavier Delaruelle
cab17c4ac3
environment-modules: add version 5.0.1 ( #26786 )
2021-10-18 08:46:57 +02:00
Harmen Stoppels
33ef7d57c1
Revert 19736 because conflicts are avoided by clingo by default ( #26721 )
2021-10-18 08:41:35 +02:00