Vlad Gheorghiu

Results 26 comments of Vlad Gheorghiu

@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...

@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

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