Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
[OpenBLAS 0.3.11](https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.11) and [OpenBLAS 0.3.12](https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.12) were released.
|
|
|
|
* [opencascade] depends_on libxmu and libxi
* [opencascade] depends_on libxext and libxt
|
|
|
|
* spiral: new version 8.2.0
* spiral: Sort versions anti-chronologically
|
|
* py-pygps: new package.
* fixed url.
|
|
|
|
(with xsdk build fixes, including mkl, superlu-dist)
Co-authored-by: Cody J. Balos <balos1@llnl.gov>
|
|
|
|
* tskit package
* Update var/spack/repos/builtin/packages/tskit/package.py
I can't see any hard requirement for 3.6:
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* fixes following PR review
* Update var/spack/repos/builtin/packages/tskit/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* ParaView: correct path for PARAVIEW_VTK_DIR
* Update formatting
|
|
Added a command to set up Spack for our tutorial at
https://spack-tutorial.readthedocs.io.
The command does some common operations we need first-time users to do.
Specifically:
- checks out a particular branch of Spack
- deletes spurious configuration in `~/.spack` that might be
left over from prior parts of the tutorial
- adds a mirror and trusts its public key
|
|
- issue caused by the openfoam-org internal naming for their
newly added support for aarch64
Co-authored-by: Mark Olesen <Mark.Olesen@esi-group.com>
|
|
Version 5.32.0 has been out for quite a while and Linux distributions
are shipping it. I have also done a rebuild of some common packages with
the new version. Let's make it the preferred version.
|
|
|
|
* amrex: new options names for version > 20.11
* amrex: change option name DIM -> AMReX_SPACEDIM
* Update var/spack/repos/builtin/packages/amrex/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* Added code to help DiHydrogen find cuDNN and CUB
* Cleaning up dependencies on CUB and adding guards for when newer
versions of CUDA include CUB and it should be excluded.
* Changed Hydrogen to disable half support by default.
* Have LBANN force Hydrogen and DiHydrogen to build without half when the variant is disabled.
* Added explicit variants to enusre that if LBANN is build without Cuda,
Aluminum, or Half support, it enforces those constraints for Hydrogen
and DiHydrogen. Cleaned up the use of Python extend versus append in
LBANN and DiHydrogen recipes.
* Fixed Flake8
|
|
|
|
* [evtgen] add env var
* Update var/spack/repos/builtin/packages/evtgen/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
Co-authored-by: Itaru Kitayama <itaru.kitayama@riken.jp>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* cp2k: fix lmax variant to use tuple
discovered during testing #19501
@dev-zero
* retain conversion to string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See #19784
virtualgl CMake system is looking for a specific libjpeg-turbo include
file, not present in libjpeg (currently the only other jpeg provider)
|
|
* at-spi2-core: add new version
* Add strip hacks
* meson: set STRIP on macOS
|
|
* cget package
* Update var/spack/repos/builtin/packages/cget/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/cget/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/cget/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
added oneapi compiler to directives for mumps package
Co-authored-by: Frank Willmore <willmore@anl.gov>
|
|
https://github.com/grpc/grpc/pull/24449 grpc/grpc#24248
|
|
* [code-server] created template
* [code-server] installing base server
* [code-server] added description and homepage
* [code-server] removed fixmes
* [code-server] git version > 2 is recommended
* [code-server] added version 3.1.1
* [code-server] flake8
* [code-server] added version 3.4.1
* [code-server] cp() -> install_tree()
* [code-server] removes predefined utilies
* [code-server] ln() -> symlink()
|
|
* [libcumlprims] created template
* [libcumlprims] setting up version urls and added versions
* [libcumlprims] added dependencies
* [libcumlprims] installing prebuild binaries
* [libcumlprims] fixing dependencies
* [libcumlprims] trying to fix cumlprims includedir
* [libcumlprims] updated envvar to SPACK_INCLUDE_DIRS
* [libcumlprims] typoo
* [libcumlprims] added homepage and description. removed fixmes
* [libcumlprims] cp -> install_tree
* [libcumlprims] removed unused import
* [libcumlprims] using new version of updating header files env vars
* [libcumlprims] flake8
|
|
|
|
|
|
* GDAL: add v3.2.0
* Fix typo: satisfes -> satisfies
Co-authored-by: Andrew W Elble <aweits@rit.edu>
Co-authored-by: Andrew W Elble <aweits@rit.edu>
|
|
|
|
* revise z-checker's package.py
* add mpi dependency to z-checker
* add one whitespace required by Flake8
* trailing whitespace
Co-authored-by: Sheng Di <sdi1@anl.gov>
|
|
* Added CUB dependency to Aluminum
* Added hash for version 0.6.0
* Added a maintainer field and slight cleanup.
* Cleanup extend versus append
|
|
* Updates in LBANN an Aluminum code now allow working with versions
HWLOC 1.11.x and 2.x and up.
* Updating the minimum CMake version to address a pending PR in LBANN
that will require C++17 support and needs CMake to properly separate
the compiler flags from nvcc.
* Clarified the support for different versions of HWLOC in LBANN
|
|
Previously, we hardcoded a list of Spack versions which could be used by the containerize command.
This PR removes that list. It's a maintenance burden when cutting a release, and prevents older versions of Spack from creating containers to be used by newer versions.
|