From owner-svn-ports-head@freebsd.org Sat Jun 16 23:25:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C4341001D8F; Sat, 16 Jun 2018 23:25:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1AB807369F; Sat, 16 Jun 2018 23:25:00 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA4B3547E; Sat, 16 Jun 2018 23:24:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5GNOxkm071210; Sat, 16 Jun 2018 23:24:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5GNOwSH071202; Sat, 16 Jun 2018 23:24:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806162324.w5GNOwSH071202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 16 Jun 2018 23:24:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472576 - in head/science: . triqs triqs/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . triqs triqs/files X-SVN-Commit-Revision: 472576 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jun 2018 23:25:00 -0000 Author: yuri Date: Sat Jun 16 23:24:58 2018 New Revision: 472576 URL: https://svnweb.freebsd.org/changeset/ports/472576 Log: New port: science/triqs: Toolbox for Research on Interacting Quantum Systems Added: head/science/triqs/ head/science/triqs/Makefile (contents, props changed) head/science/triqs/distinfo (contents, props changed) head/science/triqs/files/ head/science/triqs/files/patch-CMakeLists.txt (contents, props changed) head/science/triqs/files/patch-cmake_TRIQSConfig.cmake.in (contents, props changed) head/science/triqs/files/patch-triqs_CMakeLists.txt (contents, props changed) head/science/triqs/pkg-descr (contents, props changed) head/science/triqs/pkg-plist (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sat Jun 16 23:20:55 2018 (r472575) +++ head/science/Makefile Sat Jun 16 23:24:58 2018 (r472576) @@ -227,6 +227,7 @@ SUBDIR += svmlight SUBDIR += szip SUBDIR += tfel + SUBDIR += triqs SUBDIR += udunits SUBDIR += v_sim SUBDIR += vmd Added: head/science/triqs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/triqs/Makefile Sat Jun 16 23:24:58 2018 (r472576) @@ -0,0 +1,44 @@ +# $FreeBSD$ + +PORTNAME= triqs +DISTVERSION= 2.0 +CATEGORIES= science + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Toolbox for Research on Interacting Quantum Systems + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING.txt + +BROKEN_FreeBSD_10= fatal error: 'optional' file not found + +BUILD_DEPENDS= boost-libs>=1.53:devel/boost-libs \ + ${PYNUMPY} +LIB_DEPENDS= libcpp2py.so:devel/cpp2py \ + libfftw3.so:math/fftw3 \ + libgmp.so:math/gmp \ + libhdf5.so:science/hdf5 \ + libmpi.so:net/openmpi \ + libopa.so:net/mpich2 \ + libopenblas.so:math/openblas \ + libsz.so:science/szip +RUN_DEPENDS= ${PYNUMPY} + +USES= cmake:outsource,noninja fortran gettext-runtime python:2.7- # python:2.7- matches that in devel/cpp2py +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME:tu} +USE_LDCONFIG= yes + +# It requires c++17, which might be missing in compilers choosable with USES=compiler +LLVM_VER= 60 +BUILD_DEPENDS+= clang${LLVM_VER}:devel/llvm${LLVM_VER} +CPP= clang-cpp${LLVM_VER} +CC= clang${LLVM_VER} +CXX= clang++${LLVM_VER} + +post-install: + @cd ${STAGEDIR}${PREFIX} && ${RM} include/gtest.h lib/libgtest.so + @cd ${STAGEDIR}${PREFIX} && ${RM} share/triqs.modulefile share/triqsvars.sh # https://github.com/TRIQS/triqs/issues/590 + @cd ${STAGEDIR}${PREFIX} && ${RM} share/cmake/run_test.cmake + +.include Added: head/science/triqs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/triqs/distinfo Sat Jun 16 23:24:58 2018 (r472576) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529173992 +SHA256 (TRIQS-triqs-2.0_GH0.tar.gz) = 20e72638a9ebd2e169d5d4778f559388743852bb7124c49b4af7cac62cf8c888 +SIZE (TRIQS-triqs-2.0_GH0.tar.gz) = 3732883 Added: head/science/triqs/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/triqs/files/patch-CMakeLists.txt Sat Jun 16 23:24:58 2018 (r472576) @@ -0,0 +1,33 @@ +--- CMakeLists.txt.orig 2018-05-26 21:43:55 UTC ++++ CMakeLists.txt +@@ -206,7 +206,7 @@ endif (Build_Documentation) + #----------------------------------------------- + # Install the FindXXX that should be exported + #----------------------------------------------- +-install (FILES cmake/FindNFFT.cmake cmake/FindTest.cmake DESTINATION share/cmake) ++#install (FILES cmake/FindNFFT.cmake cmake/FindTest.cmake DESTINATION share/cmake) + + #--------------------------------------- + # triqs_config.h +@@ -243,8 +243,8 @@ else() + endif() + + configure_file(./cmake/TRIQSConfig-version.cmake.in Config/TRIQSConfig-version.cmake @ONLY) +-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Config/TRIQSConfig.cmake DESTINATION share/cmake) +-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Config/TRIQSConfig-version.cmake DESTINATION share/cmake) ++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Config/TRIQSConfig.cmake DESTINATION lib/cmake/triqs) ++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Config/TRIQSConfig-version.cmake DESTINATION lib/cmake/triqs) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Config/triqs_config.h DESTINATION include/triqs) + + #------------------------ +@@ -254,8 +254,8 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR + configure_file(./cmake/FindTriqsTest.cmake.in Config//FindTriqsTest.cmake @ONLY) + configure_file(./cmake/run_test.cmake.in Config/run_test.cmake @ONLY) + +-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Config/FindTriqsTest.cmake DESTINATION share/cmake) +-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Config/run_test.cmake DESTINATION share/cmake) ++#install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Config/FindTriqsTest.cmake DESTINATION share/cmake) ++#install(FILES ${CMAKE_CURRENT_BINARY_DIR}/Config/run_test.cmake DESTINATION share/cmake) + + #-------------------------------------------------------- + # Remind the user how to set up his/her variables Added: head/science/triqs/files/patch-cmake_TRIQSConfig.cmake.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/triqs/files/patch-cmake_TRIQSConfig.cmake.in Sat Jun 16 23:24:58 2018 (r472576) @@ -0,0 +1,11 @@ +--- cmake/TRIQSConfig.cmake.in.orig 2018-06-16 22:23:49 UTC ++++ cmake/TRIQSConfig.cmake.in +@@ -19,7 +19,7 @@ list(APPEND CMAKE_MODULE_PATH ${TRIQS_RO + set(TRIQS_WITH_PYTHON_SUPPORT @TRIQS_WITH_PYTHON_SUPPORT@) + + # include the exported targets of this project +-include(@CMAKE_INSTALL_PREFIX@/share/cmake/triqs-targets.cmake) ++include(@CMAKE_INSTALL_PREFIX@/lib/cmake/triqs/triqs-targets.cmake) + + MESSAGE(STATUS "Found TRIQSConfig.cmake with version ${TRIQS_VERSION}, hash = ${TRIQS_GIT_HASH}") + Added: head/science/triqs/files/patch-triqs_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/triqs/files/patch-triqs_CMakeLists.txt Sat Jun 16 23:24:58 2018 (r472576) @@ -0,0 +1,11 @@ +--- triqs/CMakeLists.txt.orig 2018-06-16 22:54:50 UTC ++++ triqs/CMakeLists.txt +@@ -256,7 +256,7 @@ endif() + + # Install the library in lib and prepare an exported cmake file to reimport it + install(TARGETS triqs DESTINATION lib EXPORT triqs-targets) +-install(EXPORT triqs-targets DESTINATION share/cmake) ++install(EXPORT triqs-targets DESTINATION lib/cmake/triqs) + + # Install headers + install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} DESTINATION include FILES_MATCHING PATTERN "*.hpp" PATTERN "*.h" PATTERN "*.hxx" PATTERN "*.mako.*" EXCLUDE) Added: head/science/triqs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/triqs/pkg-descr Sat Jun 16 23:24:58 2018 (r472576) @@ -0,0 +1,9 @@ +TRIQS (Toolbox for Research on Interacting Quantum Systems) is a scientific +project providing a set of C++ and Python libraries to develop new tools for +the study of interacting quantum systems. + +The goal of this toolkit is to provide high level, efficient and simple to use +libraries in C++ and Python, and to promote the use of modern programming +techniques. + +WWW: https://triqs.github.io/triqs/master/index.html Added: head/science/triqs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/triqs/pkg-plist Sat Jun 16 23:24:58 2018 (r472576) @@ -0,0 +1,317 @@ +include/triqs/arrays.hpp +include/triqs/arrays/algorithms.hpp +include/triqs/arrays/array.hpp +include/triqs/arrays/asserts.hpp +include/triqs/arrays/blas_lapack/axpy.hpp +include/triqs/arrays/blas_lapack/copy.hpp +include/triqs/arrays/blas_lapack/dot.hpp +include/triqs/arrays/blas_lapack/gelss.hpp +include/triqs/arrays/blas_lapack/gemm.hpp +include/triqs/arrays/blas_lapack/gemv.hpp +include/triqs/arrays/blas_lapack/ger.hpp +include/triqs/arrays/blas_lapack/gesvd.hpp +include/triqs/arrays/blas_lapack/getrf.hpp +include/triqs/arrays/blas_lapack/getri.hpp +include/triqs/arrays/blas_lapack/gtsv.hpp +include/triqs/arrays/blas_lapack/qcache.hpp +include/triqs/arrays/blas_lapack/scal.hpp +include/triqs/arrays/blas_lapack/stev.hpp +include/triqs/arrays/blas_lapack/swap.hpp +include/triqs/arrays/blas_lapack/tools.hpp +include/triqs/arrays/block_matrix.hpp +include/triqs/arrays/cache.hpp +include/triqs/arrays/expression_template/array_algebra.hpp +include/triqs/arrays/expression_template/matrix_algebra.hpp +include/triqs/arrays/expression_template/tools.hpp +include/triqs/arrays/expression_template/vector_algebra.hpp +include/triqs/arrays/functional/fold.hpp +include/triqs/arrays/functional/map.hpp +include/triqs/arrays/group_indices.hpp +include/triqs/arrays/h5.hpp +include/triqs/arrays/h5/array_of_non_basic.hpp +include/triqs/arrays/h5/array_stack.hpp +include/triqs/arrays/h5/simple_read_write.hpp +include/triqs/arrays/impl/assignment.hpp +include/triqs/arrays/impl/common.hpp +include/triqs/arrays/impl/exceptions.hpp +include/triqs/arrays/impl/indexmap_storage_pair.hpp +include/triqs/arrays/impl/iterator_adapter.hpp +include/triqs/arrays/impl/print.hpp +include/triqs/arrays/impl/traits.hpp +include/triqs/arrays/indexmaps/common.hpp +include/triqs/arrays/indexmaps/cuboid/domain.hpp +include/triqs/arrays/indexmaps/cuboid/foreach.hpp +include/triqs/arrays/indexmaps/cuboid/map.hpp +include/triqs/arrays/indexmaps/cuboid/mem_layout.hpp +include/triqs/arrays/indexmaps/cuboid/slice.hpp +include/triqs/arrays/indexmaps/permutation.hpp +include/triqs/arrays/indexmaps/range.hpp +include/triqs/arrays/linalg/cross_product.hpp +include/triqs/arrays/linalg/det_and_inverse.hpp +include/triqs/arrays/linalg/eigenelements.hpp +include/triqs/arrays/make_immutable_array.hpp +include/triqs/arrays/math_functions.hpp +include/triqs/arrays/matrix.hpp +include/triqs/arrays/mpi.hpp +include/triqs/arrays/proxy.hxx +include/triqs/arrays/python/array_view_to_python.hpp +include/triqs/arrays/python/numpy_extractor.hpp +include/triqs/arrays/reinterpret.hpp +include/triqs/arrays/storages/mem_block.hpp +include/triqs/arrays/storages/memcopy.hpp +include/triqs/arrays/storages/shared_block.hpp +include/triqs/arrays/vector.hpp +include/triqs/atom_diag/atom_diag.hpp +include/triqs/atom_diag/functions.hpp +include/triqs/atom_diag/gf.hpp +include/triqs/atom_diag/impl/worker.hpp +include/triqs/clef.hpp +include/triqs/clef/adapters/math.hpp +include/triqs/clef/adapters/vector.hpp +include/triqs/clef/clef.hpp +include/triqs/clef/io.hpp +include/triqs/clef/sum.hpp +include/triqs/cpp2py_converters.hpp +include/triqs/cpp2py_converters/arrays.hpp +include/triqs/cpp2py_converters/fundamental_operator_set.hpp +include/triqs/cpp2py_converters/gf.hpp +include/triqs/cpp2py_converters/h5.hpp +include/triqs/cpp2py_converters/operators_real_complex.hpp +include/triqs/cpp2py_converters/real_or_complex.hpp +include/triqs/det_manip.hpp +include/triqs/det_manip/det_manip.hpp +include/triqs/gfs.hpp +include/triqs/gfs/block/auto_assign.hpp +include/triqs/gfs/block/block_gf.hxx +include/triqs/gfs/block/expr.hpp +include/triqs/gfs/block/functions.hxx +include/triqs/gfs/block/map.hpp +include/triqs/gfs/block/mapped_functions.hxx +include/triqs/gfs/debug.hpp +include/triqs/gfs/domains/R.hpp +include/triqs/gfs/domains/discrete.hpp +include/triqs/gfs/domains/legendre.hpp +include/triqs/gfs/domains/matsubara.hpp +include/triqs/gfs/domains/product.hpp +include/triqs/gfs/evaluator.hpp +include/triqs/gfs/functions/closest_mesh_pt.hpp +include/triqs/gfs/functions/density.hpp +include/triqs/gfs/functions/functions2.hpp +include/triqs/gfs/functions/imfreq.hpp +include/triqs/gfs/functions/imtime.hpp +include/triqs/gfs/functions/legendre.hpp +include/triqs/gfs/functions/product.hpp +include/triqs/gfs/gf/auto_assign.hpp +include/triqs/gfs/gf/data_proxy.hpp +include/triqs/gfs/gf/defs.hpp +include/triqs/gfs/gf/flatten.hpp +include/triqs/gfs/gf/gf.hxx +include/triqs/gfs/gf/gf_expr.hpp +include/triqs/gfs/gf/gf_indices.hpp +include/triqs/gfs/gf/partial_eval.hpp +include/triqs/gfs/gf/targets.hpp +include/triqs/gfs/gf_tests.hpp +include/triqs/gfs/h5.hpp +include/triqs/gfs/legacy_for_python_api.hpp +include/triqs/gfs/make_gf.hpp +include/triqs/gfs/meshes.hpp +include/triqs/gfs/meshes/comma.hpp +include/triqs/gfs/meshes/discrete.hpp +include/triqs/gfs/meshes/imfreq.hpp +include/triqs/gfs/meshes/imtime.hpp +include/triqs/gfs/meshes/legendre.hpp +include/triqs/gfs/meshes/linear.hpp +include/triqs/gfs/meshes/linear_interpolation.hpp +include/triqs/gfs/meshes/mesh_tools.hpp +include/triqs/gfs/meshes/multivar_eval.hpp +include/triqs/gfs/meshes/product.hpp +include/triqs/gfs/meshes/refreq.hpp +include/triqs/gfs/meshes/retime.hpp +include/triqs/gfs/meshes/segment.hpp +include/triqs/gfs/meshes/tail_fitter.hpp +include/triqs/gfs/transform/common.hpp +include/triqs/gfs/transform/fourier.hpp +include/triqs/gfs/transform/fourier_common.hpp +include/triqs/gfs/transform/legendre_matsubara.hpp +include/triqs/gfs/transform/pade.hpp +include/triqs/h5.hpp +include/triqs/h5/base.hpp +include/triqs/h5/base_public.hpp +include/triqs/h5/file.hpp +include/triqs/h5/generic.hpp +include/triqs/h5/group.hpp +include/triqs/h5/map.hpp +include/triqs/h5/optional.hpp +include/triqs/h5/pair.hpp +include/triqs/h5/scalar.hpp +include/triqs/h5/serialization.hpp +include/triqs/h5/string.hpp +include/triqs/h5/tuple.hpp +include/triqs/h5/variant.hpp +include/triqs/h5/vector.hpp +include/triqs/hilbert_space/fundamental_operator_set.hpp +include/triqs/hilbert_space/hilbert_space.hpp +include/triqs/hilbert_space/imperative_operator.hpp +include/triqs/hilbert_space/space_partition.hpp +include/triqs/hilbert_space/state.hpp +include/triqs/lattice/bravais_lattice.hpp +include/triqs/lattice/brillouin_zone.hpp +include/triqs/lattice/cluster_mesh.hpp +include/triqs/lattice/gf_mesh_brillouin_zone.hpp +include/triqs/lattice/gf_mesh_cyclic_lattice.hpp +include/triqs/lattice/grid_generator.hpp +include/triqs/lattice/tight_binding.hpp +include/triqs/mc_tools.hpp +include/triqs/mc_tools/MersenneRNG.hpp +include/triqs/mc_tools/impl_tools.hpp +include/triqs/mc_tools/mc_generic.hpp +include/triqs/mc_tools/mc_measure_aux_set.hpp +include/triqs/mc_tools/mc_measure_set.hpp +include/triqs/mc_tools/mc_move_set.hpp +include/triqs/mc_tools/random_generator.hpp +include/triqs/mpi/base.hpp +include/triqs/mpi/boost.hpp +include/triqs/mpi/vector.hpp +include/triqs/operators/many_body_operator.hpp +include/triqs/operators/many_body_operator_serialization.hpp +include/triqs/operators/serialization.hpp +include/triqs/operators/util/extractors.hpp +include/triqs/statistics.hpp +include/triqs/statistics/histograms.hpp +include/triqs/statistics/statistics.hpp +include/triqs/test_tools/arrays.hpp +include/triqs/test_tools/gfs.hpp +include/triqs/test_tools/many_body_operator.hpp +include/triqs/triqs_config.h +include/triqs/utility/arithmetic_ops_by_cast.hpp +include/triqs/utility/boost_serialization.hpp +include/triqs/utility/buffered_function.hpp +include/triqs/utility/c14.hpp +include/triqs/utility/c17.hpp +include/triqs/utility/callbacks.hpp +include/triqs/utility/complex_ops.hpp +include/triqs/utility/concept_tools.hpp +include/triqs/utility/count_type_occurrence.hpp +include/triqs/utility/crash_logger.hpp +include/triqs/utility/debug_stream.hpp +include/triqs/utility/dressed_iterator.hpp +include/triqs/utility/exceptions.hpp +include/triqs/utility/expression_template_tools.hpp +include/triqs/utility/factory.hpp +include/triqs/utility/first_include.hpp +include/triqs/utility/fortran_mangling.hpp +include/triqs/utility/function_arg_ret_type.hpp +include/triqs/utility/index_generator.hpp +include/triqs/utility/is_complex.hpp +include/triqs/utility/iterator_facade.hpp +include/triqs/utility/itertools.hpp +include/triqs/utility/kronecker.hpp +include/triqs/utility/lazy_bracket.hpp +include/triqs/utility/legendre.hpp +include/triqs/utility/macros.hpp +include/triqs/utility/mini_vector.hpp +include/triqs/utility/numeric_ops.hpp +include/triqs/utility/pade_approximants.hpp +include/triqs/utility/real_or_complex.hpp +include/triqs/utility/report_stream.hpp +include/triqs/utility/scope_guard.hpp +include/triqs/utility/serialization.hpp +include/triqs/utility/signal_handler.hpp +include/triqs/utility/stack_trace.hpp +include/triqs/utility/static_if.hpp +include/triqs/utility/time_pt.hpp +include/triqs/utility/timer.hpp +include/triqs/utility/timestamp.hpp +include/triqs/utility/traits.hpp +include/triqs/utility/tuple_serialize.hpp +include/triqs/utility/tuple_tools.hpp +include/triqs/utility/typeid_name.hpp +include/triqs/utility/variant.hpp +include/triqs/utility/variant_extensions.hpp +include/triqs/utility/variant_serialize.hpp +include/triqs/utility/view_tools.hpp +include/triqs/version.hpp +lib/cmake/triqs/TRIQSConfig-version.cmake +lib/cmake/triqs/TRIQSConfig.cmake +lib/cmake/triqs/triqs-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/triqs/triqs-targets.cmake +lib/libtriqs.so +lib/python2.7/site-packages/pytriqs/__init__.py +lib/python2.7/site-packages/pytriqs/applications/__init__.py +lib/python2.7/site-packages/pytriqs/applications/impurity_solvers/__init__.py +lib/python2.7/site-packages/pytriqs/applications/impurity_solvers/cthyb.py +lib/python2.7/site-packages/pytriqs/archive/__init__.py +lib/python2.7/site-packages/pytriqs/archive/hdf_archive.py +lib/python2.7/site-packages/pytriqs/archive/hdf_archive_basic_layer_h5py.py +lib/python2.7/site-packages/pytriqs/archive/hdf_archive_schemes.py +lib/python2.7/site-packages/pytriqs/arrays/__init__.py +lib/python2.7/site-packages/pytriqs/arrays/block_matrix.so +lib/python2.7/site-packages/pytriqs/atom_diag/__init__.py +lib/python2.7/site-packages/pytriqs/atom_diag/atom_diag.so +lib/python2.7/site-packages/pytriqs/cmake_info.py +lib/python2.7/site-packages/pytriqs/dos/__init__.py +lib/python2.7/site-packages/pytriqs/dos/dos.py +lib/python2.7/site-packages/pytriqs/dos/hilbert_transform.py +lib/python2.7/site-packages/pytriqs/fit/__init__.py +lib/python2.7/site-packages/pytriqs/fit/fit.py +lib/python2.7/site-packages/pytriqs/gf/__init__.py +lib/python2.7/site-packages/pytriqs/gf/backwd_compat/__init__.py +lib/python2.7/site-packages/pytriqs/gf/backwd_compat/gf_imfreq.py +lib/python2.7/site-packages/pytriqs/gf/backwd_compat/gf_imtime.py +lib/python2.7/site-packages/pytriqs/gf/backwd_compat/gf_legendre.py +lib/python2.7/site-packages/pytriqs/gf/backwd_compat/gf_refreq.py +lib/python2.7/site-packages/pytriqs/gf/backwd_compat/gf_retime.py +lib/python2.7/site-packages/pytriqs/gf/block2_gf.py +lib/python2.7/site-packages/pytriqs/gf/block_gf.py +lib/python2.7/site-packages/pytriqs/gf/descriptor_base.py +lib/python2.7/site-packages/pytriqs/gf/descriptors.py +lib/python2.7/site-packages/pytriqs/gf/gf.py +lib/python2.7/site-packages/pytriqs/gf/gf_fnt.so +lib/python2.7/site-packages/pytriqs/gf/lazy_expressions.py +lib/python2.7/site-packages/pytriqs/gf/local/__init__.py +lib/python2.7/site-packages/pytriqs/gf/map_block.py +lib/python2.7/site-packages/pytriqs/gf/mesh_point.py +lib/python2.7/site-packages/pytriqs/gf/mesh_product.py +lib/python2.7/site-packages/pytriqs/gf/meshes.so +lib/python2.7/site-packages/pytriqs/gf/plot/__init__.py +lib/python2.7/site-packages/pytriqs/gf/plot/one_var.py +lib/python2.7/site-packages/pytriqs/gf/plot/plot_base.py +lib/python2.7/site-packages/pytriqs/gf/plot/select_indices.py +lib/python2.7/site-packages/pytriqs/gf/tools.py +lib/python2.7/site-packages/pytriqs/gf/wrapped_aux.so +lib/python2.7/site-packages/pytriqs/lattice/__init__.py +lib/python2.7/site-packages/pytriqs/lattice/bz_patch.py +lib/python2.7/site-packages/pytriqs/lattice/lattice_tools.so +lib/python2.7/site-packages/pytriqs/lattice/super_lattice.py +lib/python2.7/site-packages/pytriqs/lattice/tight_binding.py +lib/python2.7/site-packages/pytriqs/magic.py +lib/python2.7/site-packages/pytriqs/operators/__init__.py +lib/python2.7/site-packages/pytriqs/operators/operators.so +lib/python2.7/site-packages/pytriqs/operators/util/U_matrix.py +lib/python2.7/site-packages/pytriqs/operators/util/__init__.py +lib/python2.7/site-packages/pytriqs/operators/util/extractors.so +lib/python2.7/site-packages/pytriqs/operators/util/hamiltonians.py +lib/python2.7/site-packages/pytriqs/operators/util/observables.py +lib/python2.7/site-packages/pytriqs/operators/util/op_struct.py +lib/python2.7/site-packages/pytriqs/plot/__init__.py +lib/python2.7/site-packages/pytriqs/plot/mpl_interface.py +lib/python2.7/site-packages/pytriqs/plot/protocol.py +lib/python2.7/site-packages/pytriqs/random_generator/__init__.py +lib/python2.7/site-packages/pytriqs/random_generator/random_generator.so +lib/python2.7/site-packages/pytriqs/statistics/__init__.py +lib/python2.7/site-packages/pytriqs/statistics/histogram.py +lib/python2.7/site-packages/pytriqs/statistics/histograms.so +lib/python2.7/site-packages/pytriqs/sumk/__init__.py +lib/python2.7/site-packages/pytriqs/sumk/sumk_discrete.py +lib/python2.7/site-packages/pytriqs/sumk/sumk_discrete_from_lattice.py +lib/python2.7/site-packages/pytriqs/utility/__init__.py +lib/python2.7/site-packages/pytriqs/utility/bound_and_bisect.py +lib/python2.7/site-packages/pytriqs/utility/comparison_tests.py +lib/python2.7/site-packages/pytriqs/utility/dichotomy.py +lib/python2.7/site-packages/pytriqs/utility/dist_on_nodes.py +lib/python2.7/site-packages/pytriqs/utility/h5diff.py +lib/python2.7/site-packages/pytriqs/utility/mpi.py +lib/python2.7/site-packages/pytriqs/utility/mpi_boost.py +lib/python2.7/site-packages/pytriqs/utility/mpi_mpi4py.py +lib/python2.7/site-packages/pytriqs/utility/redirect.py +lib/python2.7/site-packages/pytriqs/version.py