From 3f47174ecdbe6603b2ed9a207f98196e2e1f5b45 Mon Sep 17 00:00:00 2001 From: Stefan Vigerske Date: Sat, 9 Nov 2024 15:41:16 +0100 Subject: [PATCH] libboost-devel in every host section, except zimpl - to get dependency on libboost in packages --- recipe/meta.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f5abfb5..4169c65 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -51,9 +51,6 @@ outputs: - name: papilo version: {{ papilo_version }} - build: - run_exports: - - libboost # [win] requirements: build: - {{ compiler('fortran') }} @@ -83,7 +80,6 @@ outputs: build: run_exports: - {{ pin_subpackage('scip') }} - - libboost # [win] requirements: build: - {{ compiler('c') }} @@ -104,7 +100,7 @@ outputs: - libblas # zimpl statically linked, transitive usage requirements - pcre2 # [win] - - libboost # [win] + - libboost-devel # [win] files: - "{{ install_prefix }}/lib/libscip*" - "{{ install_prefix }}/lib/cmake/scip/" @@ -130,13 +126,9 @@ outputs: - {{ compiler('cxx') }} - cmake >=3.15 - ninja - - libboost # [win] - name: soplex version: {{ soplex_version }} - build: - run_exports: - - libboost # [win] requirements: build: - {{ compiler('cxx') }} @@ -181,7 +173,6 @@ outputs: build: run_exports: - {{ pin_subpackage('gcg') }} - - libboost # [win] requirements: build: - {{ compiler('c') }} @@ -192,6 +183,7 @@ outputs: - cliquer # [unix] - gnuplot # [unix] - {{ pin_subpackage('scip', exact=True) }} + - libboost-devel # [win] run: - {{ pin_subpackage('scip') }} # run_exports not set for cliquer @@ -212,8 +204,6 @@ outputs: - if exist %PREFIX%\\Library\\lib\\cmake\\gcg (exit 0) else (exit 1) # [win] - if exist %PREFIX%\\Library\\include\\gcg (exit 0) else (exit 1) # [win] - if exist %PREFIX%\\Library\\include\\graph (exit 0) else (exit 1) # [win] - requires: - - libboost # [win] - name: zimpl version: {{ zimpl_version }}