Skip to content

Commit

Permalink
libboost-devel in every host section, except zimpl
Browse files Browse the repository at this point in the history
- to get dependency on libboost in packages
  • Loading branch information
svigerske committed Nov 9, 2024
1 parent dbd25c9 commit 1fa546a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ outputs:
- name: papilo
version: {{ papilo_version }}
build:
run_exports:
- libboost # [win]
requirements:
build:
- {{ compiler('fortran') }}
Expand Down Expand Up @@ -83,7 +81,6 @@ outputs:
build:
run_exports:
- {{ pin_subpackage('scip') }}
- libboost # [win]
requirements:
build:
- {{ compiler('c') }}
Expand All @@ -104,7 +101,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/"
Expand All @@ -130,13 +127,9 @@ outputs:
- {{ compiler('cxx') }}
- cmake >=3.15
- ninja
- libboost # [win]

- name: soplex
version: {{ soplex_version }}
build:
run_exports:
- libboost # [win]
requirements:
build:
- {{ compiler('cxx') }}
Expand Down Expand Up @@ -181,7 +174,6 @@ outputs:
build:
run_exports:
- {{ pin_subpackage('gcg') }}
- libboost # [win]
requirements:
build:
- {{ compiler('c') }}
Expand All @@ -192,6 +184,7 @@ outputs:
- cliquer # [unix]
- gnuplot # [unix]
- {{ pin_subpackage('scip', exact=True) }}
- libboost-devel # [win]
run:
- {{ pin_subpackage('scip') }}
# run_exports not set for cliquer
Expand All @@ -212,8 +205,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 }}
Expand Down

0 comments on commit 1fa546a

Please sign in to comment.