summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/arborx/package.py
AgeCommit message (Collapse)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
It was time to run `spack license update-copyright-year` again.
2023-12-27Initial License CheckinAiden Grossman1-0/+2
This patch adds license information for about 5,300 packages from automated sources. The license information was obtained from Alpine Linux and PyPI and processed using tooling available in https://github.com/boomanaiden154/spack-license-utils. The license field was added in after all other directives in an automated fashion. Note that while this license information is probably fairly accurate, it is not guaranteed to be accurate. In addition some of the license strings from Alpine Linux might not be valid SPDX license strings. Invalid SPDX identifiers can be picked up and fixed once we have validation/parsing infrastructure in place for the solver, and issues can be fixed as they come up.
2023-12-24arborx: new version 1.5 (#41796)Andrey Prokopenko1-0/+2
2023-08-15arborx: new version and patch for 1.4 with Trilinos (#39438)Andrey Prokopenko1-0/+2
* arborx: patch 1.4 for Trilinos 14.0 * arborx: version 1.4.1
2023-05-29tests/arborx: convert to new stand-alone test process (#37778)Tamara Dahlgren1-25/+16
Co-authored-by: Andrey Prokopenko <andrey.prok@gmail.com>
2023-05-21arborx: new version 1.4 (#37809)Andrey Prokopenko1-2/+5
2023-03-27arborx: make explicit the need to specify cuda_arch when +cuda (#36450)Shihab Shahriar Khan1-0/+1
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
2022-10-21arborx: add new release 1.3 (#33402)Andrey Prokopenko1-2/+15
* arborx: add new release 1.3 * [@spackbot] updating style on behalf of aprokop
2022-07-31black: reformat entire repository with blackTodd Gamblin1-60/+68
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-05-06arborx: inherit from CudaPackage, ROCmPackage (#30490)eugeneswalker1-3/+10
2022-04-04arborx: add v1.2 (#29853)Andrey Prokopenko1-0/+3
2022-02-10arborx +rocm: use hipcc and depend on rocthrust (#28875)eugeneswalker1-0/+4
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-09Deprecate pre-release ArborX version (#27248)Andrey Prokopenko1-1/+1
2021-10-17Add ECP tags for CoPA and related packages (#26739)Sam Reeve1-1/+1
* Add ECP tags for CoPA (and related) packages * Update CoPA maintainers
2021-10-03ArborX: Explicitly set path to Kokkos (#26347)Daniel Arndt1-5/+4
* Explicitly set path to Kokkos for ArborX testing * Improve formatting * Update var/spack/repos/builtin/packages/arborx/package.py Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov> * Remove blank line Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov>
2021-10-01ArborX: add v1.1 (#26344)Daniel Arndt1-1/+3
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-13Add SYCL build option to ArborX (#25736)Daniel Arndt1-1/+2
2021-06-07Update stand-alone tests to use test stage work directory (#24110)Tamara Dahlgren1-20/+29
2021-06-06arborx: enable trilinos 13+ (#24153)Luca Heltai1-2/+1
2021-05-19Use define_from_variant in numerous CMakePackages (#23655)Seth R. Johnson1-1/+1
Example replacement: ``` '-D(\w+)(:BOOL)?=\{0\}'\.\s*format\s*\(\s*'(ON|YES|true|TRUE)' if '\+(\w+)' in (self\.)?spec else '(OFF|NO|false|FALSE)'\) ``` with ``` self.define_from_variant('\1', '\4') ``` This will cause failures if any variants were misspelled: I have already caught two packages with nonexistent variants.
2021-05-17ArborX: Avoid calling mkdirp directly (#23691)Daniel Arndt1-2/+1
2021-05-03arborx: kokkos hip backend is actually now called rocm (#23390)eugeneswalker1-1/+1
2021-03-23Allow DataTransferKit to be built with external ArborX package (#22486)Daniel Arndt1-1/+2
2021-03-19Add ArborX smoke tests (#22356)Daniel Arndt1-0/+39
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-11-01arborx: fix depends_on conditional (missing '+') (#19655)Andrew W Elble1-1/+1
2020-06-25Update ArborX for new Kokkos (#17213)Andrey Prokopenko1-19/+40
* Update ArborX for new Kokkos * Set maintainer
2020-05-01arborx: fix build with new kokkos-legacy (#16413)Jean-Laurent Picard1-1/+1
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-10-15arborx: update v0.8-beta to v0.8-beta2 (#13143)Andrey Prokopenko1-8/+9
- Require Kokkos with c++14 - Update the case of CMake options
2019-06-18New package: ArborX (#11474)Andrey Prokopenko1-0/+49