Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
(#46957)
|
|
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
The CMake builder in Spack actually adds incorrect rpaths. They are
unfiltered and incorrectly ordered compared to what the compiler wrapper
adds.
There is no need to specify paths to dependencies in `CMAKE_INSTALL_RPATH`
because of two reasons:
1. CMake preserves "toolchain" rpaths, which includes the rpaths injected
by our compiler wrapper.
2. We use `CMAKE_INSTALL_RPATH_USE_LINK_PATH=ON`, so libraries we link
to are rpath'ed automatically.
However, CMake does not create install rpaths to directories in the package's
own install prefix, so we set `CMAKE_INSTALL_RPATH` to the educated guess
`<prefix>/{lib,lib64}`, but omit dependencies.
|
|
|
|
|
|
* tomcat: add v9.0.96, v10.1.31, v11.0.0
* [@spackbot] updating style on behalf of wdconinc
---------
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
* guacamole-client: add v1.5.5
* guacamole-server: add v1.5.5
* guacamole-client: add patch and ensure maven doesn't flag it
* guacamole-client: limit patch to 1.5; java@:16 when @:1.4
|
|
|
|
|
|
Co-authored-by: Bernhard Kaindl <contact@bernhard.kaindl.dev>
|
|
* perl-*: add new versions
* [@spackbot] updating style on behalf of wdconinc
* perl-task-weaken: depends on perl-module-install
---------
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
|
|
|
|
|
|
|
|
* ftgl: add type fix
* ftgl: fix style
* Add comment: Fix gcc14 compilation error due to type mismatch in FTContour
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
---------
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
|
|
|
|
* libarchive: add v3.7.5, v3.7.6 (fix CVEs)
* [@spackbot] updating style on behalf of wdconinc
---------
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
|
|
|
|
* dosfstools: add v4.2
* dosfstools: autogen.sh; depends_on gettext
* dosfstools: fix style
|
|
|
|
|
|
* gtkplus: build_system={autotools,meson}
* gtkplus: fix style, fix spelling
* gtkplus: setup_dependent_build_environment in mixin
* gtkplus: swap setup_dependent_{run,build}_environment
|
|
|
|
* CMake: add recent releases
* CMake: add 3.30.5
|
|
Co-authored-by: vijay kallesh <Vijay-teekinavar.Kallesh@amd.com>
|
|
(#46388)
* Replace if ... in spec with spec.satisfies in k* packages
* Replace if ... in spec with spec.satisfies in l* packages
|
|
|
|
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.8.0 to 6.9.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/32945a339266b759abcbdc89316275140b0fc960...4f58ea79222b3b9dc2c8bbdd6debcef730109a75)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
Some assertion are not testing DAG invariants, and they are passing only
because of the simple structure of the builtin.mock repository on develop.
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
* zookeeper: add v3.8.4
* zookeeper: use bin archive, depend_on java, setup run environment, deprecate EoL
* zookeeper: fix bin url
* [@spackbot] updating style on behalf of wdconinc
---------
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
|
|
|
|
MPICH only supports GPU-aware builds with the yaksa datatype
engine. Fixes #44092.
|
|
* ruby: add v3.3.5
* ruby: add variant +yjit to control rust-based JIT
|
|
* py-sphinx: add v8.1.0
* py-sphinxcontrib-*help: add new versions
* blacken
|
|
|
|
|
|
* update versions of Neo4j and Redis deps
* deprecating older versions due to security vulnerabilities
* [@spackbot] updating style on behalf of kchilleri
* Update var/spack/repos/builtin/packages/redis/package.py
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
* adding previous urls to use archives on project websites
* [@spackbot] updating style on behalf of kchilleri
* adding new required maven version
* label when to use specific maven versions
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
---------
Co-authored-by: Krishna Chilleri <krishnachilleri@lanl.gov>
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
|
|
Addresses https://github.com/spack/spack/issues/45718
|
|
* Add versions 1.14.4-3, 1.14.5, develop-1.16, and update develop-1.15 to
develop-1.17.
* Remove unused list_url, list_depth, and style disapproved spaced in url
= "...
* One more style fix.
|
|
|