-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build system to handle environment variables at compilation ti…
…me on a per-dep level Removed many unused compilation utilities: call_linker, call_compiler, get_compiler_flags, get_linker_flags Renamed many compilation methods to use 'build' in place of 'compile' to reflect multiple build methods Moved multi-stage build into dependency class Change generated include file to be per-interface library Added flag to cmake file for yggdrasil to prevent it from being used in cmake tests Added version_regex for more standardized treatment of tool versions Allow executable to be passed to get_executable_command Include version in tool comparison Clean up ygginfo when R not installed or Matlab not configured
- Loading branch information
Showing
27 changed files
with
4,783 additions
and
4,598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# YGGDRASIL CMAKELISTS | ||
cmake_minimum_required(VERSION 3.16) | ||
|
||
cmake_path( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.