Skip to content

Build for windows with CMake #16

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

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9f10a9a
Build for windows with CMake
saraedum Jan 17, 2019
d8b3ba7
MNT: Re-rendered with conda-build 3.17.5, conda-smithy 3.2.9, and con…
conda-forge-admin Jan 17, 2019
f0ba9dd
Debug output from gen_gmp_aux
saraedum Jan 23, 2019
05e2409
Disable GMP/MPIR on Windows
saraedum Jan 27, 2019
4943389
Remove GMP form CMakeLists.txt
saraedum Jan 27, 2019
4ceee7a
MNT: Re-rendered with conda-build 3.18.9, conda-smithy 3.4.1, and con…
conda-forge-admin Aug 19, 2019
bc8a1c5
MNT: Re-rendered with conda-build 3.18.10, conda-smithy 3.6.0, and co…
conda-forge-admin Nov 1, 2019
91bb9fa
Merge remote-tracking branch 'origin/main' into win
saraedum Jan 6, 2024
1ef84f4
Merge branch 'win' of github.com:saraedum/ntl-feedstock into win
saraedum Jan 6, 2024
306c726
Merge remote-tracking branch 'origin/main' into win
saraedum Jan 6, 2024
45cadcc
MNT: Re-rendered with conda-build 3.28.2, conda-smithy 3.30.2, and co…
Jan 6, 2024
dee460b
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.44.9, and c…
Dec 6, 2024
5f8cc29
Update meta.yaml
isuruf Dec 6, 2024
b94fd68
update cmake patch
isuruf Dec 6, 2024
2dabb4e
no gf2x on windows
isuruf Dec 6, 2024
199fc77
update patch
isuruf Dec 6, 2024
603edcb
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.44.9, and c…
Dec 6, 2024
8087130
update patch again
isuruf Dec 6, 2024
6e6ff9c
add stdlib
isuruf Dec 6, 2024
77008cd
test
isuruf Dec 6, 2024
062e4ed
merge
isuruf Dec 6, 2024
1515680
MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.44.9, and c…
Dec 6, 2024
d262e0a
update patch
isuruf Dec 6, 2024
9410131
output on failure
isuruf Dec 6, 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
14 changes: 13 additions & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

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

6 changes: 5 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.

38 changes: 38 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

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

14 changes: 10 additions & 4 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
gf2x:
- '1.3'
gmp:
- '6'
ntl:
- 11.4.3
target_platform:
- linux-64
zip_keys:
18 changes: 10 additions & 8 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_arch:
- aarch64
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-x86_64:alma9
gf2x:
- '1.3'
gmp:
- '6'
ntl:
- 11.4.3
target_platform:
- linux-aarch64
zip_keys:
14 changes: 10 additions & 4 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
- quay.io/condaforge/linux-anvil-x86_64:alma9
gf2x:
- '1.3'
gmp:
- '6'
ntl:
- 11.4.3
target_platform:
- linux-ppc64le
zip_keys:
14 changes: 11 additions & 3 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '16'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
- '18'
gf2x:
- '1.3'
gmp:
- '6'
macos_machine:
- x86_64-apple-darwin13.4.0
ntl:
- 11.4.3
target_platform:
- osx-64
zip_keys:
12 changes: 10 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '16'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
- '18'
gf2x:
- '1.3'
gmp:
- '6'
macos_machine:
- arm64-apple-darwin20.0.0
ntl:
- 11.4.3
target_platform:
- osx-arm64
zip_keys:
18 changes: 18 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
c_compiler:
- vs2019
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- vs2019
gmp:
- '6'
ntl:
- 11.4.3
target_platform:
- win-64
vc:
- '14'
4 changes: 2 additions & 2 deletions .gitattributes

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

25 changes: 23 additions & 2 deletions .gitignore

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

25 changes: 18 additions & 7 deletions .scripts/build_steps.sh

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

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

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

Loading