This is a test version of Biostars. For the public version, visit https://www.biostars.org.
install MIra 3.9.10 on Mac

Hi

I download MIRA 4 using brew on my mac but I got the following error.

Downloading https://downloads.sourceforge.net/project/mira-assembler/MIRA/st
Already downloaded: /Library/Caches/Homebrew/mira-4.0.2.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/mira/4.0.2 --with-expat=/usr/local/op
==> make LIBS='-lboost_regex-mt -lboost_system-mt -lboost_filesystem-mt -lboost_
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2   CPPFLAGS: -I/usr/local/opt/openssl/include

I also want to install MIRA 3.9.10 using brew install -v mira 3.9.10 but the mac did not recognize the mira version.

Any suggestion will be helpful.

next-gen

1 answer

Try this;

./configure --prefix=/usr/local/Cellar/mira/4.0.2 --with-expat=/usr/local/op CPPFLAGS=-I/usr/local/opt/openssl/include

I install MIRA based on brew. It install it automatically and gave me the errors. Would you please let me know how I do the new configuration in mac terminal?

Thanks

Log in to answer this question.