X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aabd38390f8a58c3966b9e3acb942cf45ceeb33b..eb10ee11cf967f641485a4124c337f52ce6b9939:/cookbooks/nominatim/recipes/default.rb diff --git a/cookbooks/nominatim/recipes/default.rb b/cookbooks/nominatim/recipes/default.rb index 26e4d4caf..7a5936f32 100644 --- a/cookbooks/nominatim/recipes/default.rb +++ b/cookbooks/nominatim/recipes/default.rb @@ -132,6 +132,7 @@ package %w[ libpq-dev libproj-dev liblua5.3-dev + libluajit-5.1-dev lua5.3 python3-pyosmium python3-psycopg2 @@ -141,6 +142,9 @@ package %w[ python3-icu python3-datrie python3-yaml + python3-sqlalchemy-ext + python3-geoalchemy2 + python3-asyncpg php-pgsql php-intl ruby @@ -207,7 +211,7 @@ execute "compile_nominatim" do action :nothing user "nominatim" cwd build_directory - command "cmake #{source_directory} && make" + command "cmake -D WITH_LUAJIT=ON #{source_directory} && make" notifies :run, "execute[install_nominatim]" end