Skip to content

Commit

Permalink
handle compiler.version=194 for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Sep 22, 2024
1 parent 7f4b637 commit 2450c73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/ginkgo/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def _get_visual_generator(self):
"191": "15",
"192": "16",
"193": "17",
"194": "17",
}[compiler_version]
else:
visual_version = compiler_version
Expand Down Expand Up @@ -281,7 +282,7 @@ def package_info(self):
self.cpp_info.components["ginkgo_hip"].requires += ["ginkgo_device"]
self.cpp_info.components["ginkgo_cuda"].requires += ["ginkgo_device"]
self.cpp_info.components["ginkgo_dpcpp"].requires += ["ginkgo_device"]

if has_config_library:
self.cpp_info.components["ginkgo_core"].requires += ["ginkgo_config"]

Expand Down

0 comments on commit 2450c73

Please sign in to comment.