Skip to content

Commit

Permalink
revert: Enable SIMD optimizations (#49)
Browse files Browse the repository at this point in the history
* revert: Enable SIMD optimizations

* mamba v1.5.9's bug with microarch level package support does not hinder
  conda-forge builds of packages that rely on packages with microach levels,
  and so the SIMD optimizations can be reenabled.
   - Reverts PR #48.
* 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 081b3e6 commit 01080be
Show file tree
Hide file tree
Showing 25 changed files with 486 additions and 42 deletions.
40 changes: 30 additions & 10 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: 25 additions & 10 deletions .azure-pipelines/azure-pipelines-osx.yml

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

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ 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,6 +14,8 @@ 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,6 +14,8 @@ 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,6 +14,8 @@ 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,6 +14,8 @@ 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
31 changes: 31 additions & 0 deletions .ci_support/linux_64_microarch_level3python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
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
max_pin: x.x
python:
- 3.10.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- channel_sources
31 changes: 31 additions & 0 deletions .ci_support/linux_64_microarch_level3python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
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
max_pin: x.x
python:
- 3.11.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- channel_sources
31 changes: 31 additions & 0 deletions .ci_support/linux_64_microarch_level3python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
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
max_pin: x.x
python:
- 3.12.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- channel_sources
31 changes: 31 additions & 0 deletions .ci_support/linux_64_microarch_level3python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
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
max_pin: x.x
python:
- 3.13.* *_cp313
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- channel_sources
31 changes: 31 additions & 0 deletions .ci_support/linux_64_microarch_level3python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
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
max_pin: x.x
python:
- 3.9.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ cxx_compiler_version:
- '17'
macos_machine:
- x86_64-apple-darwin13.4.0
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 @@ -16,6 +16,8 @@ cxx_compiler_version:
- '17'
macos_machine:
- x86_64-apple-darwin13.4.0
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 @@ -16,6 +16,8 @@ cxx_compiler_version:
- '17'
macos_machine:
- x86_64-apple-darwin13.4.0
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 @@ -16,6 +16,8 @@ cxx_compiler_version:
- '17'
macos_machine:
- x86_64-apple-darwin13.4.0
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 @@ -16,6 +16,8 @@ cxx_compiler_version:
- '17'
macos_machine:
- x86_64-apple-darwin13.4.0
microarch_level:
- '1'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
31 changes: 31 additions & 0 deletions .ci_support/osx_64_microarch_level3python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
macos_machine:
- x86_64-apple-darwin13.4.0
microarch_level:
- '3'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- channel_sources
Loading

0 comments on commit 01080be

Please sign in to comment.