Commit 8389a55f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1c555945
...@@ -15,8 +15,7 @@ parts = ...@@ -15,8 +15,7 @@ parts =
python2.7 python2.7
ruby2.1 ruby2.1
git git
# TODO pg-version ? postgresql92
postgresql
cmake cmake
icu icu
pkgconfig pkgconfig
...@@ -70,7 +69,7 @@ bundle = ${buildout:bin-directory}/bundle ...@@ -70,7 +69,7 @@ bundle = ${buildout:bin-directory}/bundle
# rails needs db client program on path: psql # rails needs db client program on path: psql
# #
environment = environment =
PATH = ${:ruby-location}/bin:${cmake:location}/bin:${pkgconfig:location}/bin:${nodejs:location}/bin:${postgresql:location}/bin:%(PATH)s PATH = ${:ruby-location}/bin:${cmake:location}/bin:${pkgconfig:location}/bin:${nodejs:location}/bin:${postgresql92:location}/bin:%(PATH)s
...@@ -111,7 +110,7 @@ bundle = ${bundler-4gitlab:bundle} ...@@ -111,7 +110,7 @@ bundle = ${bundler-4gitlab:bundle}
configure-command = cd ${:path} && configure-command = cd ${:path} &&
${:bundle} config --local build.charlock_holmes --with-icu-dir=${icu:location} && ${:bundle} config --local build.charlock_holmes --with-icu-dir=${icu:location} &&
${:bundle} config --local build.pg --with-pg-config=${postgresql:location}/bin/pg_config ${:bundle} config --local build.pg --with-pg-config=${postgresql92:location}/bin/pg_config
make-binary = make-binary =
make-targets= cd ${:path} && make-targets= cd ${:path} &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment