diff --git a/recipes/discosnp/build_failure.linux-64.yaml b/recipes/discosnp/build_failure.linux-64.yaml deleted file mode 100644 index 36e228acf4cb3..0000000000000 --- a/recipes/discosnp/build_failure.linux-64.yaml +++ /dev/null @@ -1,104 +0,0 @@ -recipe_sha: a7e3e38960e4e4a8d354171cfb508be2659ac6c56df37c60499cdbce91fe0786 # The commit at which this recipe failed to build. -skiplist: true # Set to true to skiplist this recipe so that it will be ignored as long as its latest commit is the one given above. -log: |- - The following NEW packages will be INSTALLED: - - _libgcc_mutex: 0.1-conda_forge conda-forge - _openmp_mutex: 4.5-2_gnu conda-forge - libgcc-ng: 12.2.0-h65d4601_19 conda-forge - libgomp: 12.2.0-h65d4601_19 conda-forge - libstdcxx-ng: 12.2.0-h46fd767_19 conda-forge - libzlib: 1.2.13-h166bdaf_4 conda-forge - zlib: 1.2.13-h166bdaf_4 conda-forge - - Preparing transaction: ...working... done - Verifying transaction: ...working... done - Executing transaction: ...working... done - [34mReloading output folder: [0m[34m/opt/conda/[0m[34mconda-bld[0m - [?25l[2K[0G[] 0.0s - [2K[1A[2K[0Gopt/conda/conda-bld/linux-64 129.0 B @ 638.6kB/s 0.0s - opt/conda/conda-bld/noarch 127.0 B @ 2.9MB/s 0.0s - [?25h[34mReloading output folder: [0m[34m/opt/conda/[0m[34mconda-bld[0m - [?25l[2K[0G[] 0.0s - opt/conda/conda-bl.. [2K[1A[2K[0Gopt/conda/conda-bld/linux-64 - opt/conda/conda-bld/noarch 127.0 B @ 2.1MB/s 0.0s - [?25hMamba failed to solve: - - libzlib >=1.2.13,<1.3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.0 - - zlib - - bwa - - shortreadconnector - - with channels: - - conda-forge - - bioconda - - defaults - - The reported errors are: - - Encountered problems while solving: - - - package shortreadconnector-1.1.3-1 requires zlib 1.2.11*, but none of the providers can be installed - - - - Leaving build/test directories: - Work: - /opt/conda/conda-bld/work - Test: - /opt/conda/conda-bld/test_tmp - Leaving build/test environments: - Test: - source activate /opt/conda/conda-bld/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl - Build: - source activate /opt/conda/conda-bld/_build_env - - - Traceback (most recent call last): - File "/opt/conda/lib/python3.8/site-packages/boa/cli/mambabuild.py", line 141, in mamba_get_install_actions - solution = solver.solve_for_action(_specs, prefix) - File "/opt/conda/lib/python3.8/site-packages/boa/core/solver.py", line 230, in solve_for_action - t = self.solve(specs) - File "/opt/conda/lib/python3.8/site-packages/boa/core/solver.py", line 220, in solve - raise RuntimeError("Solver could not find solution." error_string) - RuntimeError: Solver could not find solution.Mamba failed to solve: - - libzlib >=1.2.13,<1.3.0a0 - - libgcc-ng >=12 - - libstdcxx-ng >=12 - - python >=3.0 - - zlib - - bwa - - shortreadconnector - - with channels: - - conda-forge - - bioconda - - defaults - - The reported errors are: - - Encountered problems while solving: - - - package shortreadconnector-1.1.3-1 requires zlib 1.2.11*, but none of the providers can be installed - - - - During handling of the above exception, another exception occurred: - - Traceback (most recent call last): - File "/opt/conda/bin/conda-mambabuild", line 10, in - sys.exit(main()) - File "/opt/conda/lib/python3.8/site-packages/boa/cli/mambabuild.py", line 256, in main - call_conda_build(action, config) - File "/opt/conda/lib/python3.8/site-packages/boa/cli/mambabuild.py", line 228, in call_conda_build - result = api.build( - File "/opt/conda/lib/python3.8/site-packages/conda_build/api.py", line 180, in build - return build_tree( - File "/opt/conda/lib/python3.8/site-packages/conda_build/build.py", line 3078, in build_tree - packages_from_this = build(metadata, stats, - File "/opt/conda/lib/python3.8/site-packages/conda_build/build.py", line 2115, in build - create_build_envs(top_level_pkg, notest) - File "/opt/conda/lib/python3.8/site-packages/conda_build/build.py", line 1993, in create_build_envs - raise e - File "/opt/conda/lib/python3.8/site-packages/conda_build/build.py", line 1972, in create_build_envs - environ.get_install_actions(m.config.test_prefix, - File "/opt/conda/lib/python3.8/site-packages/boa/cli/mambabuild.py", line 150, in mamba_get_install_actions - raise err - conda_build.exceptions.DependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {MatchSpec("zlib=1.2.11"), MatchSpec("shortreadconnector==1.1.3=1")} -# Last 100 lines of the build log. diff --git a/recipes/discosnp/meta.yaml b/recipes/discosnp/meta.yaml index bfdd3480ced33..aa63f1e864baf 100644 --- a/recipes/discosnp/meta.yaml +++ b/recipes/discosnp/meta.yaml @@ -10,7 +10,8 @@ source: sha256: {{ sha256 }} build: - number: 2 + number: 3 + skip: True # [osx] requirements: build: @@ -23,7 +24,7 @@ requirements: run: - zlib - bwa - - shortreadconnector + - short-read-connector - python >=3.0 test: