Skip to content

Commit

Permalink
bump jemalloc version because of El Capitan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro authored and Rob Patro committed Jan 23, 2017
1 parent d2568b9 commit aed94a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -620,9 +620,9 @@ if (NOT HAVE_FAST_MALLOC)
message("==================================================================")
ExternalProject_Add(libjemalloc
DOWNLOAD_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external
DOWNLOAD_COMMAND curl -k -L https://github.com/COMBINE-lab/jemalloc/archive/4.3.1.tar.gz -o jemalloc-4.3.1.tar.gz &&
tar -xzf jemalloc-4.3.1.tar.gz
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/jemalloc-4.3.1
DOWNLOAD_COMMAND curl -k -L https://github.com/COMBINE-lab/jemalloc/archive/4.4.0.tar.gz -o jemalloc-4.4.0.tar.gz &&
tar -xzf jemalloc-4.4.0.tar.gz
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/jemalloc-4.4.0
BUILD_IN_SOURCE TRUE
INSTALL_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/install
CONFIGURE_COMMAND sh -c "${JEMALLOC_FLAGS} ./autogen.sh --prefix=<INSTALL_DIR>"
Expand Down

0 comments on commit aed94a2

Please sign in to comment.