Skip to content
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
2 changes: 1 addition & 1 deletion freeimage/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ source:
- path: FreeImageConfig-static.h

build:
number: 24
number: 4
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}

Expand Down
11 changes: 5 additions & 6 deletions opencascade-static/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ package:
version: {{ version }}

source:
fn: {{ name }}-{{ version }}.tar.gz
url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h={{ commit }};sf=tgz
sha256: 9f7285acdfe63754955dfba1114010d5f273ac2be189c9717c4228bb28fd675f
url: https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/{{ commit }}.tar.gz
sha256: dea04077d71507c666aaa7ccaeacc73ab580d6572d7f75e90a1984c4c0302a7a
patches:
- fix-invalid-conversion.patch # https://github.com/Open-Cascade-SAS/OCCT/discussions/48
- fix-private-linking.patch
- dlr-feature-coons_c2.patch
- oceonly-freeimage_staticlib_support.patch

build:
number: 7
number: 8
detect_binary_files_with_prefix: True

requirements:
Expand All @@ -33,8 +32,8 @@ requirements:
- ninja
host:
- libglu # [linux]
- freetype-static ==2.6.5
- freeimageplus-static ==3.18.0
- freetype-static ==2.14.1
- freeimage-static ==3.18.0
- tbb
- tbb-devel
- python
Expand Down
11 changes: 5 additions & 6 deletions opencascade/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ package:
version: {{ version }}

source:
fn: {{ name }}-{{ version }}.tar.gz
url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h={{ commit }};sf=tgz
sha256: 9f7285acdfe63754955dfba1114010d5f273ac2be189c9717c4228bb28fd675f
url: https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/{{ commit }}.tar.gz
sha256: dea04077d71507c666aaa7ccaeacc73ab580d6572d7f75e90a1984c4c0302a7a
patches:
- fix-invalid-conversion.patch # https://github.com/Open-Cascade-SAS/OCCT/discussions/48
- fix-private-linking.patch
- dlr-feature-coons_c2.patch

build:
number: 0
number: 1
detect_binary_files_with_prefix: True

requirements:
Expand All @@ -32,7 +31,7 @@ requirements:
- ninja
host:
- libglu # [linux]
- freeimageplus
- freeimage
- tbb ==2019.5
- tbb-devel ==2019.5
- python
Expand All @@ -41,7 +40,7 @@ requirements:
- fontconfig # [unix]

run:
- freeimageplus
- freeimage
- tbb ==2019.5
- freetype
- six
Expand Down
Loading