# This file created by conda-build 3.21.4 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Sat Aug 28 07:01:54 2021 # ------------------------------------------------ package: name: eigen version: 3.4.0 source: fn: eigen-3.4.0.tar.gz sha256: 8586084f71f9bde545ee7fa6d00288b264a2b7ac3607b974e54d13e7162c1c72 url: https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz build: number: '0' string: h4bd325d_0 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 1_gnu - binutils_impl_linux-64 2.36.1 h193b22a_2 - binutils_linux-64 2.36 hf3e587d_0 - bzip2 1.0.8 h7f98852_4 - c-ares 1.17.2 h7f98852_0 - ca-certificates 2021.5.30 ha878542_0 - cmake 3.21.2 h8897547_0 - expat 2.4.1 h9c3ff4c_0 - gcc_impl_linux-64 9.4.0 h03d3576_8 - gcc_linux-64 9.4.0 h391b98a_0 - gxx_impl_linux-64 9.4.0 h03d3576_8 - gxx_linux-64 9.4.0 h0316aca_0 - kernel-headers_linux-64 2.6.32 he073ed8_14 - krb5 1.19.2 hcc1bbae_0 - ld_impl_linux-64 2.36.1 hea4e1c9_2 - libcurl 7.78.0 h2574ce0_0 - libedit 3.1.20191231 he28a2e2_2 - libev 4.33 h516909a_1 - libgcc-devel_linux-64 9.4.0 hd854feb_8 - libgcc-ng 11.1.0 hc902ee8_8 - libgomp 11.1.0 hc902ee8_8 - libnghttp2 1.43.0 h812cca2_0 - libsanitizer 9.4.0 h79bfe98_8 - libssh2 1.9.0 ha56f1ee_6 - libstdcxx-devel_linux-64 9.4.0 hd854feb_8 - libstdcxx-ng 11.1.0 h56837e0_8 - libuv 1.42.0 h7f98852_0 - lz4-c 1.9.3 h9c3ff4c_1 - make 4.3 hd18ef5c_1 - ncurses 6.2 h58526e2_4 - openssl 1.1.1k h7f98852_1 - rhash 1.4.1 h7f98852_0 - sysroot_linux-64 2.12 he073ed8_14 - tk 8.6.11 h21135ba_0 - xz 5.2.5 h516909a_1 - zlib 1.2.11 h516909a_1010 - zstd 1.5.0 ha95c52a_0 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 1_gnu - libgcc-ng 11.1.0 hc902ee8_8 - libgomp 11.1.0 hc902ee8_8 - libstdcxx-ng 11.1.0 h56837e0_8 run: - libgcc-ng >=9.4.0 - libstdcxx-ng >=9.4.0 test: commands: - test -d ${PREFIX}/include/eigen3 files: - test.cc requires: - gxx_linux-64 9.* about: home: http://eigen.tuxfamily.org/ license: MPL-2.0 summary: C++ template library for linear algebra extra: copy_test_source_files: true final: true recipe-maintainers: - jakirkham - jschueller - patricksnape - seanyen