Skip to content

Commit 3c1019f

Browse files
authored
Merge pull request BobBuildTool#104 from Schlossgeist/master
add Qt6-Svg +OpenBLAS
2 parents a059a79 + 3d5aee3 commit 3c1019f

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

recipes/libs/openblas.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
inherit: [cmake]
2+
3+
metaEnvironment:
4+
PKG_VERSION: "0.3.30"
5+
PKG_LICENSE: "BSD-3-Clause"
6+
7+
checkoutSCM:
8+
scm: url
9+
url: https://github.com/OpenMathLib/OpenBLAS/archive/refs/tags/v${PKG_VERSION}.tar.gz
10+
digestSHA256: 27342cff518646afb4c2b976d809102e368957974c250a25ccc965e53063c95d
11+
stripComponents: 1
12+
13+
buildScript: |
14+
cmakeBuild $1
15+
16+
multiPackage:
17+
dev:
18+
packageScript: cmakePackageDev
19+
tgt:
20+
packageScript: cmakePackageTgt

recipes/libs/qt6-svg.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
inherit: [qt6]
2+
3+
metaEnvironment:
4+
PKG_VERSION: "${QT6_VERSION}"
5+
PKG_LICENSE: >-
6+
GPL-2.0+ or LGPL-3.0, GPL-3.0 with exception (tools), GFDL-1.3 (docs),
7+
Apache-2.0, BSD-3-Clause, BSL-1.0, MIT
8+
9+
checkoutSCM:
10+
scm: url
11+
url: ${QT6_MIRROR}/qtsvg-everywhere-src-${PKG_VERSION}.tar.xz
12+
digestSHA1: 82c4a06321d3e2f9e221892cd0c241de99ed9d27
13+
stripComponents: 1
14+
15+
buildScript: |
16+
qt6Build $1
17+
18+
multiPackage:
19+
dev:
20+
packageScript: qt6PackageDev
21+
provideDeps: [ "*-dev" ]
22+
23+
tgt:
24+
packageScript: qt6PackageLib
25+
provideDeps: [ "*-tgt" ]

0 commit comments

Comments
 (0)