Skip to content

Commit

Permalink
tarantool 2.3.2.1
Browse files Browse the repository at this point in the history
Co-Authored-By: Alexander Bayandin <[email protected]>
  • Loading branch information
avtikhon and bayandin committed Apr 23, 2020
1 parent 1234a05 commit 0f0fffd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Formula/tarantool.rb
Original file line number Diff line number Diff line change
@@ -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/2.3/src/tarantool-2.3.1.1.tar.gz"
sha256 "5ea7e5dba6300cdcc0769b0cd7ce46848dc398187159a24ffaea5057bea73aa2"
revision 1
url "https://download.tarantool.org/tarantool/2.3/src/tarantool-2.3.2.1.tar.gz"
sha256 "03f3b839926bd40f9bd98d3573040ac7ff430cd90384dbe34a1aa5ff29c5e3f3"
head "https://github.com/tarantool/tarantool.git", :branch => "2.3", :shallow => false

bottle do
Expand All @@ -27,6 +26,11 @@ def install
# Necessary for luajit to build on macOS Mojave (see luajit formula)
ENV["MACOSX_DEPLOYMENT_TARGET"] = MacOS.version

# Avoid keeping references to Homebrew's clang/clang++ shims
inreplace "src/trivia/config.h.cmake",
"#define COMPILER_INFO \"@CMAKE_C_COMPILER@ @CMAKE_CXX_COMPILER@\"",
"#define COMPILER_INFO \"/usr/bin/clang /usr/bin/clang++\""

args = std_cmake_args
args << "-DCMAKE_INSTALL_MANDIR=#{doc}"
args << "-DCMAKE_INSTALL_SYSCONFDIR=#{etc}"
Expand Down

0 comments on commit 0f0fffd

Please sign in to comment.