- Feb 04, 2014
-
-
Chris Cantwell authored
-
- Feb 03, 2014
-
-
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
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
-
- Dec 14, 2013
-
-
Chris Cantwell authored
Removed Git SHA1 and Branch from compile definitions on files except FieldIO.cpp
-
- Nov 23, 2013
-
-
Chris Cantwell authored
-
- Oct 28, 2013
-
-
Dave Moxey authored
-
- Aug 20, 2013
-
-
Dave Moxey authored
-
Dave Moxey authored
-
- Jul 30, 2013
-
-
Pavel Burovskiy authored
-
- Jul 18, 2013
-
-
Pavel Burovskiy authored
-
- Jul 03, 2013
-
-
Chris Cantwell authored
Changed FieldMetadataMap to use string values instead of NekDouble.
-
- May 24, 2013
-
-
Dave Moxey authored
-
- May 16, 2013
-
-
Dave Moxey authored
-
- May 07, 2013
-
-
Chris Cantwell authored
-
Chris Cantwell authored
-
Dave Moxey authored
-
Chris Cantwell authored
-
Dave Moxey authored
-
- May 05, 2013
-
-
Dave Moxey authored
-
- May 03, 2013
-
-
Dave Moxey authored
-
- Apr 26, 2013
-
-
Dave Moxey authored
-
Dave Moxey authored
-
- Apr 16, 2013
-
-
Dave Moxey authored
-
- Apr 05, 2013
-
-
Pavel Burovskiy authored
-
- Apr 02, 2013
-
-
Chris Cantwell authored
-
Dave Moxey authored
-
Chris Cantwell authored
-
Chris Cantwell authored
Better searching for zlib in macports directory. Fix to zlib source to work with OSX. Added check that patch version is 7 or later (we need 1.2.7, but only check the patch level at the moment)
-
Chris Cantwell authored
Explicitly reference ZLIB_LIBRARY in Cmake, rather than the Boost version.
-
Pavel Burovskiy authored
-
- Apr 01, 2013
-
-
Chris Cantwell authored
-
- Mar 23, 2013
-
-
Chris Cantwell authored
Removed Cannot Find Boost warnings. Added status messages for each library found or built.
-
- Mar 06, 2013
-
-
Pavel Burovskiy authored
-
- Feb 21, 2013
-
-
Chris Cantwell authored
-
- Feb 20, 2013
-
-
Chris Cantwell authored
-
- Feb 19, 2013
-
-
Chris Cantwell authored
Moved QT4 search to ThirdParty module. Tidied up other parts of cardiac solver code.
-