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 libboost 1.86 #74

Open
wants to merge 4 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
8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

12 changes: 6 additions & 6 deletions .ci_support/linux_64_numpy1.22python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
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
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
hdf5:
- 1.14.3
libboost_devel:
- '1.84'
- '1.86'
libboost_python_devel:
- '1.84'
- '1.86'
numpy:
- '1.22'
pin_run_as_build:
Expand Down
12 changes: 6 additions & 6 deletions .ci_support/linux_64_numpy1.22python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
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
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
hdf5:
- 1.14.3
libboost_devel:
- '1.84'
- '1.86'
libboost_python_devel:
- '1.84'
- '1.86'
numpy:
- '1.22'
pin_run_as_build:
Expand Down
12 changes: 6 additions & 6 deletions .ci_support/linux_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
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
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
hdf5:
- 1.14.3
libboost_devel:
- '1.84'
- '1.86'
libboost_python_devel:
- '1.84'
- '1.86'
numpy:
- '1.23'
pin_run_as_build:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
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
fortran_compiler:
- gfortran
fortran_compiler_version:
- '12'
- '13'
hdf5:
- 1.14.3
libboost_devel:
- '1.84'
- '1.86'
libboost_python_devel:
- '1.84'
- '1.86'
numpy:
- '1.22'
- '1.26'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
- 3.12.* *_cpython
suitesparse:
- '7'
target_platform:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
__migrator:
build_number: 1
kind: version
commit_message: "Rebuild for libboost 1.84"
commit_message: "Rebuild for libboost 1.86"
migration_number: 1
libboost_devel:
- "1.84"
- "1.86"
libboost_python_devel:
- "1.84"
migrator_ts: 1700834511.141209
- "1.86"
migrator_ts: 1723764795.6693385
8 changes: 0 additions & 8 deletions .ci_support/migrations/suitesparse7.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .gitattributes

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

8 changes: 8 additions & 0 deletions .scripts/build_steps.sh

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

12 changes: 6 additions & 6 deletions README.md

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

30 changes: 28 additions & 2 deletions azure-pipelines.yml

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

9 changes: 6 additions & 3 deletions build-locally.py

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
build:
skip: True # [osx]
skip: True # [win]
number: 4
number: 5
requirements:
build:
- {{ compiler('cxx') }}
Expand All @@ -30,7 +30,8 @@ requirements:
- libboost-devel
- libboost-python-devel
- numpy
- python
- python
- setuptools
- matplotlib-base
- hdf5
- libopenblas # [linux]
Expand All @@ -41,7 +42,6 @@ requirements:
- suitesparse # [linux]
- gmsh # [win]
run:
- numpy
- python
- matplotlib-base
- openmp
Expand Down
Loading