-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor SmartRedis build system (#341)
Refactor the SmartRedis build system as planned in the design document: . add support for SR_BUILD and SR_LINK Make variables . add missing make dependencies . eliminate use of scripts for building the SmartRedis libraries . eliminate unnecessary deletion of SmartRedis builds, allowing repeat builds to be much faster . update examples, test cases, CI/CD to work with new build system . update Intel compiler in CI/CD to move away from deprecated compiler that will EOL in the next few months . make Python and Fortran optional parts of the build, not built by default [ committed by @billschereriii ] [ reviewed by @ashao @MattToast @mellis13 ]
- Loading branch information
1 parent
8138be1
commit 94f7188
Showing
52 changed files
with
1,111 additions
and
666 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
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.