Hi - this seemed to be working but somehow I ended up with exactly the same error, I looked at the troubleshooting issues pages but it seems to be something jellyfish-related and not homebrew related so I'm still not really sure what is going on
=> ./configure --prefix=/usr/local/Cellar/jellyfish/2.1.4
==> make
Last 15 lines from /Users/Username/Library/Logs/Homebrew/jellyfish/02.make:
/usr/bin/make all-am
CXX lib/rectangular_binary_matrix.lo
CXX lib/mer_dna.lo
CXX lib/storage.lo
CXX lib/allocators_mmap.lo
CXX lib/misc.lo
CXX lib/int128.lo
CXX lib/thread_exec.lo
lib/misc.cc:86:11: error: no member named 'all_of' in namespace 'std'
if(std::all_of(arg.begin(), arg.end(), isblunt))
~~~~~^
1 error generated.
make[1]: *** [lib/misc.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 2
READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/homebrew/homebrew-science/issues
I am trying to install Jellyfish, however I was stuck in the first step for there is no configure file at all...