Michel Ferrero
fc3e6b904a
Fix TRIQSConfig for standalone projects
...
Small fix to allow standalone project to use the triqs_set_rpath_for_target
macro.
modified: cmake/TRIQSConfig.cmake.in
2013-09-30 11:03:14 +02:00
Michel Ferrero
5addd5412b
Modification of triqs_prepare_local_pytriqs macro
...
With this modification it should now be possible to compile
an application even if:
1) It has already been installed
2) One does not have write permissions on the installed dir
modified: cmake/TRIQSConfig.cmake.in
2013-09-17 16:26:58 +02:00
Michel Ferrero
a5b122d91a
Fix cmake so that -DMATHJAX_PATH works
...
modified: CMakeLists.txt
modified: cmake/FindMathJax.cmake
2013-09-09 14:49:15 +02:00
Michel Ferrero
b1840d2a32
Further fix of issue with installation of __init__
...
modified: cmake/TRIQSConfig.cmake.in
2013-09-04 12:54:46 +02:00
Michel Ferrero
3e96228770
Fix issue with installation of __init__.py files
...
modified: cmake/TRIQSConfig.cmake.in
2013-09-04 12:37:50 +02:00
Michel Ferrero
eb8060c290
Get rid of boost_for_triqs in doc
2013-09-03 19:14:24 +02:00
Olivier Parcollet
f04b0b1058
cmake : fix a detail in __init__ generation
...
should use .python/__init_... to create the file.
not python, otherwise when compiling application
*in source* (like brew does) this is a mess...
2013-09-02 21:25:43 +02:00
Michel Ferrero
93eea0ed74
Get rid of boost compilation from sources
...
Also change pytriqs.boost to boost
2013-09-02 14:26:32 +02:00
Michel Ferrero
9c258fa7e1
Add tools to be able to find version and release
...
I added a version.hpp and updated the version.py so that
one can find the version of the library either from the
c++ or the python (if there is python support).
modified: CMakeLists.txt
modified: cmake/TRIQSConfig.cmake.in
modified: pytriqs/version.py.in
modified: triqs/CMakeLists.txt
new file: triqs/version.hpp.in
2013-08-29 11:41:19 +02:00
Michel Ferrero
4cb83c370b
Fix RPATH issues
...
modified: cmake/TRIQSConfig.cmake.in
2013-08-07 17:06:44 +02:00
Michel Ferrero
f7a44ad6dd
Allow to fix install_name_dir for OSX
...
modified: cmake/TRIQSConfig.cmake.in
2013-08-02 14:01:21 +02:00
Michel Ferrero
efde32d1e0
Clean a bit CMakeFiles
...
modified: cmake/BuildSphinx.cmake
modified: cmake/FindTestScriptHdf.cmake
modified: cmake/FindTriqsTest.cmake.in
modified: cmake/TRIQSConfig.cmake.in
2013-08-02 10:16:28 +02:00
Olivier Parcollet
4f4c697897
separate some tests in c++11 dir for old compilers.
...
new policy : for non standard conforming compilers,
we can skip the tests using new features using recent c++ features.
I.e. compilers below gcc 4.8.1, clang 3.3.
2013-07-30 22:37:41 +02:00
Olivier Parcollet
9290e640fd
icc : workaround macro was not set in the config.h
...
- forgot to declare one cmake var.
- test can now be not compiled (Build_Triqs_General_Tools_Test had no
effect)
2013-07-25 23:08:44 +02:00
Olivier Parcollet
f12eccc69f
cmake: add macro to fix rpath to triqs install
...
- to be tested on mac
2013-07-25 15:19:54 +02:00
Michel Ferrero
505839b339
Fix a misplaced NOT in FindCompilerCheck.cmake
...
modified: cmake/FindCompilerCheck.cmake
2013-07-24 14:34:41 +02:00
Olivier Parcollet
cd411bba1e
add little modif to make the dft apps
2013-07-23 20:57:53 +02:00
Olivier Parcollet
6bf0d0f6b5
Add details for applis compilation/install
...
- generation of test script
- export new variables
2013-07-22 21:52:26 +02:00
Olivier Parcollet
aa2c52cb01
utility : tuple, complex_ops
...
- add _j notation on C++11 compliant compilers
- correct tuple fold (was working in reverse)
- add construction of mini_vector from tuple
2013-07-19 13:27:03 +02:00
Olivier Parcollet
f2c7d449cc
First commit : triqs libs version 1.0 alpha1
...
for earlier commits, see TRIQS0.x repository.
2013-07-17 19:24:07 +02:00