-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
science/spheral: Update 2023.03.1 → 2023.03.2
Reported by: portscout
- Loading branch information
Showing
3 changed files
with
21 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- eliminate the need to use git | ||
|
||
--- cmake/SetupSpheral.cmake.orig 2023-07-06 16:44:17 UTC | ||
+++ cmake/SetupSpheral.cmake | ||
@@ -176,7 +176,7 @@ if (ENABLE_TESTS) | ||
|
||
# Find the test files we want to install | ||
execute_process( | ||
- COMMAND git ls-files tests | ||
+ COMMAND find tests -type f | ||
WORKING_DIRECTORY ${SPHERAL_ROOT_DIR} | ||
OUTPUT_VARIABLE test_files1) | ||
string(REPLACE "\n" " " test_files ${test_files1}) |