Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
22db529
Python 3.14 migration
cbourjau Apr 22, 2026
bbb7162
Use rattler-build
cbourjau Apr 22, 2026
6f3bade
Update runners
cbourjau Apr 22, 2026
4cb1c95
Rerender
cbourjau Apr 22, 2026
1729bf1
Fix lints
cbourjau Apr 23, 2026
a603d7a
Run gtests
cbourjau Apr 23, 2026
f43d475
Patch workflow
cbourjau Apr 23, 2026
013a296
Skip tests when cross-compiling
cbourjau Apr 23, 2026
b9e50c1
Sleep on windows
cbourjau Apr 23, 2026
b4ddaab
Remove redundant flags
cbourjau Apr 24, 2026
0ceeae9
Debug
cbourjau Apr 24, 2026
8178088
Enable contrib ops
cbourjau Apr 24, 2026
b621bf2
Explicitly delete Python cmake cache variables
cbourjau Apr 25, 2026
0c0eb26
Patch CMakeCache.txt directly
cbourjau Apr 25, 2026
256790e
Rerender to test conda builds
cbourjau Apr 26, 2026
53d6eb8
Remove cruft from build scripts and enable tests
cbourjau Apr 26, 2026
d3457f3
Fix cuda dependencies
cbourjau Apr 27, 2026
0f79f21
Use iconv from glibc
cbourjau Apr 27, 2026
55763ce
Build osx_arm64 natively
cbourjau Apr 27, 2026
2332847
Try to fix cuda dependencies
cbourjau Apr 27, 2026
d84bc2c
Patch MINIFORGE_HOME
cbourjau Apr 27, 2026
9724cd6
Pass cuda version to build script
cbourjau Apr 27, 2026
a61b7c5
Try namespace Windows runner
cbourjau Apr 27, 2026
de3e786
Set CUDA_HOME and use c++20
cbourjau Apr 27, 2026
8fa9d24
Remove dependencies form build stage that invalidate the cache
cbourjau Apr 27, 2026
68ded51
Fixes for rattler-build 0.63.1
cbourjau Apr 27, 2026
8a294e1
Set same cxx standard in -cpp and -python scripts
cbourjau Apr 27, 2026
9417bea
Try setting CUDAToolkit_ROOT
cbourjau Apr 27, 2026
f1211de
Use identical dependencies in -build and -python step
cbourjau Apr 28, 2026
739f3e5
Another try to make cuda find the right headers
cbourjau Apr 28, 2026
666a846
Disable cuda builds while debugging cache invalidation
cbourjau Apr 28, 2026
85eb668
Add ninja -d explain for debugging
cbourjau Apr 28, 2026
af69e8d
Fix copying from staging on Windows
cbourjau Apr 28, 2026
8b26351
Fix lint
cbourjau Apr 28, 2026
542e19a
Copy bin folder from staging
cbourjau Apr 28, 2026
53c4f88
Add more debugging diagnostic for cache invalidation
cbourjau Apr 28, 2026
0dfeb68
Try THREADS_PREFER_PTHREAD_FLAG=ON to avoid cache invalidation
cbourjau Apr 28, 2026
e041e7a
Add packaging dependency for cross-compilation
cbourjau Apr 28, 2026
ef24454
Add setuptools and wheel dependency
cbourjau Apr 28, 2026
6e420d1
Cross-building fixes
cbourjau Apr 28, 2026
b1f945d
Remove debug logic that breaks on windows
cbourjau Apr 28, 2026
953701e
Re-enable Python 3.10
cbourjau Apr 29, 2026
e901a3b
Clean up scripts and remove unused files from package
cbourjau Apr 29, 2026
add924b
Rerender with CUDA
cbourjau Apr 29, 2026
9dcca6c
Revert some file clean ups
cbourjau Apr 29, 2026
ae48510
Keep shared library in Python build
cbourjau Apr 30, 2026
dd1d48d
Try building 1.24.4
cbourjau Apr 30, 2026
eb1156e
Use C++ 17 to avoid module scanning issues and disable cuda-tests
cbourjau May 4, 2026
72e183d
Attempt to fix windows CUDA
cbourjau May 4, 2026
9407828
Attempt to fix Windows CUDA
cbourjau May 4, 2026
8f432b4
Don't look for .lib file
cbourjau May 4, 2026
66edfee
Skip windows-only cuda tests
cbourjau May 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 4 additions & 31 deletions .azure-pipelines/azure-pipelines-osx.yml

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

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-cpu-4xlarge
- namespace-profile-16cpu-on-linux-64
numpy:
- '2'
pin_run_as_build:
Expand All @@ -32,6 +32,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
suffix:
- ''
target_platform:
Expand All @@ -41,5 +45,3 @@ zip_keys:
- cxx_compiler_version
- c_stdlib_version
- cuda_compiler_version
zlib:
- '1'

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading