Illumina / interop

C++ Library to parse Illumina InterOp files
http://illumina.github.io/interop/index.html
GNU General Public License v3.0
75 stars 26 forks source link

How to install python interop package on M1 mac? #282

Closed jwarwick-delfi closed 2 years ago

jwarwick-delfi commented 2 years ago

Hi,

Would it be possible for you to provide a python sdist for the interop package, or instructions on how to compile and install the python package?

Thanks.

ezralanglois commented 2 years ago

This page is supposed to cover it http://illumina.github.io/interop/install.html

But, it might be better to look at the following script to install all the prereqs https://github.com/Illumina/interop/blob/master/tools/prereqs/travis-osx-install.sh

This script for building from source https://github.com/Illumina/interop/blob/master/tools/package.sh

If you can tell me what you plan to target, then I can direct you to a specific line number for the second script