Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: emscripten support #84

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
e76359a
use upstream LICENSE file
h-vetinari Sep 8, 2024
a245564
move bootstrap comment to where it makes more sense
h-vetinari Sep 8, 2024
6bb0aef
switch to CMake + ninja on unix
h-vetinari Sep 8, 2024
64be98e
switch aarch to cross-compilation as well
h-vetinari Sep 8, 2024
5082b13
MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.39.1, and co…
h-vetinari Sep 8, 2024
c974e34
work-around for vc-problems
h-vetinari Sep 10, 2024
d17ab04
alphabetize conda-forge.yml
h-vetinari Sep 8, 2024
6370861
switch to rattler-build
h-vetinari Sep 8, 2024
cc96d5f
MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.39.2.dev18+g…
h-vetinari Sep 9, 2024
f443d94
pass `--experimental` also to build invocation
h-vetinari Sep 9, 2024
f60ba78
specify script for cache phase
h-vetinari Sep 9, 2024
96b9b7e
rename build-scripts for global stage
h-vetinari Sep 9, 2024
a8152a4
folderize globs
h-vetinari Sep 9, 2024
fc420d3
ensure LIBRARY_{BIN,LIB} exist before copying stuff there
h-vetinari Sep 9, 2024
c8baaae
add emscripten as a target
h-vetinari Sep 10, 2024
3dbee0e
MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.39.2.dev18+g…
h-vetinari Sep 10, 2024
b17649b
work around lack of compiler jinja
h-vetinari Sep 10, 2024
522d3b0
manually set cross_target_platform to be visible in script
h-vetinari Sep 10, 2024
3380b8d
try `env:` approach to variable injection
h-vetinari Sep 10, 2024
b4f6d92
try again
h-vetinari Sep 10, 2024
29c610d
use clang 19 rc (needed for emscripten)
h-vetinari Sep 10, 2024
0a3b9a6
MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.39.2.dev18+g…
h-vetinari Sep 10, 2024
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
12 changes: 10 additions & 2 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- emscripten-wasm32
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- linux-64
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -13,11 +13,11 @@ cdt_arch:
cdt_name:
- cos7
channel_sources:
- conda-forge
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-aarch64
zip_keys:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang_bootstrap
c_compiler_version:
- '16'
- '17'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
macos_machine:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang_bootstrap
c_compiler_version:
- '16'
- '17'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
macos_machine:
Expand Down
4 changes: 3 additions & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ c_compiler:
c_stdlib:
- vs
channel_sources:
- conda-forge
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
target_platform:
- win-64
zlib:
- '1'
6 changes: 5 additions & 1 deletion .ci_support/win_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
c_compiler:
- vs2022
c_compiler_version:
- '19.40'
c_stdlib:
- vs
channel_sources:
- conda-forge
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge main
target_platform:
- win-arm64
zlib:
- '1'
35 changes: 20 additions & 15 deletions .scripts/build_steps.sh

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

39 changes: 20 additions & 19 deletions .scripts/run_osx_build.sh

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

14 changes: 11 additions & 3 deletions .scripts/run_win_build.bat

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

25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

Loading
Loading