- 20 Feb, 2014 1 commit
-
-
Chris Cantwell authored
-
- 17 Feb, 2014 3 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
Dave Moxey authored
-
- 14 Feb, 2014 2 commits
-
-
Dave Moxey authored
-
Dave Moxey authored
-
- 11 Feb, 2014 3 commits
-
-
Dave Moxey authored
-
Daniele de Grazia authored
-
Chris Cantwell authored
-
- 10 Feb, 2014 5 commits
-
-
Chris Cantwell authored
-
Bastien Jordi authored
-
Bastien Jordi authored
-
Bastien Jordi authored
-
Bastien Jordi authored
-
- 07 Feb, 2014 1 commit
-
-
Chris Cantwell authored
-
- 06 Feb, 2014 1 commit
-
-
Spencer Sherwin authored
-
- 05 Feb, 2014 3 commits
-
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
- 04 Feb, 2014 9 commits
-
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
Conflicts: library/MultiRegions/DisContField2D.cpp library/MultiRegions/ExpList.h
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Kilian Lackhove authored
-
- 03 Feb, 2014 10 commits
-
-
Kilian Lackhove authored
-
Kilian Lackhove authored
Instead, the cmake default way of handling external dependencies is now recommended: FIND_PACKAGE(Nektar++ REQUIRED) ADD_DEFINITIONS(${NEKTAR++_DEFINITIONS}) INCLUDE_DIRECTORIES(${NEKTAR++_INCLUDE_DIRS} ${NEKTAR++_TP_INCLUDE_DIRS}) LINK_DIRECTORIES(${NEKTAR++_LIBRARY_DIRS} ${NEKTAR++_TP_LIBRARY_DIRS}) TARGET_LINK_LIBRARIES(${ProjectName} ${NEKTAR++_LIBRARIES} ${NEKTAR++_TP_LIBRARIES}) see templates/executable for an example. The NEKTAR++_TP_XXX variables can be omitted if the external CMakeLists.txt takes care of findig Nektar++ dependencies itself.
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
Kilian Lackhove authored
append nektars ThirdParty dir to NEKTAR++_LIBRARY_DIRS and add main.cpp as dummy header file to templates/executable/CMakeLists.txt
-
Kilian Lackhove authored
Nektar++Config.cmake should only set variables which can be used in the calling CMakeLists.txt.
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
- 31 Jan, 2014 2 commits
-
-
Spencer Sherwin authored
-
Spencer Sherwin authored
-