summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/cabana
AgeCommit message (Collapse)AuthorFilesLines
2023-02-01Use the `maintainers` directive in all packages (#35201)Massimiliano Culpo1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
* license bump year * fix black issues of modified files * mypy * fix 2021 -> 2023
2023-01-05cabana: version ranges (#34794)Harmen Stoppels1-1/+1
Co-authored-by: Sam Reeve <6740307+streeve@users.noreply.github.com>
2022-07-31black: reformat entire repository with blackTodd Gamblin1-47/+41
2022-07-29cabana: new version 0.5 (#31807)Sam Reeve1-10/+11
2022-07-28Cabana: add test variants (#31776)Sam Reeve1-20/+16
* Simplify Cabana build flags * Add unit tests, examples, and performance options
2022-07-26cabana: add cajita variant (#31753)eugeneswalker1-0/+5
* cabana: add cajita variant * Update var/spack/repos/builtin/packages/cabana/package.py Co-authored-by: Sam Reeve <6740307+streeve@users.noreply.github.com> * cabana: cannot build +cajita ~mpi Co-authored-by: Sam Reeve <6740307+streeve@users.noreply.github.com>
2022-05-28refactor: packages import `spack.package` explicitly (#30404)Tom Scogland1-1/+1
Explicitly import package utilities in all packages, and corresponding fallout. This includes: * rename `spack.package` to `spack.package_base` * rename `spack.pkgkit` to `spack.package` * update all packages in builtin, builtin_mock and tutorials to include `from spack.package import *` * update spack style * ensure packages include the import * automatically add the new import and remove any/all imports of `spack` and `spack.pkgkit` from packages when using `--fix` * add support for type-checking packages with mypy when SPACK_MYPY_CHECK_PACKAGES is set in the environment * fix all type checking errors in packages in spack upstream * update spack create to include the new imports * update spack repo to inject the new import, injection persists to allow for a deprecation period Original message below: As requested @adamjstewart, update all packages to use pkgkit. I ended up using isort to do this, so repro is easy: ```console $ isort -a 'from spack.pkgkit import *' --rm 'spack' ./var/spack/repos/builtin/packages/*/package.py $ spack style --fix ``` There were several line spacing fixups caused either by space manipulation in isort or by packages that haven't been touched since we added requirements, but there are no functional changes in here. * [x] add config to isort to make sure this is maintained going forward
2022-01-20Add flags to cabana to enable hypre and heffte when they are part of … ↵Patrick Bridges1-1/+15
(#28517) * Add flags to cabana to enable hypre and heffte when they are part of spec. Also add googletest to build dependencies * Fixed mixed spaced and tabs * Update package.py * Update package.py * Update package.py * Modified to request specifically heFFTe version 2.0.0 due to limitations in heFFTe cmakefiles. * Update var/spack/repos/builtin/packages/cabana/package.py Co-authored-by: Christoph Junghans <christoph.junghans@gmail.com> * Integrated more heffte and hypre versions into cabana requests Co-authored-by: Christoph Junghans <christoph.junghans@gmail.com>
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-10-17Add ECP tags for CoPA and related packages (#26739)Sam Reeve1-2/+2
* Add ECP tags for CoPA (and related) packages * Update CoPA maintainers
2021-09-29Add e4s tags (#23382)Shahzeb Siddiqui1-0/+2
Add 'e4s' tags for all packages according to https://github.com/E4S-Project/e4s/blob/master/E4S_Products.md
2021-09-25cabana: add 0.4 and new dependency variants (#25847)Sam Reeve1-18/+47
Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov> Co-authored-by: Christoph Junghans <junghans@votca.org>
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
- [x] add `concretize.lp`, `spack.yaml`, etc. to licensed files - [x] update all licensed files to say 2013-2021 using `spack license update-copyright-year` - [x] appease mypy with some additions to package.py that needed for oneapi.py
2020-06-01exampm: fix build (#16894)Christoph Junghans1-0/+4
* cabana: add mpi variant * cajita: initial import * exampm: update deps * flake8
2020-05-05cabana: add v0.3.0 & shared variant (#16466)Christoph Junghans1-1/+5
2020-04-30cabana: add v0.2 and fix kokkos deps (#16389)Christoph Junghans1-4/+8
2020-04-30Update kokkos for new 3.x build systems (#16358)Jeremy1-3/+3
* change old Makefile-based Kokkos to kokkos-legacy * add Kokkos 3.x packages Co-authored-by: Jeremiah J Wilke <jjwilke@kokkos-dev-2.sandia.gov>
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-03-18cabana: cuda backend (#10660)Christoph Junghans1-1/+5
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-26cabana: added v0.1.0 (#9644)Christoph Junghans1-1/+2
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+3
- remove the old LGPL license headers from all files in Spack - add SPDX headers to all files - core and most packages are (Apache-2.0 OR MIT) - a very small number of remaining packages are LGPL-2.1-only
2018-10-15cabana: initial commit (#9444)Christoph Junghans1-0/+55
* cabana: initial commit * Cabana: added v0.1.0-rc0