Skip to content

Commit

Permalink
Merge pull request #178 from saraedum/macosbuild
Browse files Browse the repository at this point in the history
Fix macOS build
  • Loading branch information
saraedum authored Jun 11, 2024
2 parents 901e27e + ea5402a commit e64e871
Show file tree
Hide file tree
Showing 22 changed files with 416 additions and 46 deletions.
10 changes: 10 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.

10 changes: 9 additions & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

4 changes: 1 addition & 3 deletions .ci_support/linux_64_numpy1.22python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
arb:
- '2.23'
c_compiler:
- gcc
c_compiler_version:
Expand Down Expand Up @@ -73,4 +71,4 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
4 changes: 1 addition & 3 deletions .ci_support/linux_64_numpy1.22python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
arb:
- '2.23'
c_compiler:
- gcc
c_compiler_version:
Expand Down Expand Up @@ -73,4 +71,4 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
4 changes: 1 addition & 3 deletions .ci_support/linux_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
arb:
- '2.23'
c_compiler:
- gcc
c_compiler_version:
Expand Down Expand Up @@ -73,4 +71,4 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
74 changes: 74 additions & 0 deletions .ci_support/linux_64_numpy1.26python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
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
eclib:
- '20231211'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
glpk:
- '5.0'
gmp:
- '6'
gsl:
- '2.7'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
libflint:
- '3.0'
liblapack:
- 3.9 *netlib
liblapacke:
- 3.9 *netlib
libpng:
- '1.6'
mpfr:
- '4'
ntl:
- 11.4.3
numpy:
- '1.26'
pari:
- 2.15.* *_pthread
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
readline:
- '8'
singular:
- 4.3.2.p8
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
- - python
- numpy
zlib:
- '1'
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
arb:
- '2.23'
c_compiler:
- gcc
c_compiler_version:
Expand Down Expand Up @@ -77,4 +75,4 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
arb:
- '2.23'
c_compiler:
- gcc
c_compiler_version:
Expand Down Expand Up @@ -77,4 +75,4 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
arb:
- '2.23'
c_compiler:
- gcc
c_compiler_version:
Expand Down Expand Up @@ -77,4 +75,4 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
78 changes: 78 additions & 0 deletions .ci_support/linux_aarch64_numpy1.26python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
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
eclib:
- '20231211'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
glpk:
- '5.0'
gmp:
- '6'
gsl:
- '2.7'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
libflint:
- '3.0'
liblapack:
- 3.9 *netlib
liblapacke:
- 3.9 *netlib
libpng:
- '1.6'
mpfr:
- '4'
ntl:
- 11.4.3
numpy:
- '1.26'
pari:
- 2.15.* *_pthread
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
readline:
- '8'
singular:
- 4.3.2.p8
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
- - c_stdlib_version
- cdt_name
- - python
- numpy
zlib:
- '1'
10 changes: 5 additions & 5 deletions .ci_support/osx_64_numpy1.22python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
arb:
- '2.23'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '15'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down Expand Up @@ -71,4 +71,4 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
10 changes: 5 additions & 5 deletions .ci_support/osx_64_numpy1.22python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
arb:
- '2.23'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '15'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down Expand Up @@ -71,4 +71,4 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
10 changes: 5 additions & 5 deletions .ci_support/osx_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
arb:
- '2.23'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '15'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down Expand Up @@ -71,4 +71,4 @@ zip_keys:
- - python
- numpy
zlib:
- '1.2'
- '1'
Loading

0 comments on commit e64e871

Please sign in to comment.