Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/build_cuda11_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
os: [windows-2019, ubuntu-22.04]
cibw_archs: ["auto64"]
cibw_build: ["cp39", "cp310", "cp311", "cp312"]
cibw_build: ["cp39", "cp310", "cp311", "cp312", "cp313"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
python -m pip install cibuildwheel delvewheel wheel

- name: Building wheels
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_cuda12_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
os: [windows-2019, ubuntu-22.04]
cibw_archs: ["auto64"]
cibw_build: ["cp39", "cp310", "cp311", "cp312"]
cibw_build: ["cp39", "cp310", "cp311", "cp312", "cp313"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
python -m pip install cibuildwheel delvewheel wheel

- name: Building wheels
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-22.04, macos-13, windows-latest, ubuntu-22.04-arm]
cibw_archs: ["auto64"]
cibw_build: ["cp39", "cp310", "cp311", "cp312"]
cibw_build: ["cp39", "cp310", "cp311", "cp312", "cp313"]

steps:
- uses: actions/checkout@v3
Expand All @@ -32,7 +32,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
python -m pip install cibuildwheel delvewheel wheel

- name: Building wheels
run: |
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2 delocate wheel
python -m pip install cibuildwheel delocate wheel

- name: Building wheels
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_cuda11_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [windows-2019, ubuntu-22.04]
cibw_archs: ["auto64"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
python -m pip install cibuildwheel delvewheel wheel

- name: Building wheels
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_cuda12_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [windows-2019, ubuntu-22.04]
cibw_archs: ["auto64"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
python -m pip install cibuildwheel delvewheel wheel

- name: Building wheels
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-22.04, macos-13, windows-latest, ubuntu-22.04-arm]
cibw_archs: ["auto64"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]

steps:
- uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
python -m pip install cibuildwheel delvewheel wheel

- name: Building wheels
run: |
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
matrix:
os: [macos-13-xlarge]
cibw_archs: ["arm64"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]

steps:
- uses: actions/checkout@v3
Expand All @@ -96,7 +96,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.16.2 delocate wheel
python -m pip install cibuildwheel delocate wheel

- name: Building wheels
run: |
Expand Down
6 changes: 3 additions & 3 deletions ci-utils/install_prereq_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ make install -j4
cd ../../

if [[ $BULD_DCMTK_DEP -eq 1 ]]; then
curl -L https://github.com/glennrp/libpng/archive/refs/tags/v1.6.39.zip -o v1.6.39.zip
unzip v1.6.39.zip
cd libpng-1.6.39
curl -L https://github.com/glennrp/libpng/archive/refs/tags/v1.6.46.zip -o v1.6.46.zip
unzip v1.6.46.zip
cd libpng-1.6.46
mkdir build_man
cd build_man
cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_INSTALL_PREFIX=../../"$LOCAL_INSTALL_DIR"/ -DCMAKE_PREFIX_PATH=../../"$LOCAL_INSTALL_DIR"/ ..
Expand Down
6 changes: 3 additions & 3 deletions ci-utils/install_prereq_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ if "%BUILD_ARROW%" == "1" (


if "%BUILD_DCMTK_DEP%" == "1" (
curl -L https://github.com/glennrp/libpng/archive/refs/tags/v1.6.39.zip -o v1.6.39.zip
tar -xvf v1.6.39.zip
pushd libpng-1.6.39
curl -L https://github.com/glennrp/libpng/archive/refs/tags/v1.6.46.zip -o v1.6.46.zip
tar -xvf v1.6.46.zip
pushd libpng-1.6.46
mkdir build_man
pushd build_man
cmake -DCMAKE_INSTALL_PREFIX=../../local_install/ -DCMAKE_PREFIX_PATH=../../local_install/ ..
Expand Down
Loading