-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d4d0f6
commit 4763547
Showing
1 changed file
with
72 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,72 @@ | ||
cran_mirror: | ||
- https://cran.r-project.org | ||
CONDA_BUILD_SYSROOT: | ||
- /opt/MacOSX10.10.sdk # [osx and x86_64] | ||
- /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk # [osx and arm64] | ||
VERBOSE_AT: | ||
- V=1 | ||
VERBOSE_CM: | ||
- VERBOSE=1 | ||
macos_min_version: | ||
- 10.9 | ||
macos_machine: | ||
- x86_64-apple-darwin13.4.0 # [osx and x86_64] | ||
- arm64-apple-darwin20.0.0 # [osx and arm64] | ||
MACOSX_DEPLOYMENT_TARGET: | ||
- 10.9 # [osx and x86_64] | ||
- 11.1 # [osx and arm64] | ||
python: | ||
- 3.7 # [not arm64] | ||
- 3.8 | ||
- 3.9 | ||
- 3.10 | ||
#libcurl: | ||
# - 7.62 | ||
libopenblas: | ||
- 0.3.17 # <--- should this get updated? Yes, probably. | ||
|
||
cairo: | ||
- 1.16 # [not (s390x or aarch64 or (osx and arm64))] | ||
- 1.16 # [s390x or aarch64 or (osx and arm64)] | ||
|
||
c_compiler: | ||
- gcc # [linux and aarch64] | ||
- clang # [osx] | ||
- vs2017 # [win] | ||
cxx_compiler: | ||
- gxx # [linux and aarch64] | ||
- clangxx # [osx] | ||
- vs2017 # [win] | ||
fortran_compiler: | ||
- gfortran # [(linux and aarch64) or (osx and arm64)] | ||
- intel-fortran # [win] | ||
fortran_compiler_version: | ||
- 2019.0.0 # [win] | ||
- 11.1.0 # [osx and arm64] | ||
# matrix on linux, because the ABI breaks at GCC 8 | ||
- 9.3.0 # [linux and not (aarch64 or ppc64le)] | ||
- 9.3.0 # [linux and not (aarch64 or ppc64le)] | ||
- 7.3.0 # [linux and ppc64le] | ||
- 8.2.0 # [linux and ppc64le] | ||
- 10.2.0 # [linux and aarch64] | ||
- 10.2.0 # [linux and aarch64] | ||
m2w64_c_compiler: # [win] | ||
- m2w64-toolchain # [win] | ||
m2w64_cxx_compiler: # [win] | ||
- m2w64-toolchain # [win] | ||
m2w64_fortran_compiler: # [win] | ||
- m2w64-toolchain # [win] | ||
|
||
# This differs from target_platform in that it determines what subdir the compiler | ||
# will target, not what subdir the compiler package will be itself. | ||
# For example, we need a win-64 vs2008_win-32 package, so that we compile win-32 | ||
# code on win-64 miniconda. | ||
cross_compiler_target_platform: | ||
- win-64 # [win] | ||
# - win-32 # [win] | ||
target_platform: | ||
- win-64 # [win] | ||
# - win-32 # [win] | ||
rstudio_variant: | ||
- '' | ||
# - '-server' | ||
cran_mirror: | ||
- https://cran.r-project.org | ||
CONDA_BUILD_SYSROOT: | ||
- /opt/MacOSX10.10.sdk # [osx and x86_64] | ||
- /Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk # [osx and arm64] | ||
VERBOSE_AT: | ||
- V=1 | ||
VERBOSE_CM: | ||
- VERBOSE=1 | ||
macos_min_version: | ||
- 10.9 | ||
macos_machine: | ||
- x86_64-apple-darwin13.4.0 # [osx and x86_64] | ||
- arm64-apple-darwin20.0.0 # [osx and arm64] | ||
MACOSX_DEPLOYMENT_TARGET: | ||
- 10.9 # [osx and x86_64] | ||
- 11.1 # [osx and arm64] | ||
python: | ||
- 3.7 # [not arm64] | ||
- 3.8 | ||
- 3.9 | ||
- 3.10 | ||
#libcurl: | ||
# - 7.62 | ||
libopenblas: | ||
- 0.3.17 # <--- should this get updated? Yes, probably. | ||
|
||
cairo: | ||
- 1.16 # [not (s390x or aarch64 or (osx and arm64))] | ||
- 1.16 # [s390x or aarch64 or (osx and arm64)] | ||
|
||
c_compiler: | ||
- gcc # [linux and aarch64] | ||
- clang # [osx] | ||
- vs2017 # [win] | ||
cxx_compiler: | ||
- gxx # [linux and aarch64] | ||
- clangxx # [osx] | ||
- vs2017 # [win] | ||
fortran_compiler: | ||
- gfortran # [(linux and aarch64) or (osx and arm64)] | ||
- intel-fortran # [win] | ||
fortran_compiler_version: | ||
- 2019.0.0 # [win] | ||
- 11.1.0 # [osx and arm64] | ||
# matrix on linux, because the ABI breaks at GCC 8 | ||
- 9.3.0 # [linux and not (aarch64 or ppc64le)] | ||
- 9.3.0 # [linux and not (aarch64 or ppc64le)] | ||
- 7.3.0 # [linux and ppc64le] | ||
- 8.2.0 # [linux and ppc64le] | ||
- 10.2.0 # [linux and aarch64] | ||
- 10.2.0 # [linux and aarch64] | ||
m2w64_c_compiler: # [win] | ||
- m2w64-toolchain # [win] | ||
m2w64_cxx_compiler: # [win] | ||
- m2w64-toolchain # [win] | ||
m2w64_fortran_compiler: # [win] | ||
- m2w64-toolchain # [win] | ||
|
||
# This differs from target_platform in that it determines what subdir the compiler | ||
# will target, not what subdir the compiler package will be itself. | ||
# For example, we need a win-64 vs2008_win-32 package, so that we compile win-32 | ||
# code on win-64 miniconda. | ||
cross_compiler_target_platform: | ||
- win-64 # [win] | ||
# - win-32 # [win] | ||
target_platform: | ||
- win-64 # [win] | ||
# - win-32 # [win] | ||
rstudio_variant: | ||
- '' | ||
# - '-server' |