Age | Commit message (Collapse) | Author | Files | Lines |
|
options (#28654)
Also save configure.log, make.log
|
|
|
|
|
|
at-spi2-core is automatically selecting dbus-broker and enabling systemd if it finds dbus-broker-launch which some systems might have even without systemd being part of the actual spack environment. This is not ideal for a spack package.
|
|
ucx has the configure option --[enable|disable]-backtrace detail.
This option is not explicitely set by spack, causing problems on my system, because
./configure does not find the bfd.h header file / libbfd.so library.
Added variant + dependencies (binutils). Disabled by default
|
|
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* trilinos: version 12 requires cxxstd=11
* trilinos: use cmake version 3.21 or old when trilinos version 12
* conflict cxxstd=17 and cmake@3.2.[01]
* trilinos: version 12 requires cxxstd=11.
* Trilinos_CXX11_FLAGS is set to ' ' to avoid inject C++11 flag.
* set Trilinos_CXX11_FLAGS only version 12 or older.
|
|
* trilinos: update dependencies
Use the tribits deps to clarify some dependencies, and group some together
using `with` statements, eliminating some transitive conflict duplication.
* trilinos: Restricit cuda incompatibility
* e4s: vastly reduce number of packages in trilinos-cuda build
Not clear who the customers of cuda-enabled trilinos are, or what options
they need, or which sets of options conflict...
* e4s: remove ~wrapper from trilinos+cuda
|
|
* [py-wordcloud] created template
* [py-wordcloud]
- added dependencies
- added homepage
- added description
- removed fixmes
- updated copyright
|
|
* simple build of spectral
* fixed trailing whitespace for style
* [py-spectral] updated copyright
* [py-spectral] runtime imports py-numpy
Co-authored-by: Sid Pendelberry <sid@rit.edu>
|
|
* [py-deepecho] created template
* [py-deepecho]
- added dependencies
- added homepage
- added description
- removed fixmes
- updated copyright
* [py-deepecho] flake8
* [py-deepecho] removed .999
* [py-deepecho] added dependency on py-pytest-runner
|
|
|
|
Hotfix for coverage v6.3 blocking our CI workflows
|
|
|
|
|
|
|
|
* Update CMake to 3.21 in LBANN-related projects
* Allow CMake 3.17 for older versions of LBANN, Hydrogen, Aluminum
|
|
* VTK-m: Make vtk-m consistent with ROCmPackage
* VTKm: Add kokkos variant
Specifying +kokkos will enable kokkos backend.
Specifying +kokkos with +rocm will require a kokkos with a ROCm backend.
Specifying +cuda enables VTK-m native CUDA backend. VTK-m native cuda backend
is not compatible with the kokkos +cuda backend.
* VTK-m: Add cuda_native variant
Required to allow specifying a vtk-m spec the selects a
cuda_arch and predictably propagate that to the underlying kokkos
dependency.
This also makes explicit selecting kokkos with a cuda backend or using
the VTK-m cuda backend.
|
|
|
|
* Mesa(18): Use libllvm virtual package
* Mesa patch configuration
Patch Mesa to define LLVM_VERSION_SUFFIX if llvm is pre-release
* Patch llvm-config to define LLVM_VERSION_SUFFIX
|
|
|
|
|
|
|
|
* Patch only for @3.0.0beta5
* Replace version specific patch file with patch function
Co-authored-by: root <root@hahansencs8.cern.ch>
|
|
(#28535)
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* nalu-wind: simplify trilinos variant requirements
* nalu-wind: simplify version dependencies
With spack versioning, 'master' < 'develop' and 'develop' > 2.18.2.
|
|
* tau%clang needs cmake for build
* specify cmake@3.14:
|
|
* pmix: add v4.1.0
* flux-pmix: add flux-pmix package
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
|
|
|
|
* [geant4] set GEANT4_INSTALL_DATA=OFF
* [geant4] downgrade geant4-data dependency to type=run
|
|
|
|
|
|
* py-lazyarray: add versions from 0.3.3 to 0.5.2
* Restore py-setuptools dependency since pip replaces distutils with setuptools
|
|
Additional changes:
- update documentation of C4.1 link
- do not set FLUX_PMI_LIBRARY_PATH
- remove unnecessary ",master" from depends_on()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add a new version to track development
The released versions do not properly install via cmake which leads to
errors when linking against the library. These upstream problems have
been addressed on the glm development branch.
* Move git to class level and remove redundant depends
|