[cmake-developers] [CMake 0015303]: Turning off package registry

2014-12-13 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://www.cmake.org/Bug/view.php?id=15303 == Reported By:scunz Assigned To:

Re: [cmake-developers] OpenBSD and srand()/rand() changes

2014-12-13 Thread Ben Boeckel
On Thu, Dec 11, 2014 at 14:41:36 -0500, David Cole via cmake-developers wrote: Yes, setting an explicit seed should make subsequent calls to random be deterministic... Well, *we* want that, but I don't think that OpenBSD is making an *awful* decision here. Even if you want deterministic,

Re: [cmake-developers] OpenBSD and srand()/rand() changes

2014-12-13 Thread David Cole via cmake-developers
The utility of the determinism is all about enabling test suites to pass even if they use random behavior. How the determinism is achieved, I don't really care. As long as tests that use random behavior have predictable results. It doesn't matter to me if they have platform differences. As long

Re: [cmake-developers] OpenBSD and srand()/rand() changes

2014-12-13 Thread Rolf Eike Beer
Am Samstag, 13. Dezember 2014, 13:05:00 schrieben Sie: On Thu, Dec 11, 2014 at 14:41:36 -0500, David Cole via cmake-developers wrote: Yes, setting an explicit seed should make subsequent calls to random be deterministic... Well, *we* want that, but I don't think that OpenBSD is making an