Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
ebf509c0
Commit
ebf509c0
authored
Oct 12, 2019
by
GILLES Sebastien
Browse files
#1292 Add Xtensor to the dependencies in XCode.
parent
5c013dd4
Changes
4
Hide whitespace changes
Inline
Side-by-side
MoReFEM.xcodeproj/project.pbxproj
View file @
ebf509c0
...
...
@@ -3442,6 +3442,7 @@
BE2CD36C1CCFA8790040CA19 /* MatrixInfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = MatrixInfo.hpp; sourceTree = "<group>"; };
BE2CD36D1CCFA8790040CA19 /* MatrixInfo.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = MatrixInfo.hxx; sourceTree = "<group>"; };
BE2D0C7118E08622005E8E51 /* Interface.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = Interface.hpp; sourceTree = "<group>"; };
BE2D26922351D7D600A8A5A4 /* Xtensor.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = Xtensor.hpp; sourceTree = "<group>"; };
BE2D51D219A736CC00F6D10B /* TimeKeep.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TimeKeep.cpp; sourceTree = "<group>"; };
BE2D51D319A736CC00F6D10B /* TimeKeep.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = TimeKeep.hpp; sourceTree = "<group>"; };
BE2ED6B91CB3E15600D00CBF /* DofStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DofStorage.cpp; path = Internal/DofStorage.cpp; sourceTree = "<group>"; };
...
...
@@ -6853,6 +6854,14 @@
path = Interfaces;
sourceTree = "<group>";
};
BE2D26912351D78900A8A5A4 /* Xtensor */ = {
isa = PBXGroup;
children = (
BE2D26922351D7D600A8A5A4 /* Xtensor.hpp */,
);
path = Xtensor;
sourceTree = "<group>";
};
BE2D51D119A736CC00F6D10B /* TimeKeep */ = {
isa = PBXGroup;
children = (
...
...
@@ -10174,6 +10183,7 @@
BEC1FC7718C470C600A4EB89 /* Seldon */,
BE1457ED1E54BC08000A2BF5 /* Tclap */,
BE9ECC091F5857B900D92CD7 /* Boost */,
BE2D26912351D78900A8A5A4 /* Xtensor */,
);
path = IncludeWithoutWarning;
sourceTree = "<group>";
MoReFEM.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
View file @
ebf509c0
...
...
@@ -3,8 +3,10 @@
<plist
version=
"1.0"
>
<dict>
<key>
BuildSystemType
</key>
<string>
Latest
</string>
<string>
Original
</string>
<key>
IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded
</key>
<true/>
<key>
PreviewsEnabled
</key>
<false/>
</dict>
</plist>
XCodeConfig/morefem_debug.xcconfig
View file @
ebf509c0
...
...
@@ -10,7 +10,7 @@
THIRD_PARTY_LIBRARY_DIR = /Volumes/Data/opt/clang_debug
HEADER_SEARCH_PATHS = ${THIRD_PARTY_LIBRARY_DIR}/Openmpi/include ${THIRD_PARTY_LIBRARY_DIR}/Lua/include ${THIRD_PARTY_LIBRARY_DIR}/Parmetis/include ${MOREFEM_SRC}/ThirdParty/Source/Seldon ${MOREFEM_SRC}/ThirdParty/Source/Tclap/include ${THIRD_PARTY_LIBRARY_DIR}/Petsc/include ${THIRD_PARTY_LIBRARY_DIR}/Boost/include ${THIRD_PARTY_LIBRARY_DIR}/Libmeshb/include
HEADER_SEARCH_PATHS = ${THIRD_PARTY_LIBRARY_DIR}/Openmpi/include ${THIRD_PARTY_LIBRARY_DIR}/Lua/include ${THIRD_PARTY_LIBRARY_DIR}/Parmetis/include ${MOREFEM_SRC}/ThirdParty/Source/Seldon ${MOREFEM_SRC}/ThirdParty/Source/Tclap/include ${THIRD_PARTY_LIBRARY_DIR}/Petsc/include ${THIRD_PARTY_LIBRARY_DIR}/Boost/include ${THIRD_PARTY_LIBRARY_DIR}/Libmeshb/include
${THIRD_PARTY_LIBRARY_DIR}/Xtensor/include
LIBRARY_SEARCH_PATHS = ${THIRD_PARTY_LIBRARY_DIR} ${THIRD_PARTY_LIBRARY_DIR}/Openmpi/lib ${THIRD_PARTY_LIBRARY_DIR}/Lua/lib ${THIRD_PARTY_LIBRARY_DIR}/Parmetis/lib ${THIRD_PARTY_LIBRARY_DIR}/Petsc/lib ${THIRD_PARTY_LIBRARY_DIR}/Boost/lib ${THIRD_PARTY_LIBRARY_DIR}/Libmeshb/lib
...
...
XCodeConfig/morefem_release.xcconfig
View file @
ebf509c0
...
...
@@ -10,7 +10,7 @@
THIRD_PARTY_LIBRARY_DIR = /Volumes/Data/opt/clang_release
HEADER_SEARCH_PATHS = ${THIRD_PARTY_LIBRARY_DIR}/Openmpi/include ${THIRD_PARTY_LIBRARY_DIR}/Petsc/include ${THIRD_PARTY_LIBRARY_DIR}/Lua/include ${THIRD_PARTY_LIBRARY_DIR}/Parmetis/include ${MOREFEM_SRC}/ThirdParty/Source/Seldon ${MOREFEM_SRC}/ThirdParty/Source/Tclap/include ${THIRD_PARTY_LIBRARY_DIR}/Boost/include ${THIRD_PARTY_LIBRARY_DIR}/Libmeshb/include
HEADER_SEARCH_PATHS = ${THIRD_PARTY_LIBRARY_DIR}/Openmpi/include ${THIRD_PARTY_LIBRARY_DIR}/Petsc/include ${THIRD_PARTY_LIBRARY_DIR}/Lua/include ${THIRD_PARTY_LIBRARY_DIR}/Parmetis/include ${MOREFEM_SRC}/ThirdParty/Source/Seldon ${MOREFEM_SRC}/ThirdParty/Source/Tclap/include ${THIRD_PARTY_LIBRARY_DIR}/Boost/include ${THIRD_PARTY_LIBRARY_DIR}/Libmeshb/include
${THIRD_PARTY_LIBRARY_DIR}/Xtensor/include
LIBRARY_SEARCH_PATHS = ${THIRD_PARTY_LIBRARY_DIR} ${THIRD_PARTY_LIBRARY_DIR}/Openmpi/lib ${THIRD_PARTY_LIBRARY_DIR}/Lua/lib ${THIRD_PARTY_LIBRARY_DIR}/Parmetis/lib ${THIRD_PARTY_LIBRARY_DIR}/Petsc/lib ${THIRD_PARTY_LIBRARY_DIR}/Boost/lib ${THIRD_PARTY_LIBRARY_DIR}/Libmeshb/lib
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment