aowenson-imm

Results 4 comments of aowenson-imm

Fixed my build issues on Ubuntu 22. What's blocking the merge?

You have to PIP install from source after installing the dependencies: ``` git clone -b "v1.1.0" https://github.com/open2c/pairtools.git cd pairtools && pip install . ``` Indicates a problem with the precompiled...

`make CFLAGS="-fcommon"` does not solve error. But this does: `make CC="gcc -fcommon"`.