# This file created by conda-build 3.22.0 # meta.yaml template originally from: # /home/conda/recipe_root, last modified Wed Nov 30 05:05:34 2022 # ------------------------------------------------ package: name: nspr version: '4.35' source: sha256: 7ea3297ea5969b5d25a5dd8d47f2443cda88e9ee746301f6e1e1426f8a6abc8f url: https://ftp.mozilla.org/pub/nspr/releases/v4.35/src/nspr-4.35.tar.gz build: number: '0' run_exports: - nspr >=4.35,<5.0a0 string: h27087fc_0 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - autoconf 2.69 pl5321hd708f79_11 - binutils_impl_linux-64 2.39 he00db2b_1 - binutils_linux-64 2.39 h5fc0e48_11 - gcc_impl_linux-64 10.4.0 h5231bdf_19 - gcc_linux-64 10.4.0 h9215b83_11 - gnuconfig 2020.11.07 hd8ed1ab_0 - gxx_impl_linux-64 10.4.0 h5231bdf_19 - gxx_linux-64 10.4.0 h6e491c6_11 - kernel-headers_linux-64 2.6.32 he073ed8_15 - ld_impl_linux-64 2.39 hcc3a1bd_1 - libgcc-devel_linux-64 10.4.0 hd38fd1e_19 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libnsl 2.0.0 h7f98852_0 - libsanitizer 10.4.0 h5246dfb_19 - libstdcxx-devel_linux-64 10.4.0 hd38fd1e_19 - libstdcxx-ng 12.2.0 h46fd767_19 - m4 1.4.18 h516909a_1001 - make 4.3 hd18ef5c_1 - perl 5.32.1 2_h7f98852_perl5 - sed 4.8 he412f7d_0 - sysroot_linux-64 2.12 he073ed8_15 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libstdcxx-ng 12.2.0 h46fd767_19 run: - libgcc-ng >=12 - libstdcxx-ng >=12 test: commands: - test -f ${PREFIX}/lib/libnspr4${SHLIB_EXT} - test -f ${PREFIX}/lib/libplc4${SHLIB_EXT} - test -f ${PREFIX}/lib/libplds4${SHLIB_EXT} - test -d ${PREFIX}/include/nspr - test -f ${PREFIX}/bin/nspr-config about: description: 'NetScape Portable Runtime (NSPR) provides platform independence for non-GUI operating system facilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management (malloc and free) and shared library linking. ' dev_url: https://developer.mozilla.org/en-US/docs/MDN doc_url: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR home: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR license: MPL-2.0 license_file: nspr/LICENSE summary: A platform-neutral API for system level and libc-like functions. extra: copy_test_source_files: true final: true recipe-maintainers: - jakirkham - marcelotrevisani