summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-27oneapi-* packages: improve use with modules (#30981)Sergey Kosukhin7-207/+245
This commit adds some changes which improve use of Spack-installed oneAPI packages with Spack-generated modules, but not within Spack (e.g. if you install some of these packages with Spack, then load their associated modules to build other packages outside of Spack). The majority of the PR diff is refactoring. The functional changes are: * intel-oneapi-mkl: * setup_run_environment: update Intel compiler flags to RPATH the mkl libs * intel-oneapi-compilers: update the compiler configuration to RPATH libraries installed by this package (note that Spack already handled this when installing dependent packages with Spack, but this is specifically to use the intel-oneapi-compilers package outside of Spack). Specifically: * inject_rpaths: this modifies the binaries installed as part of the intel-oneapi-compilers package to RPATH libraries provided by this package * extend_config_flags: this instructs the compiler executables provided by this package to RPATH those same libraries Refactoring includes: * intel-oneapi-compilers: in addition to the functional changes, a large portion of this diff is reorganizing the creation of resources/archives downloaded for the install * The base oneAPI package renamed component_path, so several packages changed as a result: * intel-oneapi-dpl * intel-oneapi-dnn * extrae * intel-oneapi-mpi: * Perform file filtering in one pass rather than two
2022-06-27feynhiggs: add new package (#31306)Valentin Volkl1-0/+23
* feynhiggs: add new package * Update var/spack/repos/builtin/packages/feynhiggs/package.py * Update var/spack/repos/builtin/packages/feynhiggs/package.py
2022-06-27`spack external find`: handle manifest with bad permissions (#31201)Peter Scheibel4-0/+98
Allow `spack external find` (with no extra args) to proceed if the manifest file exists but without sufficient permissions; in that case, print a warning. Also add a test for that behavior. TODOs: - [x] continue past any exception raised during manifest parsing as part of `spack external find`, except for CTRL-C (and other errors that indicate immediate program termination) - [x] Semi-unrelated but came up when discussing this with the user who reported this issue to me: the manifest parser now accepts older schemas See: https://github.com/spack/spack/issues/31191
2022-06-27openfoam: v2206 release. v2106/2012/2006/1912 patched to 202220610 (#31317)Mark Olesen1-0/+5
Co-authored-by: Mark Olesen <Mark.Olesen@esi-group.com>
2022-06-27ioapi: adapt to upstream's build system changes (#28247) (#31149)Pariksheet Nanda1-4/+21
Co-authored-by: Pariksheet Nanda <pnanda@necrosis.micro.med.umich.edu>
2022-06-27cuda 11 support for hiop (#31282)sayefsakin1-0/+2
Co-authored-by: Sayef Azad Sakin <ssakin@moonshot.cels.anl.gov>
2022-06-27[sratoolkit] added version 3.0.0 (#31322)Jen Herting1-1/+2
2022-06-27openexr: add v3.1.5, CMake support (#31292)Adam J. Stewart2-9/+47
2022-06-27brunsli: add new package (#31240)Adam J. Stewart1-0/+23
2022-06-27HDF: fix build with Apple Clang (#31235)Adam J. Stewart1-0/+4
2022-06-27py-torch: add M1 GPU support (#31283)Adam J. Stewart1-0/+3
2022-06-27Rename os_facts.lp to os_compatibility.lp (#31206)Massimiliano Culpo2-1/+1
Follow-up from #31170
2022-06-27Fix pigz%nvhpc build (#31227)Harmen Stoppels1-1/+1
nvc doesn't know this flag: `-Wno-unknown-pragmas`, it doesn't hurt to remove the specific warning flags, from: ``` -O3 -Wall -Wextra -Wno-unknown-pragmas -Wcast-qual ``` to: ``` -O3 -Wall ```
2022-06-24py-gtdbtk and fastani: new packages (#31268)Luke Diorio-Toth2-0/+53
2022-06-24Fix typo in documentation note about concretizer:unify (#31246)Cody Balos1-3/+3
2022-06-24giflib: fix macOS build (#31234)Adam J. Stewart1-0/+4
2022-06-24librttopo: add missing Autotools deps (#31252)Adam J. Stewart1-2/+8
2022-06-24sfcgal: fix boost build issues (#31254)Adam J. Stewart1-8/+5
2022-06-24py-numpy: add v1.23.0 (#31250)Adam J. Stewart3-2/+15
2022-06-23ASP-based solver: rescale target weights so that 0 is always the best score ↵Massimiliano Culpo2-49/+15
(#31226) fixes #30997 Instead of giving a penalty of 30 to all nodes when preferences are not package specific, give a penalty of 100 to all targets of a node where we have package specific preferences, if the target is not explicitly preferred.
2022-06-23Fixed the range on Catch2 to avoid v3.x (#31242)Brian Van Essen1-1/+1
2022-06-23py-instrain: adding new package (#31244)Luke Diorio-Toth1-0/+37
* py-instrain: adding new package * py-instrain: fixed style * removed unnecessary setuptools and numba version restrictions * fixed pandas version
2022-06-23hadoop-xrootd: Add clang conflict (#31215)haralmha1-0/+1
* hadoop-xrootd: Add clang conflict * Flake8 Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2022-06-23Allow using mimalloc 2 in pika and HPX (#31260)Mikael Simberg4-3/+30
2022-06-23keyutils: add macOS conflict (#31236)Adam J. Stewart2-1/+3
2022-06-23add charliecloud 0.27 and fix master install (#31247)Richard Berger1-0/+7
* charliecloud: custom autoreconf and require py-pip and py-wheel for master * charliecloud: add 0.27 * charliecloud: add minimum py-pip version
2022-06-23rpcsvc-proto: add v1.4.3 (#31253)Adam J. Stewart1-2/+5
2022-06-23libfuse: 3.11.0 (#31259)Harmen Stoppels1-0/+1
2022-06-23Add some GROMACS versions (#31264)Maciej Wójcik3-5/+20
* gromacs: add recent version * gromacs-swaxs: add recent versions * gromacs-chain-coordinate: add recent version
2022-06-23[lammps] Rename master -> develop branch (#31263)Stephen Sachs1-1/+1
https://github.com/lammps/lammps/pull/3311 Co-authored-by: Stephen Sachs <stesachs@amazon.com>
2022-06-23goma: update package with new version and options (#31267)Weston Ortiz1-2/+6
2022-06-23Updated sha256 value for amdlibflame (#31269)AMD Toolchain Support1-1/+1
2022-06-23py-pandas: add v1.4.3 (#31270)Adam J. Stewart1-0/+2
2022-06-23Add the rocm tag to packages from the Radeon Open Compute Platform. (#31187)Brian Van Essen46-0/+46
* Add the rocm tag to packages from the Radeon Open Compute Platform. * Added more packages from the ROCm software distribution based on reviewer feedback. * Updated tags based on reviewer feedback
2022-06-23Enable MVAPICH2 to use the mpichversion executable to detect externals (#31245)Brian Van Essen1-4/+11
This is an an alternative to mpiname.
2022-06-22protobuf: add 21.1 (#31249)Ben Boeckel1-0/+1
Older versions have compile errors under newer compilers (e.g., gcc-12).
2022-06-22added racon conflict with new versions of gcc (#31243)Luke Diorio-Toth1-1/+1
2022-06-22vtk-m: change smoke test (#29113)Vicente Bolea1-163/+30
2022-06-22relocation: x-pie-executable needs relocation (#31248)eugeneswalker1-1/+2
2022-06-22Add --disable-wrapper-runpath to openmpi when ~wrapper-rpath to avoid build ↵Nicholas Sly1-0/+1
time error. (#31221) Co-authored-by: Nicholas Cameron Sly <sly1@rzalastor2.llnl.gov>
2022-06-22spack create: fix for no URL (#31239)Adam J. Stewart2-1/+7
2022-06-22add first version of py-pyrr package (#31211)JeromeDuboisPro1-0/+20
* add first version of py-pyrr package * added license * update license HEADER * Remove preferred as there is only one version available Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Better specify dependency type Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * remove useless variable license Co-authored-by: Jérôme Dubois <jerome.dubois@cea.fr> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-06-22py-bids-validator: add 1.9.4 (#31230)Manuela Kuhn1-0/+1
2022-06-22squashfs-mount: new package (#31225)Harmen Stoppels1-0/+26
2022-06-22Remove update functions used to ease the transition in v0.16 (#31216)Massimiliano Culpo4-301/+12
2022-06-22Add missing '?full_index=1' to meson 9850.patch URL (#31222)Tamara Dahlgren1-2/+2
* Add missing '?full_index=1' to meson 9850.patch URL * Correct checksum Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-06-21py-geopandas: add v0.11.0 (#31218)Adam J. Stewart1-2/+8
2022-06-21py-shapely: env vars always needed (#31217)Adam J. Stewart1-0/+6
2022-06-21meson: fix to recognize intel oneapi compiler (#30605)Howard Pritchard1-0/+4
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
2022-06-21Canonicalize positional argument to spack bootstrap mirror (#31180)Massimiliano Culpo1-1/+3
fixes #31139