diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index e0b8c62..fb8d9e9 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -5,9 +5,9 @@ c_compiler_version: c_stdlib: - sysroot c_stdlib_version: -- '2.12' +- '2.17' cdt_name: -- cos6 +- cos7 channel_sources: - conda-forge channel_targets: diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 72a1aa1..3f32d8a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -15,7 +15,9 @@ package: # - linker.patch # [win] build: - number: 10 + number: 11 + run_exports: + - {{ pin_subpackage('smesh', max_pin='x.x.x') }} requirements: build: @@ -29,7 +31,7 @@ requirements: - cmake - git - python-patch - - python =3.9 + - python host: - vtk - libboost-devel