Commit 81f4e08f authored by Jingyi Yang's avatar Jingyi Yang Committed by Facebook Github Bot

sigar + libzmq

Summary: Add lizmq and sigar in prepare for fbzmq oss build migration.

Reviewed By: wez

Differential Revision: D15387435

fbshipit-source-id: 1ec2057972bf801a1598af0a1ae87f958394d812
parent 13916440
......@@ -183,7 +183,7 @@ class AutoconfBuilder(BuilderBase):
# by the project on the basis that it may know more than plain
# autoreconf does.
if os.path.exists(autogen_path):
self._run_cmd([autogen_path], cwd=self.src_dir, env=env)
self._run_cmd(["bash", autogen_path], cwd=self.src_dir, env=env)
else:
self._run_cmd(["autoreconf", "-ivf"], cwd=self.src_dir, env=env)
configure_cmd = [configure_path, "--prefix=" + self.inst_dir] + self.args
......
[manifest]
name = libzmq
[download]
url = https://github.com/zeromq/libzmq/releases/download/v4.3.1/zeromq-4.3.1.tar.gz
sha256 = bcbabe1e2c7d0eec4ed612e10b94b112dd5f06fcefa994a0c79a45d835cd21eb
[build]
builder = autoconf
subdir = zeromq-4.3.1
[autoconf.args]
[dependencies]
autoconf
libtool
[manifest]
name = sigar
[download]
url = https://github.com/hyperic/sigar/archive/ad47dc3b494e9293d1f087aebb099bdba832de5e.zip
sha256 = 6604f993ddaf081dbf61e705cbe8d7b91045d8f1226c7ab1aebe6fc20986c3cc
[build]
builder = cmake
subdir = sigar-ad47dc3b494e9293d1f087aebb099bdba832de5e
# Override CFLAGS; this is needed because there are a number of functions defined
# in C files with the `inline` keyword that otherwise get optimized away
[cmake.defines]
CMAKE_C_FLAGS = -fgnu89-inline
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