]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/recipes/default.rb
nominatim: add new dependency
[chef.git] / cookbooks / nominatim / recipes / default.rb
index 26e4d4caf53b8f021dcd4245f61e5ac3f3a618ab..7a5936f32996fbe845e77f6ce184789b4376a1ae 100644 (file)
@@ -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