meta.yaml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # This file created by conda-build 3.24.0
  2. # meta.yaml template originally from:
  3. # /feedstock/recipe, last modified Thu May 25 16:31:52 2023
  4. # ------------------------------------------------
  5. package:
  6. name: conda-libmamba-solver
  7. version: 23.5.0
  8. source:
  9. folder: src/
  10. sha256: b796a867b4b2d40ab38159681f1db1c287385b85787be5199569d8f08326ca09
  11. url: https://github.com/conda/conda-libmamba-solver/archive/refs/tags/23.5.0.tar.gz
  12. build:
  13. number: '0'
  14. script: /croot/conda-libmamba-solver_1685032319139/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/bin/python
  15. -m pip install src/ -vv --no-deps --no-build-isolation
  16. script_env:
  17. - SETUPTOOLS_SCM_PRETEND_VERSION=23.5.0
  18. string: py39h06a4308_0
  19. requirements:
  20. host:
  21. - _libgcc_mutex 0.1 main
  22. - _openmp_mutex 5.1 1_gnu
  23. - ca-certificates 2023.01.10 h06a4308_0
  24. - editables 0.3 py39h06a4308_0
  25. - hatch-vcs 0.2.0 py39h06a4308_0
  26. - hatchling 1.12.2 py39h06a4308_0
  27. - ld_impl_linux-64 2.38 h1181459_1
  28. - libffi 3.4.4 h6a678d5_0
  29. - libgcc-ng 11.2.0 h1234567_1
  30. - libgomp 11.2.0 h1234567_1
  31. - libstdcxx-ng 11.2.0 h1234567_1
  32. - ncurses 6.4 h6a678d5_0
  33. - openssl 1.1.1t h7f8727e_0
  34. - packaging 23.0 py39h06a4308_0
  35. - pathspec 0.10.3 py39h06a4308_0
  36. - pip 23.0.1 py39h06a4308_0
  37. - pluggy 1.0.0 py39h06a4308_1
  38. - python 3.9.16 h7a1cb2a_2
  39. - readline 8.2 h5eee18b_0
  40. - setuptools 66.0.0 py39h06a4308_0
  41. - setuptools-scm 7.1.0 py39h06a4308_0
  42. - sqlite 3.41.2 h5eee18b_0
  43. - tk 8.6.12 h1ccaba5_0
  44. - tomli 2.0.1 py39h06a4308_0
  45. - typing-extensions 4.5.0 py39h06a4308_0
  46. - typing_extensions 4.5.0 py39h06a4308_0
  47. - tzdata 2023c h04d1e81_0
  48. - wheel 0.38.4 py39h06a4308_0
  49. - xz 5.4.2 h5eee18b_0
  50. - zlib 1.2.13 h5eee18b_0
  51. run:
  52. - boltons >=23.0.0
  53. - conda >=23.5.0
  54. - libmambapy >=1.4.1
  55. - python >=3.9,<3.10.0a0
  56. test:
  57. commands:
  58. - CONDA_SOLVER=libmamba conda create -n test --dry-run scipy
  59. - conda create --solver libmamba -n test --dry-run scipy
  60. imports:
  61. - conda_libmamba_solver
  62. about:
  63. description: 'The conda-libmamba-solver is a new solver for the conda package manager
  64. which uses the solver from the mamba project behind the scenes,
  65. while carefully implementing conda''s functionality and expected behaviors on
  66. top.
  67. The library used by mamba to do the heavy-lifting is called libsolv.
  68. '
  69. dev_url: https://github.com/conda/conda-libmamba-solver
  70. doc_url: https://conda.github.io/conda-libmamba-solver/
  71. home: https://github.com/conda/conda-libmamba-solver
  72. license: BSD-3-Clause
  73. license_family: BSD
  74. license_file: src/LICENSE
  75. summary: The fast mamba solver, now in conda!
  76. extra:
  77. copy_test_source_files: true
  78. final: true
  79. flow_run_id: 4d9f99fb-08ab-418d-8f3f-f53bd868a81a
  80. recipe-maintainers:
  81. - jaimergp
  82. - jezdez
  83. - wolfv
  84. remote_url: git@github.com:AnacondaRecipes/conda-libmamba-solver-feedstock.git
  85. sha: c7d0ef2101c305b2829f1cf25918b938506702ad
  86. skip-lints:
  87. - missing_pip_check