123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- # This file created by conda-build 3.24.0
- # meta.yaml template originally from:
- # /feedstock/recipe, last modified Wed May 3 11:21:24 2023
- # ------------------------------------------------
- package:
- name: xz
- version: 5.4.2
- source:
- sha256: aa49909cbd9028c4666a35fa4975f9a6203ed98154fbb8223ee43ef9ceee97c3
- url: https://sourceforge.net/projects/lzmautils/files/xz-5.4.2.tar.bz2
- build:
- number: '0'
- run_exports:
- - xz >=5.4.2,<6.0a0
- string: h5eee18b_0
- requirements:
- build:
- - _libgcc_mutex 0.1 main
- - _openmp_mutex 5.1 1_gnu
- - _sysroot_linux-64_curr_repodata_hack 3 haa98f57_10
- - autoconf 2.71 pl5340h5eee18b_0
- - automake 1.16.5 pl5340h06a4308_1
- - binutils_impl_linux-64 2.38 h2a08ee3_1
- - binutils_linux-64 2.38.0 hc2dff05_0
- - gcc_impl_linux-64 11.2.0 h1234567_1
- - gcc_linux-64 11.2.0 h5c386dc_0
- - gdbm 1.18 hd4cb3f1_4
- - kernel-headers_linux-64 3.10.0 h57e8cba_10
- - ld_impl_linux-64 2.38 h1181459_1
- - libgcc-devel_linux-64 11.2.0 h1234567_1
- - libgcc-ng 11.2.0 h1234567_1
- - libgomp 11.2.0 h1234567_1
- - libstdcxx-ng 11.2.0 h1234567_1
- - libtool 2.4.6 h6a678d5_1009
- - m4 1.4.18 h4e445db_0
- - make 4.2.1 h1bed415_1
- - ncurses 6.4 h6a678d5_0
- - perl 5.34.0 h5eee18b_2
- - readline 8.2 h5eee18b_0
- - sysroot_linux-64 2.17 h57e8cba_10
- host:
- - _libgcc_mutex 0.1 main
- - _openmp_mutex 5.1 1_gnu
- - libgcc-ng 11.2.0 h1234567_1
- - libgomp 11.2.0 h1234567_1
- run:
- - libgcc-ng >=11.2.0
- test:
- commands:
- - xz --help
- - unxz --help
- - lzma --help
- - conda inspect linkages -p $PREFIX $PKG_NAME
- requires:
- - conda-build
- about:
- description: 'XZ Utils is free general-purpose data compression software with a
- high
- compression ratio. XZ Utils were written for POSIX-like systems, but also
- work on some not-so-POSIX systems.
- '
- dev_url: https://git.tukaani.org/
- doc_url: https://tukaani.org/xz/
- home: https://tukaani.org/xz/
- license: LGPL-2.1-or-later and GPL-2.0-or-later
- license_family: GPL2
- license_file: COPYING
- summary: Data compression software with high compression ratio
- extra:
- copy_test_source_files: true
- final: true
- flow_run_id: d050efff-c61c-41e5-b2a8-b750c8fe6359
- recipe-maintainers:
- - mingwandroid
- - msarahan
- - nehaljwani
- - ocefpaf
- - scopatz
- remote_url: git@github.com:AnacondaRecipes/xz-feedstock.git
- sha: 294420da988ce232ceac1dce59abda757adab827
|