Changes

From Genome Analysis Wiki
Jump to navigationJump to search
6 bytes removed ,  09:35, 1 May 2013
Line 11: Line 11:  
: HashErrorModel by default uses an unordered_map which is only found in C++11/C++0x.   
 
: HashErrorModel by default uses an unordered_map which is only found in C++11/C++0x.   
 
: The code attempts to automatically detect whether or not you have C++11/C++0x by checking if the CCVERSION > X4.3.0.
 
: The code attempts to automatically detect whether or not you have C++11/C++0x by checking if the CCVERSION > X4.3.0.
: If you see this failure, that means this check did not properly work for you.  You will need to manually disable the C++11/C++0x code.  There are a couple of ways to do this:
+
: If you see this failure, that means this check did not properly work and you will need to manually disable the C++11/C++0x code.  There are a couple of ways to do this:
 
# Update bamUtil/Makefile.inc, line 7, change <code>CXX11_AVAIL ?= 1</code> to <code>CXX11_AVAIL = 0</code>
 
# Update bamUtil/Makefile.inc, line 7, change <code>CXX11_AVAIL ?= 1</code> to <code>CXX11_AVAIL = 0</code>
 
# Set CXX11_AVAIL to 0 on the command line:
 
# Set CXX11_AVAIL to 0 on the command line:

Navigation menu