Skip to content

Commit 6785560

Browse files
committed
misc/klayout: remove libcurl dep
1 parent 2078dd6 commit 6785560

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

misc/klayout/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ case "${UNAME_OUT}" in
1313
esac
1414

1515
cd ${SRC_DIR}
16-
./build.sh -build "${SRC_DIR}/build" -python "${PYTHON}" -expert -without-qtbinding -libpng -libcurl -libexpat -dry-run
16+
./build.sh -build "${SRC_DIR}/build" -python "${PYTHON}" -expert -without-qtbinding -libpng -libexpat -dry-run
1717

1818
cd ${SRC_DIR}/build
1919
make V=1 -j$CPU_COUNT

misc/klayout/meta.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ requirements:
3939
host:
4040
- python >3.6
4141
- ruby >2
42-
- Qt >=5
42+
- qt >=5
4343
- icu
4444
- zlib
45-
- libcurl
4645
run:
4746
- {{ pin_compatible('python', min_pin='x.x', max_pin='x.x') }}
4847
- {{ pin_compatible('ruby', min_pin='x.x', max_pin='x.x') }}

0 commit comments

Comments
 (0)