Age | Commit message (Collapse) | Author | Files | Lines |
|
- 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)
|
|
|
|
|
|
* Workaround for Spack-installed proto support
Co-authored-by: Andrew W Elble <aweits@rit.edu>
|
|
|
|
|
|
* Add new package: influxdb
* put usr/* in prefix
|
|
|
|
* petsc: new version add support for +mumps +int64
The latest petsc release allows using mumps while using 64 bit integers :
https://www.mcs.anl.gov/petsc/documentation/changes/313.html
https://gitlab.com/petsc/petsc/-/merge_requests/2591/
* petsc: use conflicts for mumps dependency
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* py-basemap
* Updated versions + URL attribute
* Update var/spack/repos/builtin/packages/py-basemap/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update var/spack/repos/builtin/packages/py-basemap/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Removed unnecssary comment
* flake8
Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* Adding external support for mvapich2.
This picks up all the options that are currently settable by
the spack package. It also detects the compiler and sets it
appropriately.
* Removing debugging printing.
* Adding changes suggested by @nithintsk
|
|
|
|
|
|
+ Added version 2.1.9
+ Previously the SZ package incorrectly depended on CMake without a
version dependancy, but actually version 3.13 or newer is required
+ Added myself as a maintainer for the SZ spack package
|
|
This is a bug release with some new features and bug fixes. Among them:
[Batch] Set number of MPI processes for SLURM. (Ben Tovar)
[General] Use the right signature when overriding gettimeofday. (Tim
Shaffer)
[Resource Monitor] Add context-switch count to final summary. (Ben
Tovar)
[Resource Monitor] Fix kbps to Mbps typo in final summary. (Ben Tovar)
[WorkQueue] Update example apps to python3. (Douglas Thain)
|
|
Adds the latest CMake release, which fixes a Spectrum-MPI + CUDA<10.2
issue, among others. Relevant for Summit.
|
|
Closes #18174
@smarocchi @ax3l @svenevs
The error message in #18174 isn't great, but I'm hoping that #18127 will improve that.
|
|
Co-authored-by: Daryl W. Grunau <dwg@lanl.gov>
|
|
|
|
* simulationio: Declare dependency on asdf-cxx
* Rename "develop" to master"; add descriptions to variants
* Add maintainer
|