- May 31, 2024
-
-
- Nov 22, 2023
-
-
- Oct 28, 2022
-
-
- Jul 19, 2022
-
-
Chris Cantwell authored
-
- Jan 30, 2022
-
-
- Dec 09, 2021
-
-
Dave Moxey authored
-
- Nov 24, 2021
-
-
Chris Cantwell authored
-
- Aug 10, 2020
-
-
Dave Moxey authored
-
Dave Moxey authored
-
- May 06, 2020
-
-
Jeremy Cohen authored
-
- Mar 24, 2020
-
-
- Nov 14, 2019
-
-
Zhen-Guo Yan authored
-
- Nov 08, 2019
-
-
- Aug 07, 2019
-
-
Chris Cantwell authored
-
- Apr 12, 2017
-
-
Kilian Lackhove authored
-
Kilian Lackhove authored
-
- Apr 10, 2017
-
-
Dave Moxey authored
Switch to a simple static member function to implement singletons, which is guaranteed to be thread-safe in C++11.
-
- Feb 04, 2014
-
-
Kilian Lackhove authored
-
- Feb 03, 2014
-
-
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
append nektars ThirdParty dir to NEKTAR++_LIBRARY_DIRS and add main.cpp as dummy header file to templates/executable/CMakeLists.txt
-
- Sep 15, 2010
-
-
Blake Nelson authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@2364 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- Dec 04, 2009
-
-
Blake Nelson authored
Updated boost target link libraries to use BOOST_LIBRARY form instead of BOOST_LIBRARY_RELEASE and BOOST_LIBRARY_DEBUG. git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@2105 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- Jun 06, 2008
-
-
Blake Nelson authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@1355 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- Jun 05, 2008
-
-
Blake Nelson authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@1326 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-
- May 30, 2008
-
-
Blake Nelson authored
git-svn-id: https://gforge.sci.utah.edu/svn/nektar/trunk@1302 305cdda6-5ce1-45b3-a98d-dfc68c8b3305
-