conda-forge / heavydb-ext-feedstock

A conda-smithy repository for heavydb-ext.
BSD 3-Clause "New" or "Revised" License
2 stars 7 forks source link

Enable geos support #18

Open pearu opened 2 years ago

pearu commented 2 years ago

Although, heavydb requires geos, the following test fails with heavydb 6.1.1:

heavysql> SELECT ST_BUFFER(geom, 0.0) FROM heavyai_us_states;
ST_Buffer geo constructor requires enabled GEOS support
guilhermeleobas commented 1 year ago

If I'm not wrong, we build HeavyDB here without GEOS flag enabled.