mirror of
https://github.com/triqs/dft_tools
synced 2024-12-25 13:53:40 +01:00
d86c0df332
- Order of inclusion of Python include path and nunpy python include path reversed. --> on Ubuntu 12.04, there is a link numpy in /usr/include/python2.7 which was *before* the numpy include path, i.e. in this case the new version of numpy installed by virtualenv. By reversing the order of the include, the numpy arrayobject.h file of virtualenv is found first, the Python.h is found anyway in the correct system directory (does not change with new numpy version). O. Parcollet |
||
---|---|---|
cmake | ||
doc | ||
examples/simple | ||
foreignlibs | ||
packaging/os_x | ||
pytriqs | ||
shells | ||
test | ||
triqs | ||
CITATIONS.bib | ||
CMakeLists.txt | ||
COPYING.txt | ||
different_moves.ipynb | ||
LICENSE.txt | ||
README.txt |
The TRIQS website is under http://ipht.cea.fr/triqs. Start there to learn about TRIQS. To install TRIQS, follow the installation steps given under http://ipht.cea.fr/triqs/doc/user_manual/install/install.html Before you proceed, make sure you have read the LICENSE.txt file. Enjoy! The TRIQS team