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

Rebuild for libflint 3.1 #59

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker_image:
gmp:
- '6'
libflint:
- '3.0'
- '3.1'
mpfr:
- '4'
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker_image:
gmp:
- '6'
libflint:
- '3.0'
- '3.1'
mpfr:
- '4'
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker_image:
gmp:
- '6'
libflint:
- '3.0'
- '3.1'
mpfr:
- '4'
target_platform:
Expand Down
8 changes: 8 additions & 0 deletions .ci_support/migrations/libflint31.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for libflint 3.1
kind: version
migration_number: 1
libflint:
- '3.1'
migrator_ts: 1724552377.9154313
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler_version:
gmp:
- '6'
libflint:
- '3.0'
- '3.1'
macos_machine:
- x86_64-apple-darwin13.4.0
mpfr:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cxx_compiler_version:
gmp:
- '6'
libflint:
- '3.0'
- '3.1'
macos_machine:
- arm64-apple-darwin20.0.0
mpfr:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ channel_targets:
cxx_compiler:
- vs2019
libflint:
- '3.0'
- '3.1'
mpfr:
- '4'
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: f46bcf037529cd1a422369327bf360ad4c7d2b02d0f607a62a5b09c74a55bb59

build:
number: 0
number: 1

requirements:
build:
Expand Down
Loading