-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Try to trigger new boost build #123
Changes from 7 commits
4ef26c6
24bcdb9
c3f4148
3b52d2b
020488b
ebc15ac
0b47bdf
aa050ff
a844a73
6cf0bfd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
boost_cpp: | ||
- 1.72.0 | ||
- 1.74.0 | ||
c_compiler: | ||
- gcc | ||
c_compiler_version: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
boost_cpp: | ||
- 1.74.0 | ||
c_compiler: | ||
- gcc | ||
c_compiler_version: | ||
- '9' | ||
cdt_name: | ||
- cos6 | ||
channel_sources: | ||
- conda-forge,defaults | ||
channel_targets: | ||
- conda-forge main | ||
cxx_compiler: | ||
- gxx | ||
cxx_compiler_version: | ||
- '9' | ||
docker_image: | ||
- quay.io/condaforge/linux-anvil-comp7 | ||
hdf5: | ||
- 1.10.6 | ||
libblas: | ||
- 3.8 *netlib | ||
libcblas: | ||
- 3.8 *netlib | ||
mpi: | ||
- mpich | ||
numpy: | ||
- '1.16' | ||
- '1.16' | ||
- '1.16' | ||
- '1.19' | ||
petsc: | ||
- '3.13' | ||
petsc4py: | ||
- '3.13' | ||
pin_run_as_build: | ||
boost-cpp: | ||
max_pin: x.x.x | ||
python: | ||
min_pin: x.x | ||
max_pin: x.x | ||
zlib: | ||
max_pin: x.x | ||
ptscotch: | ||
- 6.0.9 | ||
python: | ||
- 3.6.* *_cpython | ||
- 3.7.* *_cpython | ||
- 3.8.* *_cpython | ||
- 3.9.* *_cpython | ||
slepc: | ||
- '3.13' | ||
slepc4py: | ||
- '3.13' | ||
suitesparse: | ||
- '5.6' | ||
target_platform: | ||
- linux-64 | ||
zip_keys: | ||
- - c_compiler_version | ||
- cxx_compiler_version | ||
- - numpy | ||
- python | ||
zlib: | ||
- '1.2' |
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ source: | |
- linuxboost.patch # [linux] | ||
|
||
build: | ||
number: 14 | ||
number: 15 | ||
skip: true # [win] | ||
|
||
outputs: | ||
|
@@ -164,8 +164,7 @@ outputs: | |
- suitesparse | ||
- zlib | ||
- fenics-ffc =={{ version }} | ||
- hdf5 * {{ mpi_prefix }}_* | ||
- {{ pin_compatible("boost-cpp", exact=True) }} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Exact version would be understandable. But the current There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you don't trust |
||
- boost-cpp | ||
run_constrained: | ||
- fenics =={{ version }} | ||
test: | ||
|
@@ -226,7 +225,6 @@ outputs: | |
- fenics-fiat =={{ version }} | ||
- fenics-ufl =={{ version }} | ||
- fenics-ffc =={{ version }} | ||
- hdf5 * {{ mpi_prefix }}_* | ||
run_constrained: | ||
- fenics =={{ version }} | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hdf5
has arun_export
has includes the MPI variant. We can rely on that one.