[dev-db/timescaledb] sync
This commit is contained in:
parent
4e258a1599
commit
7b9e4397ed
@ -6,7 +6,7 @@ EAPI=8
|
|||||||
POSTGRES_COMPAT=( {14..17} )
|
POSTGRES_COMPAT=( {14..17} )
|
||||||
POSTGRES_USEDEP="ssl"
|
POSTGRES_USEDEP="ssl"
|
||||||
|
|
||||||
inherit cmake postgres-multi
|
inherit postgres-multi cmake
|
||||||
|
|
||||||
DESCRIPTION="Open-source time-series SQL database"
|
DESCRIPTION="Open-source time-series SQL database"
|
||||||
HOMEPAGE="https://www.timescale.com/"
|
HOMEPAGE="https://www.timescale.com/"
|
||||||
@ -14,9 +14,10 @@ SRC_URI="https://github.com/timescale/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|||||||
|
|
||||||
LICENSE="Apache-2.0
|
LICENSE="Apache-2.0
|
||||||
tsl? ( timescale )"
|
tsl? ( timescale )"
|
||||||
SLOT="0"
|
SLOT=0
|
||||||
|
KEYWORDS="~amd64"
|
||||||
IUSE="+tsl"
|
IUSE="+tsl"
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
RESTRICT="test"
|
RESTRICT="test"
|
||||||
|
|
||||||
DEPEND="${POSTGRES_DEP}"
|
DEPEND="${POSTGRES_DEP}"
|
||||||
@ -32,7 +33,7 @@ src_prepare() {
|
|||||||
postgres-multi_foreach timescale_src_prepare
|
postgres-multi_foreach timescale_src_prepare
|
||||||
}
|
}
|
||||||
|
|
||||||
timescale_src_configure() {
|
timescale_configure() {
|
||||||
local CMAKE_USE_DIR=$BUILD_DIR
|
local CMAKE_USE_DIR=$BUILD_DIR
|
||||||
local mycmakeargs=(
|
local mycmakeargs=(
|
||||||
-DAPACHE_ONLY=$(usex tsl OFF ON)
|
-DAPACHE_ONLY=$(usex tsl OFF ON)
|
||||||
@ -45,7 +46,7 @@ timescale_src_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
postgres-multi_foreach timescale_src_configure
|
postgres-multi_foreach timescale_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
timescale_src_compile() {
|
timescale_src_compile() {
|
||||||
|
Loading…
Reference in New Issue
Block a user