-
Notifications
You must be signed in to change notification settings - Fork 162
800: source build towards PostgreSQL 11 RPM installation
KaiGai Kohei edited this page Dec 31, 2019
·
1 revision
PostgreSQL 11 RPM package distributed by PostgreSQL Global Development Group (PGDG) enables JIT option. It requires additional packages installation when we build extension modules (including PG-Strom) towards the binary programs.
Install llvm5.0
package from the extras
repository, and also install llvm-toolset-7
and related packaged from the SCL(Software Collections) repository.
# yum install centos-release-scl
# yum install llvm-toolset-7 llvm5.0 --enablerepo=extras
Install llvm-toolset-7
and llvm5.0
package from the rhel-7-server-devtools-rpms
repository.
# yum install llvm-toolset-7 llvm5.0 --enablerepo=rhel-7-server-devtools-rpms
Once above packages are installed, you can build PG-Strom from the source towards PostgreSQL 11 binary software distribution.
Author: KaiGai Kohei <kaigai@heterodb.com> Initial Date: 23-Jul-2019 Update Date: 31-Aug-2019 Software version: PG-Strom v2.1