Vlad Gheorghiu
Vlad Gheorghiu
Fixed by #135
@yurivict In 5.1 we've updated the library so it installs the latest Google Test on demand. Now you just need to compile with `cmake -B build` followed by `cmake --build...
@meamy any ideas what's going on?
Is this fixed now?
@ramvdixit can you remove liboqs and simply try `pip install .` from the root of `liboqs-python`? This should take care of dependencies and install/build liboqs for you automatically. I cannot...
@skilfoy thanks, I'll take a look
tagging @ryjones
Also, make sure `/opt/homebrew` is first in the `PATH`, e.g., I have this line in my `.profile` ```shell # Homebrew export PATH=/opt/homebrew/bin:/opt/homebrew/sbin:$PATH export CPATH=/opt/homebrew/include export LIBRARY_PATH=/opt/homebrew/lib ``` In case you...
@ryjones probably one can remove the `grep` from your 4th line
Closing as it's not related to oqs-python, but to library conflicts between x86-64 and arm