Changes

From Genome Analysis Wiki
Jump to navigationJump to search
2 bytes added ,  10:42, 1 May 2013
Line 10: Line 10:  
</pre>
 
</pre>
 
: 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 gcc version > X4.3.0.
 
: 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:
 
: 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>

Navigation menu