Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
* Update version for package Draco
+ Add support for `draco-7.7.0`.
+ Introduces new `+cuda` variant. This variant is only allowed in version
`7.7.0:`.
+ Restrict `random123` to compatible versions.
+ Restrict `libquo` to compatible versions.
+ Moving forward, require `python@3:`
+ Moving forward, the ``+superlu_dist` variant is not longer supported.
+ Improve printed output for `--test` mode by adding `ctest` option
`--output-on-failure`
+ Provide a patch to support for IBM Spectrum-MPI in version `7.7.0:`
+ Provide a patch to allow variant `~cuda` to actually disable GPU portions of
the code when a GPU is discovered on the local system.
* Remove unnecessary function decoration.
|
|
|
|
|
|
|
|
* Adding externals for bison and flex
Added because bison actually pulls in a ton of stuff.
* Need to escape parentheses.
* Need to add re package.
* Adding re package.
|
|
* External recognition for find.
* Adding re package.
|
|
* texinfo: Adding external support for texinfo.
* Adding re package.
|
|
Add -DCMAKE_MACOSX_RPATH=ON to cmake.
|
|
* Metall: add version 0.2
* Add Metall v0.3
|
|
* Fix python dependencies + NCCL
* Removed trailing whitespace
|
|
* Add version 1.7.0 and 1.8.0
* Better support for boost < 1.70
* No color in output
|
|
|
|
* spectrum-mpi: adding external support.
* Package is tested, works on LLNL lassen
* Spectrum external now detects the correct compiler
* Changing code to not output all compilers
Done per becker33's request on #18055
|
|
|
|
The project currently only has a develop branch and no versioned releases so only provide a git-based "develop" version.
|
|
|
|
* genometools: use signed char for %fj
* genometools: update patch to use int
* use int
|
|
|
|
4.5.2 (#18325)
Co-authored-by: Andy Wettstein <andy.wettstein@xrtrading.com>
|
|
|
|
|
|
* thrift: add missing py-six dependency
* add more missing dependencies (+extras)
* small fix
* gssapi variant / setuptools run dep
Co-authored-by: Andrew Elble <aweits@localhost.localdomain>
|
|
- Add custom function to checkout submoudles if testing is enabled
|
|
|
|
|
|
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
|
|
* Add a new package: Recorder
* Delete all FIXMEs
* Update package.py
* Remove extra spaces.
|
|
* sirius: fix bug in shared spec
make +shared the default
* q-e-sirius: depend on sirius+shared, fix gcc@10
- add missing whitespace in -fallow-argument-mismatch.
- require sirius+shared
|
|
|
|
Also use 'define' helper function.
|
|
* CMake 3.18.0+: Builds with GCC on macOS
The latest release of CMake updates libuv, which fixes ObjC code
usage on macOS. Passing ObjC code to non apple-clang compilers
crashed the build before.
Refs.:
- https://gitlab.kitware.com/cmake/cmake/-/issues/20620
- https://gitlab.kitware.com/cmake/cmake/-/merge_requests/4687
* CMake: Further issues GCC+macOS
There are further issues to fix before this will work.
https://gitlab.kitware.com/cmake/cmake/-/issues/21135
|
|
Co-authored-by: Greg Becker <becker33@llnl.gov>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
* Add new package: sparse
* flake8 fixes
|
|
dbus has a dependency on libSM which was not being declared (and would
normally be satisfied by using system libraries).
|
|
|
|
* Add new package: jpegoptim
* refine homepage
|
|
* update to rocm hip,hsa-rocr-dev,rocm-dbgapi
* Update var/spack/repos/builtin/packages/rocm-dbgapi/package.py
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
|
|
|
|
|
|
|
|
EpetraExt requires parallel IO. It does after all make sense to require
the parallel version of HDF5 when building a parallel solver library.
|
|
If Thyra isn't explicitly enabled at the package level, trilinos fails
to build.
```
/var/folders/gy/mrg1ffts2h945qj9k29s1l1dvvmbqb/T/s3j/spack-stage/spack-stage-trilinos-12.18.1-vfmemkls4ncta6qoptm5s7bcmrxnjhnd/spack-src/packages/muelu/adapters/stratimikos/Thyra_XpetraLinearOp_def.hpp:167:15: error:
no member named 'ThyraUtils' in namespace 'Xpetra'
Xpetra::ThyraUtils<Scalar,LocalOrdinal,GlobalOrdinal,Node>::toXpetra(rcpFromRef(X_in), comm);
~~~~~~~~^
```
|
|
(#18288)
|