Skip to content

Commit

Permalink
Merge pull request #46 from DLR-SC/update-cpacscreator
Browse files Browse the repository at this point in the history
cpacscreator: introduce qt with version range as run requirement
  • Loading branch information
joergbrech authored Nov 22, 2024
2 parents a85035c + 05534af commit 6a20871
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cpacscreator/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
git_tag: cpacscreator-v{{ version }}

build:
number: 1
number: 2


requirements:
Expand Down Expand Up @@ -39,11 +39,12 @@ requirements:
- tbb-devel ==2019.5
- python {{ python }}
- libglu # [linux]
- qt >=5.15.7,<6.0.0
- qt ==5.15.7

run:
- tixi3 ==3.3.0
- pyqt >=5.15.7,<6.0.0
- qt >=5.9.7,<6.0.0
- pyqt
- opencascade ==7.4.0
- pythonocc-core ==7.4.1
- tbb ==2019.5
Expand Down

0 comments on commit 6a20871

Please sign in to comment.