We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2078dd6 commit 6785560Copy full SHA for 6785560
misc/klayout/build.sh
@@ -13,7 +13,7 @@ case "${UNAME_OUT}" in
13
esac
14
15
cd ${SRC_DIR}
16
-./build.sh -build "${SRC_DIR}/build" -python "${PYTHON}" -expert -without-qtbinding -libpng -libcurl -libexpat -dry-run
+./build.sh -build "${SRC_DIR}/build" -python "${PYTHON}" -expert -without-qtbinding -libpng -libexpat -dry-run
17
18
cd ${SRC_DIR}/build
19
make V=1 -j$CPU_COUNT
misc/klayout/meta.yaml
@@ -39,10 +39,9 @@ requirements:
39
host:
40
- python >3.6
41
- ruby >2
42
- - Qt >=5
+ - qt >=5
43
- icu
44
- zlib
45
- - libcurl
46
run:
47
- {{ pin_compatible('python', min_pin='x.x', max_pin='x.x') }}
48
- {{ pin_compatible('ruby', min_pin='x.x', max_pin='x.x') }}
0 commit comments