-
Notifications
You must be signed in to change notification settings - Fork 756
configure stage hangs (in tests) #981
Comments
When I added this patch
Please make testing, examples, etc. optional. |
Related to #976 |
@brycelelbach @griwes Would a PR like this be acceptable? |
The so far released versions contain a build system that is currently unsupported; the next Toolkit release should contain the new build system that is already available in master (and the maintenance branches here on Github). The new Thrust build system exists specifically to build examples and tests, so disabling tests on it would counter its purpose. I realize that the old one supported CPack; if that is important for how you use Thrust, please file an issue that requests support for it to be added. But if it isn't, there's no reason to run the Thrust build system other than to build tests and examples. |
see my other comment on #976. I think there are plenty of examples where |
I usually disable tests and examples during package build because the installed packages don't need them. They should be run separately on as-needed basis. |
Yes, that is reasonable; but since Thrust is a header-only library, there isn't anything that needs to be built during package build. I'm a bit more sympathetic to this request than to the other issue being linked here, but since there's currently (and mind you, by "currently" I mean "on master", which is also what we hope will become the same as is shipped with the Toolkit, build-system-wise) nothing to build save for tests and examples there, I'm not sure there's much point doing that right now. From the perspective of a package builder/maintainer: do you want/need/prefer an install target? |
Yes. |
In 1.9.5 tests just print this in the infinite cycle:
|
I believe this has been fixed since, so please reopen if the issue still persists |
The text was updated successfully, but these errors were encountered: