Home | History | Annotate | Line # | Download | only in dist
      1 prefix=/usr/local
      2 exec_prefix=/usr/local
      3 libdir=${exec_prefix}/lib
      4 includedir=${prefix}/include
      5 install_suffix=
      6 jemalloc_prefix=
      7 
      8 Name: jemalloc
      9 Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
     10 URL: https://jemalloc.net/
     11 Version: 5.3.1_0
     12 Cflags: -I${includedir}
     13 Libs: -L${libdir} -ljemalloc${install_suffix}
     14 Libs.private: -lm -lstdc++ -pthread
     15