-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from openmsr/reactivate_U20
try to reactivate u20
- Loading branch information
Showing
7 changed files
with
25 additions
and
24 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
16 changes: 8 additions & 8 deletions
16
patches/double_down_002_embree_on_older.patch
100755 → 100644
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,13 +1,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 1325ac1..36228e2 100644 | ||
index a5a1619..747f14b 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -33,7 +33,7 @@ MESSAGE ( STATUS "MOAB_INCLUDE_DIRS is " ${MOAB_INCLUDE_DIRS} ) | ||
INCLUDE_DIRECTORIES( ${MOAB_INCLUDE_DIRS} ) | ||
|
||
@@ -35,7 +35,7 @@ INCLUDE_DIRECTORIES( ${MOAB_INCLUDE_DIRS} ) | ||
# Embree | ||
-FIND_PACKAGE (embree 3.6.1 REQUIRED HINTS ${EMBREE_DIR}) | ||
# this series of calls is needed to support the way that Embree indicates | ||
# compatible versions in 3 and 4 (version 4 does it correctly, but 3 does not) | ||
-FIND_PACKAGE(embree 3.6.1 HINTS ${EMBREE_DIR} QUIET) | ||
+find_package(embree MODULE) | ||
|
||
if (NOT ${EMBREE_VERSION} VERSION_GREATER 3.6.0) | ||
message(FATAL_ERROR "Double-down requires Embree v3.6.1 or higher.") | ||
if (NOT ${embree_FOUND}) | ||
FIND_PACKAGE (embree REQUIRED HINTS ${EMBREE_DIR}) | ||
endif() |
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