firedrake: Moved to new overlay system and shared sub-scope

Firedrake contains a ton of inter-connected dependencies, many of
which are either firedrake specific or forked versions of upstream
packages.  Cleaner to create a firedrake sub-scope for all these.
This commit is contained in:
Tyson Whitehead
2018-01-18 00:17:48 -05:00
parent d4dd6ff700
commit 8dda256fad
28 changed files with 373 additions and 372 deletions

View File

@@ -0,0 +1,10 @@
--- exodus/forbind/CMakeLists.txt_ 2017-04-28 15:32:19.000000000 -0400
+++ exodus/forbind/CMakeLists.txt 2017-04-28 15:49:31.000000000 -0400
@@ -43,6 +43,7 @@
INCLUDE_DIRECTORIES(
"${CMAKE_CURRENT_SOURCE_DIR}/include"
"${CMAKE_CURRENT_BINARY_DIR}/include"
+ "${CMAKE_SOURCE_DIR}/cbind/include"
"${NETCDF_INCLUDE_DIR}"
)