Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
(#44212)
* audit: disallow github.com/org/repo/pull/n/commits/hash.patch?full_index=1
* [@spackbot] updating style on behalf of wdconinc
* audit: fix style
* audit: github.com/o/r/pull/n/commits/sha.patch -> sha.patch
* [@spackbot] updating style on behalf of wdconinc
* Revert "[@spackbot] updating style on behalf of wdconinc"
This reverts commit 2ecec9923829c9514f6e09885ee57cda3688b2f4.
* Revert "audit: github.com/o/r/pull/n/commits/sha.patch -> sha.patch"
This reverts commit 5bd7da2cadee9dae44ce14f35a4fb72323c0b98e.
* fix: modify audit message with suggested fix
* audit: github.com/o/r/pull/n/commits/sha.patch -> /o/r/commit/sha.patch?full_index=1
---------
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
|
|
|
|
|
|
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
|
|
|
|
* Address #44253 by adding new versions and declaring conflicts for perl-xml-libxml
* [@spackbot] updating style on behalf of teaguesterling
* Update var/spack/repos/builtin/packages/perl-xml-libxml/package.py
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
---------
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
|
|
|
|
* Adding new spark versions (in preparation of HAIL package)
* Adding myself as potential maintainer
|
|
|
|
|
|
* whizard: add gosam variant
* adress comments, fix compiler wrapper issue
|
|
|
|
|
|
* protobuf: update hash for patch needed when="@3.4:3.21"
* Update var/spack/repos/builtin/packages/protobuf/package.py
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
* Update var/spack/repos/builtin/packages/protobuf/package.py
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
---------
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
|
|
|
|
|
|
|
|
|
|
Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com>
|
|
|
|
|
|
* pythia8: prefer 8.310
* [@spackbot] updating style on behalf of wdconinc
* pythia8: filter_file to remove sed n
* Revert "[@spackbot] updating style on behalf of wdconinc"
This reverts commit e2a3decaffbd3f464d1bd992025e1812df49f088.
* Revert "pythia8: prefer 8.310"
This reverts commit 568cb056b87129085e245d9dbef1732ee1c6c0aa.
* [@spackbot] updating style on behalf of wdconinc
* pythia8: comment for fix
* pythia8: fix style
* pythia8: filter_file with raw string because of escaped pipe
---------
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Fabien Bruneval <fabien.bruneval@.cea.fr>
|
|
The release tarballs are not available anymore which means autoconf, automake and libtool are always needed.
The NVHPC specific patches don't make sense anymore being that the patched files are not distributed in the new tar files.
|
|
|
|
Co-authored-by: Fabien Bruneval <fabien.bruneval@.cea.fr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add support for Gitlab CI on Windows
This PR adds the config changes required to configure and execute
Gitlab pipelines running Windows builds on Windows runners using
the existing Gitlab CI infrastructure (and newly added Windows
infrastructure).
* Adds support for generating child pipelines dispatched to Windows runners
* Refactors the relevant pre-scripts, scripts, and post scripts to be compatible with Windows
* Adds Windows config section describing Windows jobs
* Adds VTK as Windows build stack (to be expanded later)
* Modifies proj to build on Windows
* Refactors Windows rpath symlinking to avoid system libs and externals
---------
Co-authored-by: Ryan Krattiger <ryan.krattiger@kitware.com>
Co-authored-by: Mike VanDenburgh <michael.vandenburgh@kitware.com>
Co-authored-by: Todd Gamblin <tgamblin@llnl.gov>
Co-authored-by: Scott Wittenburg <scott.wittenburg@kitware.com>
|
|
* trilinos: catch kokkos inconsistency with trilinos
* trilinos: update kokkos version range
|
|
Symlinks on Windows can use longpath prefixes (\\?\); these are fine
in the context of win32 API interactions but break numerous facets of
Spack behavior that rely on string parsing/matching (archiving,
binary distributions, tarball extraction, view regen, etc).
Spack's internal readlink method (llnl.util.symlink.readlink)
gracefully handles this by removing the prefix and otherwise behaving
exactly as os.readlink does, so we should prefer that in all cases.
|
|
|
|
* py-matplotlib: qualify when to do a post install
Older versions of py-matplotlib don't seem to have some of the
files that the post install step is trying to install.
Looks like the files first appeared in 3.6.0 and later.
Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
* Change install paths for older matplotlib
---------
Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
on some distros it is in lib64/
|
|
* Add maintainer and fix linting
* allow for fewer deps in archive
* use meson for archive packages
* Fix version spec and f-string
* fix blas dependency links
* Add new release to spack
* Fix checksums for latest release
|