Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ace:
- 8.0.4
- 8.0.5
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -8,8 +8,6 @@ c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -27,6 +25,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.13.* *_cp313
target_platform:
- linux-64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ace:
- 8.0.4
- 8.0.5
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -8,8 +8,6 @@ c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -27,6 +25,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.13.* *_cp313
target_platform:
- linux-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '10.13'
ace:
- 8.0.4
- 8.0.5
c_compiler:
- clang
c_compiler_version:
Expand All @@ -29,6 +29,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.13.* *_cp313
target_platform:
- osx-64
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '11.0'
ace:
- 8.0.4
- 8.0.5
c_compiler:
- clang
c_compiler_version:
Expand All @@ -29,6 +29,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.13.* *_cp313
target_platform:
- osx-arm64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ace:
- 8.0.4
- 8.0.5
c_compiler:
- vs2022
c_stdlib:
Expand All @@ -19,6 +19,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- 3.13.* *_cp313
target_platform:
- win-64
28 changes: 14 additions & 14 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
name: Make SDist
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.1
with:
fetch-depth: 0

- name: Build SDist
run: pipx run build --sdist

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6.0.0
with:
name: cibw-sdist
path: dist/*.tar.gz
Expand All @@ -41,31 +41,31 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-14, macos-13]
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest, macos-15-intel]
include:
- os: ubuntu-latest
cibw_archs: x86_64
cibw_build: "*"
cibw_skip: "pp* *musllinux* cp314*"
cibw_skip: "pp* *musllinux* cp314t*"
- os: ubuntu-24.04-arm
cibw_archs: aarch64
cibw_build: "*"
cibw_skip: "cp38* pp* *musllinux* cp314*"
cibw_skip: "cp38* pp* *musllinux* cp314t*"
- os: windows-latest
cibw_archs: AMD64
cibw_build: "*"
cibw_skip: "pp* *musllinux* cp314*"
- os: macos-14
cibw_skip: "pp* *musllinux* cp314t*"
- os: macos-latest
cibw_archs: arm64
cibw_build: "*"
cibw_skip: "pp* *musllinux* cp314*"
- os: macos-13
cibw_skip: "pp* *musllinux* cp314t*"
- os: macos-15-intel
cibw_archs: x86_64
cibw_build: "*"
cibw_skip: "pp* *musllinux* cp314*"
cibw_skip: "pp* *musllinux* cp314t*"

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.1
with:
fetch-depth: 0

Expand All @@ -77,7 +77,7 @@ jobs:
CIBW_SKIP: ${{ matrix.cibw_skip }}

- name: Upload wheels
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6.0.0
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: wheelhouse/*.whl
Expand All @@ -93,14 +93,14 @@ jobs:
if: github.event_name == 'release' && github.event.action == 'published'

steps:
- uses: actions/download-artifact@v6
- uses: actions/download-artifact@v7
with:
pattern: cibw-*
path: dist
merge-multiple: true

- name: Generate artifact attestations
uses: actions/attest-build-provenance@v3.0.0
uses: actions/attest-build-provenance@v3.1.0
with:
subject-path: "dist/*"

Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,37 +23,37 @@ jobs:
fail-fast: false
matrix:
include:
- CONFIG: linux_64_python3.12.____cpython
SHORT_CONFIG: linux_64_python3.12.____cpython
- CONFIG: linux_64_python3.13.____cp313
SHORT_CONFIG: linux_64_python3.13.____cp313
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: linux_aarch64_python3.12.____cpython
SHORT_CONFIG: linux_aarch64_python3.12.____cpython
- CONFIG: linux_aarch64_python3.13.____cp313
SHORT_CONFIG: linux_aarch64_python3.13.____cp313
UPLOAD_PACKAGES: True
os: ubuntu
runs_on: ['ubuntu-latest']
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
- CONFIG: osx_64_python3.12.____cpython
SHORT_CONFIG: osx_64_python3.12.____cpython
- CONFIG: osx_64_python3.13.____cp313
SHORT_CONFIG: osx_64_python3.13.____cp313
UPLOAD_PACKAGES: True
os: macos
runs_on: ['macos-13']
- CONFIG: osx_arm64_python3.12.____cpython
SHORT_CONFIG: osx_arm64_python3.12.____cpython
runs_on: ['macos-15-intel']
- CONFIG: osx_arm64_python3.13.____cp313
SHORT_CONFIG: osx_arm64_python3.13.____cp313
UPLOAD_PACKAGES: True
os: macos
runs_on: ['macos-13']
- CONFIG: win_64_python3.12.____cpython
SHORT_CONFIG: win_64_python3.12.____cpython
runs_on: ['macos-15-intel']
- CONFIG: win_64_python3.13.____cp313
SHORT_CONFIG: win_64_python3.13.____cp313
UPLOAD_PACKAGES: True
os: windows
runs_on: ['windows-latest']
steps:

- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0

Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
fi

- name: Store conda build artifacts
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
if: ${{ always() && steps.prepare-artifacts.outcome == 'success' }}
with:
name: ${{ steps.prepare-artifacts.outputs.BLD_ARTIFACT_NAME }}
Expand All @@ -203,7 +203,7 @@ jobs:
continue-on-error: true

- name: Store conda build environment artifacts
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
# only relevant if build failed, see above
if: ${{ always() && steps.determine-status.outputs.status == 'failure' && steps.prepare-artifacts.outcome == 'success' }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
name: flake8-black
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.1
- name: Set up Python environment
uses: actions/setup-python@v6
with:
Expand Down
19 changes: 19 additions & 0 deletions .scripts/run_osx_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,25 @@ if [[ "${sha:-}" == "" ]]; then
sha=$(git rev-parse HEAD)
fi

if [[ "${OSX_SDK_DIR:-}" == "" ]]; then
if [[ "${CI:-}" == "" ]]; then
echo "Please set OSX_SDK_DIR to a directory where SDKs can be downloaded to. Aborting"
exit 1
else
export OSX_SDK_DIR=/opt/conda-sdks
/usr/bin/sudo mkdir -p "${OSX_SDK_DIR}"
/usr/bin/sudo chown "${USER}" "${OSX_SDK_DIR}"
fi
else
if tmpf=$(mktemp -p "$OSX_SDK_DIR" tmp.XXXXXXXX 2>/dev/null); then
rm -f "$tmpf"
echo "OSX_SDK_DIR is writeable without sudo, continuing"
else
echo "User-provided OSX_SDK_DIR is not writeable for current user! Aborting"
exit 1
fi
fi

echo -e "\n\nRunning the build setup script."
source run_conda_forge_build_setup

Expand Down
2 changes: 1 addition & 1 deletion recipes/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source:

build:
number: 0
skip: true # [os.environ.get("RENDER_LIMIT_PYTHON") and py != 312]
skip: true # [os.environ.get("RENDER_LIMIT_PYTHON") and py != 313]
run_exports:
- {{ pin_subpackage('digital_rf') }}
entry_points:
Expand Down
Loading