Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
* 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.
|
|
|
|
* Update nanobind versions
* Small fix
* More small fixes
* Formatting update
|
|
|
|
|
|
https://github.com/llvm/llvm-project/pull/80071 (#46753)
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add support for version 1.2.4 of MALT
* Use specific URL for malt-1.2.1 due to change of ways of downloading archive in newer version.
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
* Update sha of 1.2.2, url version and # generated
---------
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
|
|
* openPMD-api: 0.16.0
Signed-off-by: Axel Huebl <axel.huebl@plasma.ninja>
* [Patch] Fix: CMake Internal Control
https://github.com/openPMD/openPMD-api/pull/1678
Signed-off-by: Axel Huebl <axel.huebl@plasma.ninja>
|