-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from lanl/mauneyc/adjust-spiner-options-export…
…/visibility Changes to spackage, CMake export config
- Loading branch information
Showing
5 changed files
with
142 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,7 @@ class Spiner(CMakePackage, CudaPackage): | |
depends_on("[email protected]:2.13.9") | ||
depends_on("[email protected]:", when="@:1.5.1") | ||
depends_on("[email protected]:", when="@1.6.0:") | ||
depends_on("ports-of-call@main", when="@main") | ||
|
||
# Currently the raw cuda backend of ports-of-call is not supported. | ||
depends_on("ports-of-call portability_strategy=Kokkos", when="@:1.5.1 +kokkos") | ||
|