Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix libgdal-pdf that fails to work #975

Closed
wants to merge 1 commit into from
Closed
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 recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cmake -G "Ninja" ^
-DGDAL_USE_ARROW=OFF ^
-DGDAL_USE_ARROWDATASET=OFF ^
-DGDAL_USE_OPENJPEG=OFF ^
-DGDAL_USE_POPPLER=OFF ^
-DGDAL_USE_POPPLER=ON ^
-DGDAL_USE_POSTGRESQL=OFF ^
-DGDAL_USE_CFITSIO=OFF ^
-DGDAL_USE_FREEXL=OFF ^
Expand Down
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cmake -G "Unix Makefiles" \
-DGDAL_USE_ARROW=OFF \
-DGDAL_USE_ARROWDATASET=OFF \
-DGDAL_USE_OPENJPEG=OFF \
-DGDAL_USE_POPPLER=OFF \
-DGDAL_USE_POPPLER=ON \
-DGDAL_USE_POSTGRESQL=OFF \
-DGDAL_USE_CFITSIO=OFF \
-DGDAL_USE_FREEXL=OFF \
Expand Down
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: aff3086fee75f5773e33a5598df98d8a4d10be411f777d3ce23584b21d8171ca

build:
number: 12
number: 13
skip_compile_pyc:
- share/bash-completion/completions/*.py
ignore_run_exports_from:
Expand Down Expand Up @@ -54,6 +54,8 @@ requirements:
- lz4-c
- openssl
- pcre2
# poppler need to present at build time, so that the shim in core detects that there is read support
- poppler
- proj
# qhull disabled because of https://github.com/conda-forge/qgis-feedstock/issues/284#issuecomment-1356490896
# - qhull
Expand Down
Loading