3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-24 13:23:37 +01:00
dft_tools/cmake
Olivier Parcollet 243d4a798b wrapper: add use_module
- a module can use the converters used by another
  with the use_module('A') command.
  In which case :
    - the generate converter header for A will be included.
    - the header, at the top, now contains a simple list of all
      wrapped types, which is then included in the wrapped_types
      of the module for proper code generation.
- simplify the code generation : just generate_code.
- all arguments are analyzed from sys.argv at the import of the
  wrap_generator module. In any case, the xx_desc.py will be called from the corresponding
  cmake command, hence with the right arguments.
- Added a dependencies in my_module_B of wrap_test to show how to make
  the dependencies in the cmake file, if needed.
2014-05-30 19:34:13 +02:00
..
BuildSphinx.cmake Clean a bit CMakeFiles 2013-08-02 10:16:28 +02:00
Doxyfile.in work on doc for gf, and details. 2013-12-30 22:32:16 +01:00
FindBuildF2pyModule.cmake add little modif to make the dft apps 2013-07-23 20:57:53 +02:00
FindCompilerCheck.cmake Remove default c++14 flags on clang 3.4 ... 2014-01-28 20:59:05 +01:00
FindFFTW.cmake First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
FindGit3.cmake First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
FindGMP.cmake First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
FindGSL.cmake First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
FindLapack.cmake First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
FindMathJax.cmake Fix cmake so that -DMATHJAX_PATH works 2013-09-09 14:49:15 +02:00
FindNFFT.cmake Correction to previous commit 2014-04-04 12:03:06 +02:00
FindPython.cmake Remove Cython & prepare wrapper for applis. 2014-05-30 19:34:13 +02:00
FindPythonWrapperMacro.cmake wrapper: add use_module 2014-05-30 19:34:13 +02:00
FindTestCSimple.cmake First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
FindTestScriptHdf.cmake Clean a bit CMakeFiles 2013-08-02 10:16:28 +02:00
FindTRIQS.cmake First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
FindTriqsMacros.cmake First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
FindTriqsTest.cmake.in cmake: in test macro, add rpath 2013-10-11 16:19:38 +02:00
postinst.in First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
prerm.in First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
run_test_simple.cmake First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
run_test.cmake First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
triqs_config.h.in clean the TRIQS_COMPILER macros 2013-10-21 15:12:08 +02:00
TRIQSConfig.cmake.in wrapper: add use_module 2014-05-30 19:34:13 +02:00