- 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.
-
- Dec 14, 2013
-
-
Chris Cantwell authored
Removed Git SHA1 and Branch from compile definitions on files except FieldIO.cpp
-
- Oct 10, 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.
-
- Apr 16, 2013
-
-
Dave Moxey authored
-
Dave Moxey authored
-
- Mar 27, 2013
-
-
Chris Cantwell authored
-
- Mar 06, 2013
-
-
Pavel Burovskiy authored
-
- Feb 19, 2013
-
-
Chris Cantwell authored
Moved QT4 search to ThirdParty module. Tidied up other parts of cardiac solver code.
-
- Feb 15, 2013
-
-
Pavel Burovskiy authored
-
- Feb 08, 2013
-
-
Pavel Burovskiy authored
-
- Feb 01, 2013
-
-
Chris Cantwell authored
-
Pavel Burovskiy authored
-
Dave Moxey authored
-
- Dec 12, 2012
-
-
Chris Cantwell authored
for setting up dependencies between CMake settings.
-
- Nov 20, 2012
-
-
Dave Moxey authored
-
- Nov 18, 2012
-
-
Chris Cantwell authored
-
- Nov 15, 2012
-
-
Dave Moxey authored
Changed some ADRSolver tests to require FFT.
-
- Nov 07, 2012
-
-
Pavel Burovskiy authored
-
- Oct 25, 2012
-
-
bnelson authored
Added 64-bit lapack/blas for windows. Moved enums to separate header files for ElVis integration.
-
- Oct 15, 2012
-
-
Chris Cantwell authored
Removed duplicate definitions Cleaned up parts of the CMake file.
-
Chris Cantwell authored
Updated Nektar++Config.cmake.in to export these variables.
-
- Oct 07, 2012
-
-
Chris Cantwell authored
Added XXT support from gsmpi-1.1
-
- Oct 03, 2012
-
-
Pavel Burovskiy authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@4076 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- Sep 06, 2012
-
-
Chris Cantwell authored
-
- Sep 05, 2012
-
-
Dave Moxey authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/branches/new-tests@4035 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- May 23, 2012
-
-
Blake Nelson authored
Updated boost on windows so it links with dynamic instead of static libraries. Fixed a name clash in VortexWaveInteraction between the MoveFile method and a MoveFile macro on Windows. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3864 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- May 09, 2012
-
-
Dave Moxey authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3840 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- Apr 10, 2012
-
-
Chris Cantwell authored
Create ThirdParty directory if does not exist. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3784 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
Chris Cantwell authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3782 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- Apr 09, 2012
-
-
Chris Cantwell authored
ExternalProjects feature in CMake. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3776 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- Feb 27, 2012
-
-
Chris Cantwell authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3649 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- Feb 21, 2012
-
-
Chris Cantwell authored
All libraries, solvers, demos, regressionTests and utilities now built using a single configuration/build cycle. Each component build can be enabled/disabled by the user. Cleaned up CMake configuration and moved non-essential options to Advanced. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@3628 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-