# This file created by conda-build 3.20.5 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Thu Nov 19 09:23:33 2020 # ------------------------------------------------ package: name: metis version: 5.1.0 source: fn: metis-5.1.0.tar.gz patches: - vc14.patch sha256: 76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2 url: http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz build: binary_relocation: true ignore_run_exports: - libstdcxx-ng number: '1006' run_exports: - metis >=5.1.0,<5.2.0a0 string: h58526e2_1006 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 1_gnu - binutils_impl_linux-64 2.35.1 h17ad2fc_0 - binutils_linux-64 2.35 hc3fd857_29 - bzip2 1.0.8 h516909a_3 - c-ares 1.16.1 h516909a_3 - ca-certificates 2020.11.8 ha878542_0 - cmake 3.18.4 h1f3970d_0 - expat 2.2.9 he1b5a44_2 - gcc_impl_linux-64 7.5.0 hda68d29_13 - gcc_linux-64 7.5.0 he2a3fca_29 - gxx_impl_linux-64 7.5.0 h64c220c_13 - gxx_linux-64 7.5.0 h547f3ba_29 - kernel-headers_linux-64 2.6.32 h77966d4_13 - krb5 1.17.2 h926e7f8_0 - ld_impl_linux-64 2.35.1 hed1e6ac_0 - libcurl 7.71.1 hcdd3856_8 - libedit 3.1.20191231 he28a2e2_2 - libev 4.33 h516909a_1 - libgcc-ng 9.3.0 h5dbcf3e_17 - libgomp 9.3.0 h5dbcf3e_17 - libnghttp2 1.41.0 h8cfc5f6_2 - libssh2 1.9.0 hab1572f_5 - libstdcxx-ng 9.3.0 h2ae2ef3_17 - libuv 1.40.0 hd18ef5c_0 - make 4.3 hd18ef5c_1 - ncurses 6.2 h58526e2_4 - openssl 1.1.1h h516909a_0 - rhash 1.3.6 h516909a_1001 - sysroot_linux-64 2.12 h77966d4_13 - tk 8.6.10 hed695b0_1 - xz 5.2.5 h516909a_1 - zlib 1.2.11 h516909a_1010 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 1_gnu - libgcc-ng 9.3.0 h5dbcf3e_17 - libgomp 9.3.0 h5dbcf3e_17 run: - libgcc-ng >=7.5.0 test: commands: - graphchk - cmpfillin -h - mpmetis -h - gpmetis -h - ndmetis -h - gpmetis -h - m2gmetis -h - test -f $PREFIX/include/metis.h - test -f $PREFIX/lib/libmetis.so source_files: - graphs about: description: 'METIS is a set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices. The algorithms implemented in METIS are based on the multilevel recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes developed in our lab. ' doc_url: http://glaros.dtc.umn.edu/gkhome/metis/metis/faq home: http://glaros.dtc.umn.edu/gkhome/metis/metis/overview license: Apache-2.0 license_file: LICENSE.txt summary: METIS - Serial Graph Partitioning and Fill-reducing Matrix Ordering extra: copy_test_source_files: true final: true recipe-maintainers: - SylvainCorlay - basnijholt