Age | Commit message (Collapse) | Author | Files | Lines |
|
I believe utf8proc was added as a neovim dependency in neovim/neovim#26165
and is only in the master branch.
|
|
|
|
|
|
|
|
|
|
Update build system conflict between CUDA 12.6 and Clang 18
|
|
|
|
|
|
* package cln 1.3.7 feelpp/spack#2
* add myself as maintainer
* fix style issue, rm blankline
|
|
|
|
|
|
dd4hep versions up to and including 1.27 had a conflict with root
versions starting from 6.31.1, as shown in
https://github.com/AIDASoft/DD4hep/issues/1210. This PR explicitly adds
that conflict to the spec.
|
|
|
|
|
|
|
|
|
|
* whizard: add a patch when using hepmc3 3.3.0 or newer
* whizard: comment with patch origin
---------
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
|
|
* podio: apply patch for gcc 14 builds
Podio versions after 0.17.0 but before 1.0.0 are broken when using gcc
14 because of a missing include, which is addressed in the podio pull
request at https://github.com/AIDASoft/podio/pull/600. This commit
patches pre-1.0.0 versions of Podio so they can be compiled with gcc 14,
which is important for building Acts.
* Style
* Style 2
* Fixes
* Add comment:
* Add sha256
|
|
* py-jsonlines: new package
* py-jsonlines: fix dependency
---------
Co-authored-by: Alex C Leute <acl2809@rit.edu>
|
|
* New package: py-ops
* [py-ops]
- added version 2.16.0
- ran black
- updated copyright
- added license()
---------
Co-authored-by: vehrc <vehrc@rit.edu>
|
|
|
|
|
|
|
|
|
|
* sfcio: add v1.4.2
* [@spackbot] updating style on behalf of AlexanderRichert-NOAA
|
|
* Use more generic strip flag for cce
* [@spackbot] updating style on behalf of etiennemlb
* Apply always
|
|
|
|
|
|
* seacas: fix gnu parallel dep
* add vtk@9.0 platform=windows conflict
|
|
This should help not selecting, by default, some niche implementation that are supposed to be externals.
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
|
|
- Honor compiler extra_rpaths (this build bypasses spack wrappers,
so the RPATHs are added explicitly as CMake options)
- Use root_cmakelists_dir instead of adding it to the command line
- Add BLT as a dependency, allowing different versions outside of what
is in the tarball
- Put a copy of host-config in the stage directory: this allows
examination of the host-config when a build fails (before, the
host-config was just stored in the install directory, which is
deleted by default on a failed build)
|
|
Updated platform.machine() to only match "aarch64".
"arm64" not supported by "spack arch"
|
|
|
|
|
|
* add basic CDI package
* add CDI variant to paraview
* [@spackbot] updating style on behalf of albestro
---------
Co-authored-by: albestro <albestro@users.noreply.github.com>
|
|
|
|
fixes a build issue on cray ci
|
|
|
|
* perl-compress-bzip2: new package
Adds Compress::Bzip2
* Use bzip2 from Spack, not system
|
|
|
|
* Add pmix v5.0.3 and fix variants
* Update pmix homepage link
* pmix: Simplify/update hwloc dependency
* pmix: Update versions for --disable-sphinx configure option
* pmix: Add munge variant
* pmix: Add zlib dependency
* pmix: Fix dependency py-sphinx@5
|
|
* Updating LD_LIBRARY_PATH w.r.t new prefix path
* Updating hsa external path for 6.x
|
|
* py-numcodecs rename git branch to match upstream
|
|
that were used in old/removed xsdk releases (#45837)
|
|
|
|
* Install BoostConfig.cmake even when header-only
* boost: Only use --without-libraries when --with-libraries would have an empty list
|
|
* Add conflict between NVSHMEM and cuFFTMp for GROMACS package
These don't work in the same build configuration.
* [@spackbot] updating style on behalf of mabraham
* Update package.py
Also constrain NVSHMEM appropriately
* Update var/spack/repos/builtin/packages/gromacs/package.py
Co-authored-by: Andrey Alekseenko <al42and@gmail.com>
* Update package.py
* [@spackbot] updating style on behalf of mabraham
* Update package.py
* Update package.py
* Update package.py
* [@spackbot] updating style on behalf of mabraham
---------
Co-authored-by: mabraham <mabraham@users.noreply.github.com>
Co-authored-by: Christoph Junghans <christoph.junghans@gmail.com>
Co-authored-by: Andrey Alekseenko <al42and@gmail.com>
|
|
Change the signature of Spec.from_detection to set the
external prefix, and the external modules, if they are
present.
Delete "spack.package_prefs.spec_externals" since it
is unused.
|