{% set version = "5.0.1" %} package: name: libspatialite version: {{ version }} source: url: http://www.gaia-gis.it/gaia-sins/libspatialite-{{ version }}.tar.gz sha256: eecbc94311c78012d059ebc0fae86ea5ef6eecb13303e6e82b3753c1b3409e98 patches: # Patch Win to fix build path - 0001-win_fix_paths.patch # [win] # Patch configure for OSX to make sure we get dylib, not so - 0002-osx_fix_lib_ext.patch # [osx] # Skip some tests that should pass with latest geos - skip_tests.patch # Skip a test that fails on non-x86 - to be investigated # Note: needs to be applied after skip_tests.patch - skip_toponoface2d_test.patch # [aarch64 or ppc64le] # GH71 build issue - gh71_check_drop_rename.patch build: number: 23 skip: true # [win and vc<14] run_exports: # No idea. Staying with minor version pin. - {{ pin_subpackage('libspatialite', max_pin='x.x') }} requirements: build: - autoconf # [linux] - automake # [linux] - libtool # [linux] - pkg-config # [not win] - make # [unix] - gnuconfig # [unix] - {{ compiler('c') }} - {{ compiler('cxx') }} host: - libiconv # [osx] - sqlite - geos - proj - freexl - zlib - libxml2 - librttopo run: - libiconv # [osx] - sqlite - geos - proj - freexl - zlib - libxml2 - librttopo about: home: https://www.gaia-gis.it/fossil/libspatialite/index license: MPL-1.1 license_file: COPYING summary: Extend the SQLite core to support fully fledged Spatial SQL capabilities extra: recipe-maintainers: - akrherz - danclewley - gillins - ocefpaf - xylar