Fork me on GitHub
#datalevin
<
2023-01-11
>
Huahai04:01:24

I am working on improving search index write performance.

andelf13:01:30

Hi, how can I compile native executable on apple silicon?

Execution error (ExceptionInfo) at datalevin.binding.java/apple-silicon-lmdb (java.clj:758).
Failed to extract LMDB librarynil
It seems that the fn tries to find LMDB library from resources.

Huahai16:01:59

Let me release a version that let you do that today.

🙌 2
Huahai00:01:41

0.7.12 should allow you build native on apple silicon

Huahai01:01:52

Make sure to add export DTLV_COMPILE_NATIVE=true

andelf03:01:10

Many thanks. It works great.