meta.yaml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # This file created by conda-build 3.21.5
  2. # meta.yaml template originally from:
  3. # /tmp/build/80754af9/rsync-recipes/libev-4.33-on-linux_64, last modified Sat May 29 05:28:47 2021
  4. # ------------------------------------------------
  5. package:
  6. name: libev
  7. version: '4.33'
  8. source:
  9. fn: libev-4.33.tar.gz
  10. sha256: 507eb7b8d1015fbec5b935f34ebed15bf346bed04a11ab82b8eee848c4205aea
  11. url: http://dist.schmorp.de/libev/Attic/libev-4.33.tar.gz
  12. build:
  13. number: '1'
  14. run_exports:
  15. - libev >=4.33,<4.34.0a0
  16. string: h7f8727e_1
  17. requirements:
  18. build:
  19. - _libgcc_mutex 0.1 main
  20. - _openmp_mutex 4.5 1_gnu
  21. - _sysroot_linux-64_curr_repodata_hack 3 haa98f57_10
  22. - binutils_impl_linux-64 2.35.1 h27ae35d_9
  23. - binutils_linux-64 2.35.1 h454624a_30
  24. - gcc_impl_linux-64 7.5.0 h7105cf2_17
  25. - gcc_linux-64 7.5.0 h8f34230_30
  26. - kernel-headers_linux-64 3.10.0 h57e8cba_10
  27. - ld_impl_linux-64 2.35.1 h7274673_9
  28. - libgcc-devel_linux-64 7.5.0 hbbeae57_17
  29. - libgcc-ng 9.3.0 h5101ec6_17
  30. - libgomp 9.3.0 h5101ec6_17
  31. - libstdcxx-ng 9.3.0 hd4cf53a_17
  32. - libtool 2.4.6 h7b6447c_1005
  33. - make 4.2.1 h1bed415_1
  34. - sysroot_linux-64 2.17 h57e8cba_10
  35. host:
  36. - _libgcc_mutex 0.1 main
  37. - _openmp_mutex 4.5 1_gnu
  38. - libgcc-ng 9.3.0 h5101ec6_17
  39. - libgomp 9.3.0 h5101ec6_17
  40. run:
  41. - libgcc-ng >=7.5.0
  42. about:
  43. home: http://software.schmorp.de/pkg/libev.html
  44. license: BSD-2-Clause
  45. license_family: BSD
  46. license_file: LICENSE
  47. summary: A full-featured and high-performance event loop that is loosely modeled
  48. after libevent, but without its limitations and bugs.
  49. extra:
  50. copy_test_source_files: true
  51. final: true
  52. recipe-maintainers:
  53. - carlodri
  54. - petercable
  55. - wolfv