summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-06-27Windows: Add PowerShell env support (#37951)John W. Parent11-15/+197
PowerShell requires explicit shell and env support in Spack. This is due to the distinct differences in shell interactions between cmd and pwsh. Add a doskey in pwsh piping 'spack' commands to a powershell script similar to the sh function 'spack'. Add support for PowerShell-specific shell interactions from Spack (set/unset shell variables).
2023-06-27environment-modules: add version 5.3.1 (#38597)Xavier Delaruelle1-1/+2
2023-06-27geos: add v3.12.0 (#38595)Adam J. Stewart1-0/+1
2023-06-27mindthegap: adding new version 2.3.0 (#38596)snehring1-0/+6
2023-06-27intel-oneapi-mkl: handle external mkl with external mpi (#38263)Robert Cohn1-1/+4
2023-06-27py-ruamel-yaml: add 0.17.32 and py-ruamel-yaml-clib: add 0.2.7 (#38585)Manuela Kuhn2-5/+14
* py-ruamel-yaml: add 0.17.32 and py-ruamel-yaml-clib: add 0.2.7 * Update var/spack/repos/builtin/packages/py-ruamel-yaml/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Fix style * Fix python dependency --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-06-27py-lightly: add v1.4.10 (#38594)Adam J. Stewart1-0/+1
2023-06-27HDF5: is_enabled helper (ON) (#35705)Axel Huebl1-3/+1
* HDF5: is_enabled helper (ON) Slightly generalize the `is_enabled` helper in the HDF5 package. `ON` is the most typical CMake bool option passed, besides many other possible `true` values, and should be included as a possible check to the config. * Simplify --------- Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2023-06-27py-reportlab: add 4.0.4 (#38561)Manuela Kuhn1-0/+3
2023-06-27py-setupmeta: add 3.4.0 (#38589)Manuela Kuhn1-1/+1
2023-06-27py-rst2pdf: add 0.100 (#38581)Manuela Kuhn1-1/+4
2023-06-27py-rich: add 13.4.2, py-markdown-it-py: add 3.0.0, py-mdurl: new (#38573)Manuela Kuhn3-13/+44
* py-rich: add 13.4.2, py-markdown-it-py: add 3.0.0, py-mdurl: add new package * Fix style
2023-06-27py-rfc3986: add 2.0.0 (#38570)Manuela Kuhn1-3/+4
2023-06-27kokkos-kernels: require kokkos+cuda_lambda (#38568)brian-kelley1-0/+3
(when +cuda, and on version 4.0.00 and up)
2023-06-27py-lightning: add v2.0.4, drop +extra (#38531)Adam J. Stewart4-64/+15
* py-lightning: add v2.0.4, drop +extra * Update dependencies
2023-06-27ci: remove compiler bootstrapping code (#38543)Scott Wittenburg5-742/+193
2023-06-27Kokkos Kernels: adding release 3.7.1 and 4.0.0 (#36655)Luc Berger3-3/+7
Co-authored-by: eugeneswalker <38933153+eugeneswalker@users.noreply.github.com>
2023-06-27superlu-dist: convert to new stand-alone test process (#38188)Tamara Dahlgren1-18/+9
2023-06-27Update superlu home page (#38562)wspear1-1/+1
2023-06-27tests/py-genshi: convert to new stand-alone test process (#38345)Tamara Dahlgren1-7/+2
* py-genshi: convert to new stand-alone test process * py-genshi: add run as py-setuptools deptype; remove test_testsuite comment
2023-06-27Adjust cc90 to require at least CUDA 12 (#38572)Wileam Y. Phan1-3/+2
2023-06-27fairmq: add v1.7.0 (#38550)Dennis Klein1-1/+12
2023-06-27cargs: add new package (#38548)Matthieu Dorier1-0/+20
2023-06-27py-bx-python: add 0.9.0 (#38419)George Young1-2/+5
* py-bx-python: add 0.9.0 * remove dependency * Remove python upper bound * Clarify dependency requirements --------- Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
2023-06-27Revert "Updates to symlinking for Windows (#34701)" (#38578)Harmen Stoppels13-817/+191
This reverts commit 66f75407d136c0c06ed01774d5815728afba35ca.
2023-06-26CachedCMakePackage: set build type (#38502)Brian Van Essen2-8/+1
Fixed the cached CMake package so that the build_type field is saved in the cached configuration file.
2023-06-26py-numpy: add v1.24.4 (#38555)Adam J. Stewart1-0/+1
2023-06-26Updates to symlinking for Windows (#34701)David Alexander13-191/+817
* Support hardlinks/junctions on Windows systems without developer mode enabled * Generally, use of llnl.util.symlink.symlink is preferred over os.symlink since it handles this automatically * Generally an error is now reported if a user attempts to create a symlink to a file that does not exist (this was previously allowed on Linux/Mac). * One exception to this: when Spack installs files from the source into their final prefix, dangling symlinks are allowed (on Linux/Mac - Windows does not allow this in any circumstance). The intent behind this is to avoid generating failures for installations on Linux/Mac that were succeeding before. * Because Windows is strict about forbidding dangling symlinks, `traverse_tree` has been updated to skip creating symlinks if they would point to a file that is ignored. This check is not transitive (i.e., a symlink to a symlink to an ignored file would not be caught appropriately) * Relocate function: resolve_link_target_relative_to_the_link (this is not otherwise modified) Co-authored-by: jamessmillie <smillie@txcorp.com>
2023-06-26krb5: add missing findutils dependency (#38440)Manuela Kuhn1-0/+1
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2023-06-26modules: ignore more Modules variables in from_sourcing_file (#38455)Xavier Delaruelle3-6/+51
Update list of excluded variables in `from_sourcing_file` function to cover all variables specific to Environment Modules or Lmod. Add specifically variables relative to the definition of `module()`, `ml()` and `_module_raw()` Bash functions. Fixes #13504
2023-06-26Adds new Qthreads package version (#38421)Carson Woods1-2/+16
* Add new versions of Qthreads * Add version URLs explicitly as it has recently changed * Use function to extrapolate version URL for older versions * Fix url formatter
2023-06-26Openfoam: replace two boolean variants with multi-valued variant for ↵kjrstory1-6/+11
precision option (#37736)
2023-06-26llvm: fix build against libstdc++ 13 (#38329)Martin Aumüller1-0/+7
llvm @13-15 is required for ispc, but fails to build with GCC 13. 14.0.6 and 15.0.7 built successfully with upstream patch, 13.0.1 still fails. Thus upstream patch is applied to 14 and 15 only.
2023-06-26ufs-utils: update urls, versions, and dependencies (#37255)Alex Richert1-4/+9
2023-06-26tests/heffte/tasmanian: convert to new stand-alone test process (#35750)Tamara Dahlgren2-119/+37
2023-06-26cromwell: add v85 (#38427)George Young1-3/+8
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
2023-06-26netcdf-c: apply patches (#38324)Sergey Kosukhin1-0/+19
* netcdf-c: fix building on macOS * netcdf-c: add patch fixing multi-threaded HDF5 calls * netcdf-c: update patch url
2023-06-26mmseqs2: patching to support building with %gcc@13: (#38296)George Young1-0/+8
Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
2023-06-26scotch: add new variants + bison version min. (#37958)Cameron Book1-3/+5
2023-06-26ginkgo: add version 1.6.0 (#38439)Terry Cojean1-4/+3
2023-06-26acfl: remove version 23.04 (#38363)Annop Wongwathanarat1-34/+0
2023-06-26armpl-gcc: remove version 23.04 (#38362)Annop Wongwathanarat1-52/+1
2023-06-26py-python-lzo: add 1.15 (#38418)George Young1-1/+2
* py-python-lzo: add 1.15 * Update package.py --------- Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
2023-06-26demuxlet: add new package (#38425)snehring1-0/+35
2023-06-26spectre: add v2023.06.19 (#38474)SXS Bot1-0/+3
Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com>
2023-06-26tests/*mpi*: convert to new stand-alone test process (#35802)Tamara Dahlgren3-135/+99
2023-06-26Add raw attribute to env.set command (#38465)Xavier Delaruelle5-9/+58
Update `env.set` command and underlying `SetEnv` object to add the `raw` boolean attribute. `raw` is optional and set to False by default. When set to True, value format is skipped for object when generating environment modifications. With this change it is now possible to define environment variable whose value contains variable reference syntax (like `{foo}` or `{}`) that should be set as-is. Fixes #29578
2023-06-26acts: ensure Python_EXECUTABLE uses ^python when +python (#38540)Wouter Deconinck1-0/+4
By default, `find_package(Python)` searches from highest version to lowest version, identifying the highest version that satisfies the requirements. This means that `/usr/bin/python3.11` will be found before `$(spack location -i python)/bin/python3.10`, even when other packages have been built with the `python` in spack. This ensures that the `python` dependency is explicitly the `python` version that is used.
2023-06-26py-scipy: add v1.11.0 (#38546)Adam J. Stewart3-10/+25
Co-authored-by: adamjstewart <adamjstewart@users.noreply.github.com>
2023-06-26MOLGW: add new package (#37878)Fabien Bruneval1-0/+112