Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot compile with latest version of hydra #8

Open
aliceporter opened this issue Jan 9, 2020 · 0 comments
Open

cannot compile with latest version of hydra #8

aliceporter opened this issue Jan 9, 2020 · 0 comments

Comments

@aliceporter
Copy link

installing on fedora31, with gcc9.2, root6.18.04
was unable to install due to the wrong number of template arguments in raw_reference_cast.h
switched to an older version of hydra (2.3.1) and could compile
seems to be an issue with the newest version of hydra


/home/aliceporter/Hydra/hydra/detail/external/thrust/detail/raw_reference_cast.h:54:14: error: wrong number of template arguments (11, should be at least 2)
   54 |       struct is_unwrappable<
      |              ^~~~~~~~~~~~~~~
   55 |         thrust::tuple<Types...>
      |         ~~~~~~~~~~~~~~~~~~~~~~~
   56 |       >
      |       ~       
In file included from /home/aliceporter/Hydra/hydra/detail/external/thrust/detail/execute_with_allocator_fwd.h:21,
                 from /home/aliceporter/Hydra/hydra/detail/external/thrust/detail/execute_with_allocator.h:21,
                 from /home/aliceporter/Hydra/hydra/detail/external/thrust/execution_policy.h:25,
                 from /home/aliceporter/Hydra/hydra/detail/BackendPolicy.h:36,
                 from /home/aliceporter/Hydra/hydra/detail/policies/backends/DEVICE.h:34,
                 from /home/aliceporter/Hydra/hydra/device/System.h:32,
                 from /home/aliceporter/TCode/include/details/utils.h:65,
                 from /home/aliceporter/TCode/include/main_maps.inl:33,
                 from /home/aliceporter/TCode/src/loadmaps.cpp:29:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant