aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloudi/APKBUILD
blob: 72bc66acfe854eefa98e8132e9379bb492ce3d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Contributor: Michael Truog <mjtruog@protonmail.com>
# Maintainer: Michael Truog <mjtruog@protonmail.com>
#
# INFO
#
# Why is the cloudi.initd file not using the openrc default start-stop-daemon?
#
#   With the Erlang VM it is possible to use the -heart erl command line
#   argument (which is possible with cloudi configuration of the
#   /etc/cloudi/vm.args file).  To allow the use of the heartbeat monitoring
#   of the Erlang runtime system, it is necessary to rely upon the cloudi
#   script for handling the cloudi pid and not utilize openrc for pidfile
#   creation or signal-based termination.
#
#   With a typical Erlang VM release, it is normally expected to provide
#   the ability to attach to the Erlang VM shell of the running node using
#   pipes.  The setup of the Erlang VM shell pipes needs to be handled with
#   Erlang VM execution that also handles detaching the daemon process.
#   If the openrc default start-stop-daemon execution was used instead,
#   it would not be possible to easily setup the Erlang VM shell pipes.
#
#   The termination of cloudi utilizes a 65000 millisecond timeout, allowing
#   all services a maximum of 60000 milliseconds for termination with
#   5000 millisecond for internal Erlang VM delays.  The cloudi script does
#   block for this termination to complete.
#
#   The pid file path is set during the configuration step
#   (shown below with the assignment of CLOUDI_PID_FILE).

pkgname=cloudi
pkgver=2.0.4
pkgrel=10
pkgdesc="Cloud computing framework for efficient, scalable, and stable soft-realtime event processing."
url="https://cloudi.org/"
license="MIT"
arch="all"
depends="
	erlang
	g++"
makedepends="autoconf
	automake
	binutils-dev
	boost-dev
	elfutils-dev
	erlang-dev
	erlang-reltool
	gmp-dev
	go
	libdwarf
	libdwarf-dev
	libseccomp-dev
	libtool
	libunwind-dev
	linux-headers
	perl
	php8
	python3-dev
	ruby
	"
# LXC build containers need limits.cpu config to create CPU quota
# that is detected by Erlang/OTP for creating its schedulers
options="!check"
subpackages="$pkgname-static $pkgname-openrc"
source="https://osdn.net/dl/cloudi/cloudi-$pkgver.tar.gz
	15-backtrace-fix-ppc64le.patch
	$pkgname.initd"

# configure additional dependencies based on the package architecture

# Enable Haskell on the appropriate architectures
case "$CTARGET_ARCH" in
	x86_64)
# enable via #10902
#		makedepends="$makedepends ghc cabal zlib-dev"
#		_configure_args="$_configure_args --enable-haskell-support"
		;;
esac
# Disable Java on architectures that lack OpenJDK
case "$CTARGET_ARCH" in
	x86|armhf|armv7|x86_64|aarch64|ppc64le|s390x)
		# The oldest version of OpenJDK available as an Alpine Linux
		# port is used to avoid blocking the use of the
		# Java CloudI API with older Java dependencies
		# (the Java CloudI API maven package can be used separately,
		#  if necessary, https://github.com/CloudI/cloudi_api_java).
		makedepends="$makedepends openjdk8"
		export PATH="/usr/lib/jvm/java-1.8-openjdk/bin:$PATH"
		;;
	*)
		_configure_args="$_configure_args --disable-java-support"
		;;
esac
# Disable JavaScript on architectures that lack nodejs
case "$CTARGET_ARCH" in
	riscv*)
		_configure_args="$_configure_args --disable-javascript-support"
		;;
	*)
		makedepends="$makedepends nodejs"
		;;
esac
# Enable OCaml on the appropriate architectures
case "$CTARGET_ARCH" in
	riscv*)
		;;
	*)
		makedepends="$makedepends ocaml"
		_configure_args="$_configure_args --enable-ocaml-support"
		;;
esac

prepare() {
	default_prepare
	cd "$builddir"/src
	./autogen.sh
}

build() {
	cd "$builddir"/src
	PHP="/usr/bin/php8" CLOUDI_PID_FILE="/run/cloudi.pid" ./configure \
		--prefix=/usr \
		--sysconfdir=/etc \
		--localstatedir=/var \
		--bindir=/usr/sbin \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		--host="$CHOST" \
		--build="$CBUILD" \
		--with-test-timeout=container \
		--enable-go-support $_configure_args
	make
}

check() {
	cd "$builddir"/src
	make ct
}

package() {
	cd "$builddir"/src
	make DESTDIR="$pkgdir" install
	install -m755 -D "$srcdir"/$pkgname.initd \
		"$pkgdir"/etc/init.d/$pkgname
}

sha512sums="
dab0dbae65386791bf28b063acfc86ebce917401141717f9f7e79258469d6768e62b87b31fcbb3fb7a9ce3f15bb1c6e5c9bc27612bf3f62ef855fba67730e30c  cloudi-2.0.4.tar.gz
fb9f671929973afdc2e80e1252535989fc77568c7b2f9b043a505a97c65c81c23dbea12b7e67aad8cbe0d1677457071044d22a8fd96965e580d2920a2a2ea949  15-backtrace-fix-ppc64le.patch
053f860f656617012208a0e1909e43b2f8979d381a90d3fa5a745a9cf5021fe54556a641fef2badaa9955f2394d00e32183389cb9b501169dcbf8cbe4fbb0329  cloudi.initd
"