# This file created by conda-build 3.23.3 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Tue Jan 17 10:11:37 2023 # ------------------------------------------------ package: name: proj version: 9.1.1 source: patches: - 0001-disable-geodsigntest.patch - 0002-add-proj-networking-state-cache-inf.patch sha256: 003cd4010e52bb5eb8f7de1c143753aa830c8902b6ed01209f294846e40e6d39 url: https://download.osgeo.org/proj/proj-9.1.1.tar.gz build: number: '2' run_exports: - proj >=9.1.1,<9.1.2.0a0 string: h8ffa02c_2 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - binutils_impl_linux-64 2.39 he00db2b_1 - binutils_linux-64 2.39 h5fc0e48_11 - bzip2 1.0.8 h7f98852_4 - c-ares 1.18.1 h7f98852_0 - ca-certificates 2022.12.7 ha878542_0 - cmake 3.25.1 h816a3e0_0 - expat 2.5.0 h27087fc_0 - gcc_impl_linux-64 11.3.0 hab1b70f_19 - gcc_linux-64 11.3.0 he6f903b_11 - gxx_impl_linux-64 11.3.0 hab1b70f_19 - gxx_linux-64 11.3.0 hc203a17_11 - kernel-headers_linux-64 2.6.32 he073ed8_15 - keyutils 1.6.1 h166bdaf_0 - krb5 1.20.1 h81ceb04_0 - ld_impl_linux-64 2.39 hcc3a1bd_1 - libcurl 7.87.0 hdc1c0ab_0 - libedit 3.1.20191231 he28a2e2_2 - libev 4.33 h516909a_1 - libgcc-devel_linux-64 11.3.0 h210ce93_19 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libnghttp2 1.51.0 hff17c54_0 - libsanitizer 11.3.0 h239ccf8_19 - libssh2 1.10.0 hf14f497_3 - libstdcxx-devel_linux-64 11.3.0 h210ce93_19 - libstdcxx-ng 12.2.0 h46fd767_19 - libuv 1.44.2 h166bdaf_0 - libzlib 1.2.13 h166bdaf_4 - make 4.3 hd18ef5c_1 - ncurses 6.3 h27087fc_1 - openssl 3.0.7 h0b41bf4_1 - rhash 1.4.3 h166bdaf_0 - sysroot_linux-64 2.12 he073ed8_15 - xz 5.2.6 h166bdaf_0 - zlib 1.2.13 h166bdaf_4 - zstd 1.5.2 h6239696_4 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - c-ares 1.18.1 h7f98852_0 - ca-certificates 2022.12.7 ha878542_0 - jpeg 9e h166bdaf_2 - keyutils 1.6.1 h166bdaf_0 - krb5 1.20.1 h81ceb04_0 - lerc 4.0.0 h27087fc_0 - libcurl 7.87.0 hdc1c0ab_0 - libdeflate 1.17 h0b41bf4_0 - libedit 3.1.20191231 he28a2e2_2 - libev 4.33 h516909a_1 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libnghttp2 1.51.0 hff17c54_0 - libsqlite 3.40.0 h753d276_0 - libssh2 1.10.0 hf14f497_3 - libstdcxx-ng 12.2.0 h46fd767_19 - libtiff 4.5.0 h6adf6a1_2 - libwebp-base 1.2.4 h166bdaf_0 - libzlib 1.2.13 h166bdaf_4 - ncurses 6.3 h27087fc_1 - openssl 3.0.7 h0b41bf4_1 - readline 8.1.2 h0f457ee_0 - sqlite 3.40.0 h4ff8645_0 - xz 5.2.6 h166bdaf_0 - zstd 1.5.2 h6239696_4 run: - libcurl >=7.87.0,<8.0a0 - libgcc-ng >=12 - libsqlite >=3.40.0,<4.0a0 - libstdcxx-ng >=12 - libtiff >=4.5.0,<4.6.0a0 - sqlite run_constrained: - proj4 ==999999999999 test: commands: - test -f ${PREFIX}/lib/libproj${SHLIB_EXT} - test ! -f ${PREFIX}/lib/libproj.a - echo -105 40 | proj +proj=utm +zone=13 +ellps=WGS84 - echo -117 30 | cs2cs +proj=latlong +datum=NAD27 +to +proj=latlong +datum=NAD83 - echo -105 40 | cs2cs +init=epsg:4326 +to +init=epsg:2975 about: home: https://proj.org/ license: MIT license_file: COPYING summary: Cartographic Projections and Coordinate Transformations Library extra: copy_test_source_files: true final: true recipe-maintainers: - hobu - msarahan - mwtoews - ocefpaf - pelson - snowman2 - xylar