diff --git a/math/hpcombi/Makefile b/math/hpcombi/Makefile index 0b4ed63b1e11..0879f3c421be 100644 --- a/math/hpcombi/Makefile +++ b/math/hpcombi/Makefile @@ -1,48 +1,51 @@ PORTNAME= HPCombi -PORTVERSION= 0.0.9 +PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v CATEGORIES= math devel MAINTAINER= thierry@FreeBSD.org COMMENT= Fast combinatorics in C++ using SSE/AVX instruction sets WWW= https://github.com/hivert/HPCombi LICENSE= GPLv3 ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= uses AVX instruction set BUILD_DEPENDS= sparsehash>0:devel/sparsehash LIB_DEPENDS= libbenchmark.so:devel/benchmark TEST_DEPENDS= boost-libs>0:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= hivert -USES= cmake:testing compiler:c++11-lang localbase:ldflags pkgconfig +USES= cmake:testing compiler:c++11-lang localbase:ldflags pathfix \ + pkgconfig + +CMAKE_ARGS= -DHPCOMBI_DISABLE_MARCH_NATIVE:BOOL=on NO_ARCH= yes #OPTIONS_DEFINE= DOXYGEN TEST OPTIONS_DEFINE= DOXYGEN OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CMAKE_ON= -DAPIDOC_DIR=${DOCSDIR} TEST_CMAKE_ON= -DBUILD_TESTING=1 -TEST_LIB_DEPENDS= libboost_thread.so:devel/boost-libs +TEST_LIB_DEPENDS= libCatch2.so:devel/catch2 + +DATADIR= ${PREFIX}/share/${PORTNAME:tl} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl} .include pre-configure-DOXYGEN-off: ${REINPLACE_CMD} -e 's/add_subdirectory(doc)/# No doc/' \ ${WRKSRC}/CMakeLists.txt -post-stage: - ${MKDIR} ${STAGEDIR}${DATADIR} - ${MV} ${STAGEDIR}${PREFIX}/.VERSION ${STAGEDIR}${DATADIR}/VERSION - post-stage-DOXYGEN-on: - ${MV} ${STAGEDIR}${PREFIX}/doc/${PORTNAME}/html ${STAGEDIR}${DOCSDIR}/ - ${RM} -r ${STAGEDIR}${PREFIX}/doc + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${BUILD_WRKSRC}/doc/html && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include diff --git a/math/hpcombi/distinfo b/math/hpcombi/distinfo index 03536b33f3f3..f83ebbe67739 100644 --- a/math/hpcombi/distinfo +++ b/math/hpcombi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698081798 -SHA256 (hivert-HPCombi-v0.0.9_GH0.tar.gz) = f3560005c50bbc3ca5fab4380469292f7a10130d13fd06367d647d44e033498e -SIZE (hivert-HPCombi-v0.0.9_GH0.tar.gz) = 116246 +TIMESTAMP = 1714924713 +SHA256 (hivert-HPCombi-v1.0.1_GH0.tar.gz) = cb4ca64c5daa0ba147832252ddc8f6162c1f3aefabda4dd139f3da1cb3cae987 +SIZE (hivert-HPCombi-v1.0.1_GH0.tar.gz) = 3118941 diff --git a/math/hpcombi/pkg-plist b/math/hpcombi/pkg-plist index 09e3de32fa67..080e194cf7cb 100644 --- a/math/hpcombi/pkg-plist +++ b/math/hpcombi/pkg-plist @@ -1,308 +1,356 @@ -include/HPCombi/HPCombi-config.h -include/HPCombi/bmat8.hpp -include/HPCombi/bmat8_impl.hpp -include/HPCombi/epu.hpp -include/HPCombi/epu_impl.hpp -include/HPCombi/fallback/gcdlcm.hpp -include/HPCombi/fallback/seq.hpp -include/HPCombi/hpcombi.hpp -include/HPCombi/perm16.hpp -include/HPCombi/perm16_impl.hpp -include/HPCombi/perm_generic.hpp -include/HPCombi/perm_generic_impl.hpp -include/HPCombi/power.hpp -include/HPCombi/testtools.hpp -include/HPCombi/vect16.hpp -include/HPCombi/vect_generic.hpp -%%DATADIR%%/LICENSE -%%DATADIR%%/README.md -%%DATADIR%%/VERSION -%%DATADIR%%/list_intrin.txt +include/hpcombi/arch.hpp +include/hpcombi/bmat8.hpp +include/hpcombi/bmat8_impl.hpp +include/hpcombi/builder.hpp +include/hpcombi/debug.hpp +include/hpcombi/epu8.hpp +include/hpcombi/epu8_impl.hpp +include/hpcombi/hpcombi.hpp +include/hpcombi/perm16.hpp +include/hpcombi/perm16_impl.hpp +include/hpcombi/perm_generic.hpp +include/hpcombi/perm_generic_impl.hpp +include/hpcombi/power.hpp +include/hpcombi/simde/arm/neon.h +include/hpcombi/simde/arm/sve.h +include/hpcombi/simde/mips/msa.h +include/hpcombi/simde/wasm/relaxed-simd.h +include/hpcombi/simde/wasm/simd128.h +include/hpcombi/simde/x86/avx.h +include/hpcombi/simde/x86/avx2.h +include/hpcombi/simde/x86/avx512.h +include/hpcombi/simde/x86/clmul.h +include/hpcombi/simde/x86/f16c.h +include/hpcombi/simde/x86/fma.h +include/hpcombi/simde/x86/gfni.h +include/hpcombi/simde/x86/mmx.h +include/hpcombi/simde/x86/sse.h +include/hpcombi/simde/x86/sse2.h +include/hpcombi/simde/x86/sse3.h +include/hpcombi/simde/x86/sse4.1.h +include/hpcombi/simde/x86/sse4.2.h +include/hpcombi/simde/x86/ssse3.h +include/hpcombi/simde/x86/svml.h +include/hpcombi/simde/x86/xop.h +include/hpcombi/vect16.hpp +include/hpcombi/vect_generic.hpp +libdata/pkgconfig/hpcombi.pc %%DOXYGEN%%%%DOCSDIR%%/CF_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/RD_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/README_8md.html %%DOXYGEN%%%%DOCSDIR%%/Renner_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/Trans_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/annotated.html +%%DOXYGEN%%%%DOCSDIR%%/arch_8hpp.html +%%DOXYGEN%%%%DOCSDIR%%/arch_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/bc_s.png %%DOXYGEN%%%%DOCSDIR%%/bc_sd.png %%DOXYGEN%%%%DOCSDIR%%/bdwn.png %%DOXYGEN%%%%DOCSDIR%%/bmat8_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/bmat8_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/bmat8__impl_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/bmat8__impl_8hpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/builder_8hpp.html +%%DOXYGEN%%%%DOCSDIR%%/builder_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/classEqEpu8-members.html %%DOXYGEN%%%%DOCSDIR%%/classEqEpu8.html %%DOXYGEN%%%%DOCSDIR%%/classHPCombi_1_1BMat8-members.html %%DOXYGEN%%%%DOCSDIR%%/classHPCombi_1_1BMat8.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__eval16.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__first__diff.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__horiz__max.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__horiz__min.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__horiz__sum.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__inverse.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__inverse__pperm.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__is__permutation.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__last__diff.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__left__weak__leq.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__lehmer.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__length.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__merge.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__nb__cycles.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__nb__descent.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__partial__max.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__partial__min.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__partial__sums.html +%%DOXYGEN%%%%DOCSDIR%%/classcommon__permutation__of.html %%DOXYGEN%%%%DOCSDIR%%/classes.html %%DOXYGEN%%%%DOCSDIR%%/classlibsemigroups_1_1Timer-members.html %%DOXYGEN%%%%DOCSDIR%%/classlibsemigroups_1_1Timer.html %%DOXYGEN%%%%DOCSDIR%%/closed.png -%%DOXYGEN%%%%DOCSDIR%%/dir_0db0c2784d05c3f959cfa752b3f7abf0.html -%%DOXYGEN%%%%DOCSDIR%%/dir_16297faf57ecca27a43d4fe4826672df.html -%%DOXYGEN%%%%DOCSDIR%%/dir_399fcd459c39eaea27e062c0b625bd94.html +%%DOXYGEN%%%%DOCSDIR%%/debug_8hpp.html +%%DOXYGEN%%%%DOCSDIR%%/debug_8hpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/dir_1e34260fbe3e2c78524d115df3415a52.html +%%DOXYGEN%%%%DOCSDIR%%/dir_31749fb8972ad8a7386205728c9be108.html +%%DOXYGEN%%%%DOCSDIR%%/dir_5c6484f6ec767dff3e262e005d99c715.html +%%DOXYGEN%%%%DOCSDIR%%/dir_d0fe14f1bc4ab32e9041cb4d0f1cc6ae.html %%DOXYGEN%%%%DOCSDIR%%/doc.png %%DOXYGEN%%%%DOCSDIR%%/docd.png %%DOXYGEN%%%%DOCSDIR%%/doxygen.css %%DOXYGEN%%%%DOCSDIR%%/doxygen.svg %%DOXYGEN%%%%DOCSDIR%%/dynsections.js -%%DOXYGEN%%%%DOCSDIR%%/epu_8hpp.html -%%DOXYGEN%%%%DOCSDIR%%/epu_8hpp_source.html -%%DOXYGEN%%%%DOCSDIR%%/epu__impl_8hpp.html -%%DOXYGEN%%%%DOCSDIR%%/epu__impl_8hpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/epu8_8hpp.html +%%DOXYGEN%%%%DOCSDIR%%/epu8_8hpp_source.html +%%DOXYGEN%%%%DOCSDIR%%/epu8__impl_8hpp.html +%%DOXYGEN%%%%DOCSDIR%%/epu8__impl_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/examples.html %%DOXYGEN%%%%DOCSDIR%%/files.html %%DOXYGEN%%%%DOCSDIR%%/folderclosed.png %%DOXYGEN%%%%DOCSDIR%%/folderopen.png %%DOXYGEN%%%%DOCSDIR%%/functions.html %%DOXYGEN%%%%DOCSDIR%%/functions_b.html %%DOXYGEN%%%%DOCSDIR%%/functions_c.html %%DOXYGEN%%%%DOCSDIR%%/functions_d.html %%DOXYGEN%%%%DOCSDIR%%/functions_e.html %%DOXYGEN%%%%DOCSDIR%%/functions_f.html %%DOXYGEN%%%%DOCSDIR%%/functions_func.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_b.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_c.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_d.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_e.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_f.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_h.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_i.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_l.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_m.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_n.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_o.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_p.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_r.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_s.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_t.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_u.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_v.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_w.html %%DOXYGEN%%%%DOCSDIR%%/functions_func_~.html %%DOXYGEN%%%%DOCSDIR%%/functions_h.html %%DOXYGEN%%%%DOCSDIR%%/functions_i.html %%DOXYGEN%%%%DOCSDIR%%/functions_l.html %%DOXYGEN%%%%DOCSDIR%%/functions_m.html %%DOXYGEN%%%%DOCSDIR%%/functions_n.html %%DOXYGEN%%%%DOCSDIR%%/functions_o.html %%DOXYGEN%%%%DOCSDIR%%/functions_p.html %%DOXYGEN%%%%DOCSDIR%%/functions_r.html %%DOXYGEN%%%%DOCSDIR%%/functions_rela.html %%DOXYGEN%%%%DOCSDIR%%/functions_s.html %%DOXYGEN%%%%DOCSDIR%%/functions_t.html %%DOXYGEN%%%%DOCSDIR%%/functions_type.html %%DOXYGEN%%%%DOCSDIR%%/functions_u.html %%DOXYGEN%%%%DOCSDIR%%/functions_v.html %%DOXYGEN%%%%DOCSDIR%%/functions_vars.html %%DOXYGEN%%%%DOCSDIR%%/functions_w.html %%DOXYGEN%%%%DOCSDIR%%/functions_~.html %%DOXYGEN%%%%DOCSDIR%%/globals.html %%DOXYGEN%%%%DOCSDIR%%/globals_defs.html %%DOXYGEN%%%%DOCSDIR%%/globals_func.html %%DOXYGEN%%%%DOCSDIR%%/globals_vars.html %%DOXYGEN%%%%DOCSDIR%%/hierarchy.html %%DOXYGEN%%%%DOCSDIR%%/hpcombi_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/hpcombi_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/image_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/index.html %%DOXYGEN%%%%DOCSDIR%%/jquery.js %%DOXYGEN%%%%DOCSDIR%%/menu.js %%DOXYGEN%%%%DOCSDIR%%/menudata.js %%DOXYGEN%%%%DOCSDIR%%/namespaceHPCombi.html +%%DOXYGEN%%%%DOCSDIR%%/namespaceHPCombi_1_1detail.html %%DOXYGEN%%%%DOCSDIR%%/namespaceHPCombi_1_1power__helper.html %%DOXYGEN%%%%DOCSDIR%%/namespacelibsemigroups.html %%DOXYGEN%%%%DOCSDIR%%/namespacemembers.html %%DOXYGEN%%%%DOCSDIR%%/namespacemembers_func.html %%DOXYGEN%%%%DOCSDIR%%/namespacemembers_type.html %%DOXYGEN%%%%DOCSDIR%%/namespacemembers_vars.html %%DOXYGEN%%%%DOCSDIR%%/namespaces.html %%DOXYGEN%%%%DOCSDIR%%/namespacestd.html %%DOXYGEN%%%%DOCSDIR%%/nav_f.png %%DOXYGEN%%%%DOCSDIR%%/nav_fd.png %%DOXYGEN%%%%DOCSDIR%%/nav_g.png %%DOXYGEN%%%%DOCSDIR%%/nav_h.png %%DOXYGEN%%%%DOCSDIR%%/nav_hd.png %%DOXYGEN%%%%DOCSDIR%%/open.png +%%DOXYGEN%%%%DOCSDIR%%/pattern_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/perm16_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/perm16_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/perm16__impl_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/perm16__impl_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/perm__generic_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/perm__generic_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/perm__generic__impl_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/perm__generic__impl_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/power_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/power_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/search/all_0.js %%DOXYGEN%%%%DOCSDIR%%/search/all_1.js %%DOXYGEN%%%%DOCSDIR%%/search/all_10.js %%DOXYGEN%%%%DOCSDIR%%/search/all_11.js %%DOXYGEN%%%%DOCSDIR%%/search/all_12.js %%DOXYGEN%%%%DOCSDIR%%/search/all_13.js %%DOXYGEN%%%%DOCSDIR%%/search/all_14.js -%%DOXYGEN%%%%DOCSDIR%%/search/all_15.js %%DOXYGEN%%%%DOCSDIR%%/search/all_2.js %%DOXYGEN%%%%DOCSDIR%%/search/all_3.js %%DOXYGEN%%%%DOCSDIR%%/search/all_4.js %%DOXYGEN%%%%DOCSDIR%%/search/all_5.js %%DOXYGEN%%%%DOCSDIR%%/search/all_6.js %%DOXYGEN%%%%DOCSDIR%%/search/all_7.js %%DOXYGEN%%%%DOCSDIR%%/search/all_8.js %%DOXYGEN%%%%DOCSDIR%%/search/all_9.js %%DOXYGEN%%%%DOCSDIR%%/search/all_a.js %%DOXYGEN%%%%DOCSDIR%%/search/all_b.js %%DOXYGEN%%%%DOCSDIR%%/search/all_c.js %%DOXYGEN%%%%DOCSDIR%%/search/all_d.js %%DOXYGEN%%%%DOCSDIR%%/search/all_e.js %%DOXYGEN%%%%DOCSDIR%%/search/all_f.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_0.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_1.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_2.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_3.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_4.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_5.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_6.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_7.js %%DOXYGEN%%%%DOCSDIR%%/search/classes_8.js +%%DOXYGEN%%%%DOCSDIR%%/search/classes_9.js %%DOXYGEN%%%%DOCSDIR%%/search/close.svg %%DOXYGEN%%%%DOCSDIR%%/search/defines_0.js %%DOXYGEN%%%%DOCSDIR%%/search/defines_1.js -%%DOXYGEN%%%%DOCSDIR%%/search/defines_2.js %%DOXYGEN%%%%DOCSDIR%%/search/files_0.js %%DOXYGEN%%%%DOCSDIR%%/search/files_1.js %%DOXYGEN%%%%DOCSDIR%%/search/files_2.js %%DOXYGEN%%%%DOCSDIR%%/search/files_3.js %%DOXYGEN%%%%DOCSDIR%%/search/files_4.js %%DOXYGEN%%%%DOCSDIR%%/search/files_5.js %%DOXYGEN%%%%DOCSDIR%%/search/files_6.js %%DOXYGEN%%%%DOCSDIR%%/search/files_7.js %%DOXYGEN%%%%DOCSDIR%%/search/files_8.js %%DOXYGEN%%%%DOCSDIR%%/search/files_9.js +%%DOXYGEN%%%%DOCSDIR%%/search/files_a.js +%%DOXYGEN%%%%DOCSDIR%%/search/files_b.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_0.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_1.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_10.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_11.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_12.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_13.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_2.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_3.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_4.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_5.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_6.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_7.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_8.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_9.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_a.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_b.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_c.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_d.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_e.js %%DOXYGEN%%%%DOCSDIR%%/search/functions_f.js %%DOXYGEN%%%%DOCSDIR%%/search/mag.svg %%DOXYGEN%%%%DOCSDIR%%/search/mag_d.svg %%DOXYGEN%%%%DOCSDIR%%/search/mag_sel.svg %%DOXYGEN%%%%DOCSDIR%%/search/mag_seld.svg %%DOXYGEN%%%%DOCSDIR%%/search/namespaces_0.js %%DOXYGEN%%%%DOCSDIR%%/search/namespaces_1.js %%DOXYGEN%%%%DOCSDIR%%/search/namespaces_2.js %%DOXYGEN%%%%DOCSDIR%%/search/pages_0.js %%DOXYGEN%%%%DOCSDIR%%/search/related_0.js %%DOXYGEN%%%%DOCSDIR%%/search/search.css %%DOXYGEN%%%%DOCSDIR%%/search/search.js %%DOXYGEN%%%%DOCSDIR%%/search/searchdata.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_0.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_1.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_2.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_3.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_4.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_5.js %%DOXYGEN%%%%DOCSDIR%%/search/typedefs_6.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_0.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_1.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_2.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_3.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_4.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_5.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_6.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_7.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_8.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_9.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_a.js %%DOXYGEN%%%%DOCSDIR%%/search/variables_b.js -%%DOXYGEN%%%%DOCSDIR%%/search/variables_c.js %%DOXYGEN%%%%DOCSDIR%%/splitbar.png %%DOXYGEN%%%%DOCSDIR%%/splitbard.png %%DOXYGEN%%%%DOCSDIR%%/stringmonoid_8cpp-example.html %%DOXYGEN%%%%DOCSDIR%%/stringmonoid_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PPerm16-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PPerm16.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PPerm16.png %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PTransf16-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PTransf16.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PTransf16.png %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Perm16-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Perm16.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Perm16.png %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PermGeneric-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PermGeneric.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1PermGeneric.png +%%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1TPUBuild-members.html +%%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1TPUBuild.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Transf16-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Transf16.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Transf16.png %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Vect16-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Vect16.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1Vect16.png %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1VectGeneric-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1VectGeneric.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1VectGeneric.png %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1power__helper_1_1Monoid-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1power__helper_1_1Monoid.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1power__helper_1_1Monoid_3_01Perm16_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1power__helper_1_1Monoid_3_01Perm16_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1power__helper_1_1Monoid_3_01std_1_1string_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structHPCombi_1_1power__helper_1_1Monoid_3_01std_1_1string_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1equal__to_3_01HPCombi_1_1epu8_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1equal__to_3_01HPCombi_1_1epu8_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1BMat8_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1BMat8_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PPerm16_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PPerm16_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PTransf16_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PTransf16_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1Perm16_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1Perm16_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PermGeneric_3_01__Size_00_01Expo_01_4_01_4-members.html -%%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PermGeneric_3_01__Size_00_01Expo_01_4_01_4.html +%%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PermGeneric_3_01Size_00_01Expo_01_4_01_4-members.html +%%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1PermGeneric_3_01Size_00_01Expo_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1Transf16_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1Transf16_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1Vect16_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1Vect16_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1VectGeneric_3_01__Size_00_01Expo_01_4_01_4-members.html -%%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1VectGeneric_3_01__Size_00_01Expo_01_4_01_4.html +%%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1VectGeneric_3_01Size_00_01Expo_01_4_01_4-members.html +%%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1VectGeneric_3_01Size_00_01Expo_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1epu8_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1hash_3_01HPCombi_1_1epu8_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1less_3_01HPCombi_1_1epu8_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1less_3_01HPCombi_1_1epu8_01_4.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1not__equal__to_3_01HPCombi_1_1epu8_01_4-members.html %%DOXYGEN%%%%DOCSDIR%%/structstd_1_1not__equal__to_3_01HPCombi_1_1epu8_01_4.html %%DOXYGEN%%%%DOCSDIR%%/sync_off.png %%DOXYGEN%%%%DOCSDIR%%/sync_on.png %%DOXYGEN%%%%DOCSDIR%%/tab_a.png %%DOXYGEN%%%%DOCSDIR%%/tab_ad.png %%DOXYGEN%%%%DOCSDIR%%/tab_b.png %%DOXYGEN%%%%DOCSDIR%%/tab_bd.png %%DOXYGEN%%%%DOCSDIR%%/tab_h.png %%DOXYGEN%%%%DOCSDIR%%/tab_hd.png %%DOXYGEN%%%%DOCSDIR%%/tab_s.png %%DOXYGEN%%%%DOCSDIR%%/tab_sd.png %%DOXYGEN%%%%DOCSDIR%%/tabs.css -%%DOXYGEN%%%%DOCSDIR%%/testtools_8hpp.html -%%DOXYGEN%%%%DOCSDIR%%/testtools_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/timer_8h.html %%DOXYGEN%%%%DOCSDIR%%/timer_8h_source.html %%DOXYGEN%%%%DOCSDIR%%/vect16_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/vect16_8hpp_source.html %%DOXYGEN%%%%DOCSDIR%%/vect__generic_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/vect__generic_8hpp_source.html +%%DATADIR%%/HPCOMBI_VERSION +%%DATADIR%%/LICENSE +%%DATADIR%%/README.md