Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eic_tools
Spack
Commits
a72f240f
Commit
a72f240f
authored
6 years ago
by
Geoff Womeldorff
Committed by
Adam J. Stewart
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
kokkos: add support for version 2.7.00 of kokkos (#8521)
parent
e1661ff6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
var/spack/repos/builtin/packages/kokkos/package.py
+2
-1
2 additions, 1 deletion
var/spack/repos/builtin/packages/kokkos/package.py
with
2 additions
and
1 deletion
var/spack/repos/builtin/packages/kokkos/package.py
+
2
−
1
View file @
a72f240f
...
@@ -32,6 +32,7 @@ class Kokkos(Package):
...
@@ -32,6 +32,7 @@ class Kokkos(Package):
homepage
=
"
https://github.com/kokkos/kokkos
"
homepage
=
"
https://github.com/kokkos/kokkos
"
url
=
"
https://github.com/kokkos/kokkos/archive/2.03.00.tar.gz
"
url
=
"
https://github.com/kokkos/kokkos/archive/2.03.00.tar.gz
"
version
(
'
2.7.00
'
,
'
b357f9374c1008754babb4495f95e392
'
)
version
(
'
2.5.00
'
,
'
2db83c56587cb83b772d0c81a3228a21
'
)
version
(
'
2.5.00
'
,
'
2db83c56587cb83b772d0c81a3228a21
'
)
version
(
'
2.04.11
'
,
'
d4849cee6eb9001d61c30f1d9fe74336
'
)
version
(
'
2.04.11
'
,
'
d4849cee6eb9001d61c30f1d9fe74336
'
)
version
(
'
2.04.04
'
,
'
2c6d1c2569b91c9fcd4117296438e65c
'
)
version
(
'
2.04.04
'
,
'
2c6d1c2569b91c9fcd4117296438e65c
'
)
...
@@ -81,7 +82,7 @@ class Kokkos(Package):
...
@@ -81,7 +82,7 @@ class Kokkos(Package):
# https://github.com/kokkos/kokkos/issues/1296
# https://github.com/kokkos/kokkos/issues/1296
conflicts
(
'
+cuda
'
,
when
=
'
@2.5.00:develop
'
,
conflicts
(
'
+cuda
'
,
when
=
'
@2.5.00:develop
'
,
msg
=
'
Kokkos build system has issue when CUDA enabled
'
msg
=
'
Kokkos build system has issue when CUDA enabled
'
'
in version 2.5.00, and develop until
'
'
in version 2.5.00,
2.7.00,
and develop until
'
'
issue #1296 is resolved.
'
)
'
issue #1296 is resolved.
'
)
# Specify that v1.x is required as v2.x has API changes
# Specify that v1.x is required as v2.x has API changes
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment