# This file created by conda-build 3.21.8 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Sun Apr 24 14:51:40 2022 # ------------------------------------------------ package: name: ceres-solver version: 2.1.0 source: sha256: f7d74eecde0aed75bfc51ec48c91d01fe16a6bf16bce1987a7073286701e2fc6 url: http://ceres-solver.org/ceres-solver-2.1.0.tar.gz build: number: '1' run_exports: - ceres-solver >=2.1.0,<2.2.0a0 - eigen >=3.4.0,<3.4.1.0a0 string: hf302a74_1 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - binutils_impl_linux-64 2.36.1 h193b22a_2 - binutils_linux-64 2.36 hf3e587d_9 - bzip2 1.0.8 h7f98852_4 - c-ares 1.18.1 h7f98852_0 - ca-certificates 2021.10.8 ha878542_0 - cmake 3.23.1 h5432695_0 - expat 2.4.8 h27087fc_0 - gcc_impl_linux-64 10.3.0 hf2f2afa_16 - gcc_linux-64 10.3.0 hc39de41_9 - gxx_impl_linux-64 10.3.0 hf2f2afa_16 - gxx_linux-64 10.3.0 h2593f52_9 - kernel-headers_linux-64 2.6.32 he073ed8_15 - keyutils 1.6.1 h166bdaf_0 - krb5 1.19.3 h08a2579_0 - ld_impl_linux-64 2.36.1 hea4e1c9_2 - libcurl 7.82.0 h2283fc2_0 - libedit 3.1.20191231 he28a2e2_2 - libev 4.33 h516909a_1 - libgcc-devel_linux-64 10.3.0 he6cfe16_16 - libgcc-ng 11.2.0 h1d223b6_16 - libgomp 11.2.0 h1d223b6_16 - libnghttp2 1.47.0 he49606f_0 - libsanitizer 10.3.0 h26c7422_16 - libssh2 1.10.0 ha35d2d1_2 - libstdcxx-devel_linux-64 10.3.0 he6cfe16_16 - libstdcxx-ng 11.2.0 he4da1e4_16 - libuv 1.43.0 h7f98852_0 - libzlib 1.2.11 h166bdaf_1014 - lz4-c 1.9.3 h9c3ff4c_1 - make 4.3 hd18ef5c_1 - ncurses 6.3 h27087fc_1 - openssl 3.0.2 h166bdaf_1 - rhash 1.4.1 h7f98852_0 - sysroot_linux-64 2.12 he073ed8_15 - xz 5.2.5 h516909a_1 - zlib 1.2.11 h166bdaf_1014 - zstd 1.5.2 ha95c52a_0 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - eigen 3.4.0 h4bd325d_0 - gflags 2.2.2 he1b5a44_1004 - glog 0.6.0 h6f12383_0 - gmp 6.2.1 h58526e2_0 - libblas 3.8.0 11_h6e990d7_netlib - libcblas 3.8.0 11_h6e990d7_netlib - libgcc-ng 11.2.0 h1d223b6_16 - libgfortran-ng 7.5.0 h14aa051_20 - libgfortran4 7.5.0 h14aa051_20 - libgomp 11.2.0 h1d223b6_16 - liblapack 3.8.0 11_h6e990d7_netlib - libstdcxx-ng 11.2.0 he4da1e4_16 - metis 5.1.0 h58526e2_1006 - mpfr 4.1.0 h9202a9a_1 - suitesparse 5.10.1 h9e50725_1 - tbb 2021.5.0 h924138e_1 run: - eigen - gflags >=2.2.2,<2.3.0a0 - glog >=0.6.0,<0.7.0a0 - libblas >=3.8.0,<4.0a0 - libcblas >=3.8.0,<4.0a0 - libgcc-ng >=10.3.0 - liblapack >=3.8.0,<4.0a0 - libstdcxx-ng >=10.3.0 - suitesparse >=5.10.1,<6.0a0 - tbb test: commands: - test -f ${PREFIX}/include/ceres/ceres.h - test -f ${PREFIX}/lib/libceres${SHLIB_EXT} about: home: http://ceres-solver.org license: BSD-3-Clause license_file: LICENSE summary: A large scale non-linear optimization library extra: copy_test_source_files: true final: true recipe-maintainers: - jschueller - seanyen