tarantool 1.7.6.12
Closes #21431. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
d2492f1956
commit
99c029ccde
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
class Tarantool < Formula
|
||||
desc "In-memory database and Lua application server"
|
||||
homepage "https://tarantool.org/"
|
||||
url "https://download.tarantool.org/tarantool/1.7/src/tarantool-1.7.5.184.tar.gz"
|
||||
sha256 "3c95948b90ef17ec772b09532aaaef7a71c75d2b13cbe192e6dd1796069afd01"
|
||||
revision 1
|
||||
url "https://download.tarantool.org/tarantool/1.7/src/tarantool-1.7.6.12.tar.gz"
|
||||
sha256 "c421ab57a9ed23528e8b3722255b801ef1baa2d631e0725c0ba014314e1b11de"
|
||||
head "https://github.com/tarantool/tarantool.git", :branch => "1.8", :shallow => false
|
||||
|
||||
bottle do
|
||||
|
@ -22,6 +21,7 @@ class Tarantool < Formula
|
|||
|
||||
args = std_cmake_args
|
||||
|
||||
args << "-DCMAKE_CXX_FLAGS=-Wno-c++11-narrowing"
|
||||
args << "-DCMAKE_INSTALL_MANDIR=#{doc}"
|
||||
args << "-DCMAKE_INSTALL_SYSCONFDIR=#{etc}"
|
||||
args << "-DCMAKE_INSTALL_LOCALSTATEDIR=#{var}"
|
||||
|
|
Loading…
Reference in a new issue