Skip to content

Commit

Permalink
Merge pull request #43 from whophil/aarch64
Browse files Browse the repository at this point in the history
aarch64 attempt 2
  • Loading branch information
whophil authored Dec 9, 2023
2 parents 8ae251c + d90e1f7 commit 1a6735d
Show file tree
Hide file tree
Showing 11 changed files with 227 additions and 4 deletions.
26 changes: 26 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

32 changes: 32 additions & 0 deletions .ci_support/linux_aarch64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
occt:
- 7.7.2
pin_run_as_build:
occt:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
python:
- 3.10.* *_cpython
target_platform:
- linux-aarch64
vtk:
- 9.2.6
32 changes: 32 additions & 0 deletions .ci_support/linux_aarch64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
occt:
- 7.7.2
pin_run_as_build:
occt:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
python:
- 3.11.* *_cpython
target_platform:
- linux-aarch64
vtk:
- 9.2.6
32 changes: 32 additions & 0 deletions .ci_support/linux_aarch64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
occt:
- 7.7.2
pin_run_as_build:
occt:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
python:
- 3.12.* *_cpython
target_platform:
- linux-aarch64
vtk:
- 9.2.6
32 changes: 32 additions & 0 deletions .ci_support/linux_aarch64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
occt:
- 7.7.2
pin_run_as_build:
occt:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
python:
- 3.8.* *_cpython
target_platform:
- linux-aarch64
vtk:
- 9.2.6
32 changes: 32 additions & 0 deletions .ci_support/linux_aarch64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
occt:
- 7.7.2
pin_run_as_build:
occt:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
pybind11_abi:
- '4'
python:
- 3.9.* *_cpython
target_platform:
- linux-aarch64
vtk:
- 9.2.6
2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

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

35 changes: 35 additions & 0 deletions README.md

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

3 changes: 3 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ azure:
settings_win:
variables:
SET_PAGEFILE: 'True'
settings_linux:
swapfile_size: 10GiB
store_build_artifacts: false
build_platform:
osx_arm64: osx_64
linux_aarch64: linux_64
conda_build:
pkg_format: '2'
conda_forge_output_validation: true
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source:
patches: CMakeLists-Zm10-win.patch # [win]

build:
number: 1
number: 2

requirements:
build:
Expand Down
3 changes: 1 addition & 2 deletions recipe/yum_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
mesa-libGLU-devel

mesa-libGL-devel

0 comments on commit 1a6735d

Please sign in to comment.