https://github.com/henryiii/hydratemplate
A starting point for a Hydra repository - https://github.com/MultithreadCorner/Hydra
https://github.com/henryiii/hydratemplate
Last synced: about 2 months ago
JSON representation
A starting point for a Hydra repository - https://github.com/MultithreadCorner/Hydra
- Host: GitHub
- URL: https://github.com/henryiii/hydratemplate
- Owner: henryiii
- License: gpl-3.0
- Created: 2016-11-18T11:39:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-03T23:00:46.000Z (over 8 years ago)
- Last Synced: 2025-02-10T11:46:58.590Z (3 months ago)
- Language: CMake
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HydraTempate
This is a template to prepare for a Hydra program. It is intended to be placed next to the Hydra git checkout, but you can edit the `CMakeLists.txt` as needed. The most imporant component is the `cmake/FindHydra.cmake`, which is currently tested on CMake 3.3+ on Mac for TBB, and will soon be tested for other platforms.
For an analysis, you are expected to start from this structure and build on it; this is much better than forking Hydra, building inside, then trying to keep up with merging changes. The only change you might need from updates to the template repository would be to update the `FindHydra.cmake` file.