Skip to content

Commit

Permalink
revert: Revert SIMD optimizations until mamba support fixed (#48)
Browse files Browse the repository at this point in the history
* revert: Revert SIMD optimizations until mamba support fixed

* mamba v1.5.9 has a bug that causes the mamba solver to be unable to solve
  for x86 microarch level packages. This makes is impossible for mamba or
  micromamba to install packages built with them. This causes conda-forge
  to be unable to build packages that have a dependency on a package with
  microach level distributions.
* Bump build number.

* MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.39.1, and conda-forge-pinning 2024.09.13.11.38.09

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
matthewfeickert and conda-forge-webservices[bot] authored Sep 13, 2024
1 parent 7fb9229 commit 081b3e6
Show file tree
Hide file tree
Showing 25 changed files with 42 additions and 486 deletions.
40 changes: 10 additions & 30 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 10 additions & 25 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 0 additions & 31 deletions .ci_support/linux_64_microarch_level1python3.11.____cpython.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .ci_support/linux_64_microarch_level1python3.12.____cpython.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .ci_support/linux_64_microarch_level1python3.13.____cp313.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .ci_support/linux_64_microarch_level1python3.9.____cpython.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .ci_support/linux_64_microarch_level3python3.10.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
microarch_level:
- '1'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
microarch_level:
- '3'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
microarch_level:
- '3'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
microarch_level:
- '3'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
microarch_level:
- '3'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
31 changes: 0 additions & 31 deletions .ci_support/osx_64_microarch_level1python3.10.____cpython.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .ci_support/osx_64_microarch_level1python3.11.____cpython.yaml

This file was deleted.

Loading

0 comments on commit 081b3e6

Please sign in to comment.