Changes

From Genome Analysis Wiki
Jump to navigationJump to search
311 bytes added ,  18:04, 24 January 2011
no edit summary
Line 25: Line 25:  
Let me know if you experience any of these problems as we may already have a fix you can use:
 
Let me know if you experience any of these problems as we may already have a fix you can use:
   −
* None reported yet.
+
* 1/24/11 - glfMultiples does not have a 'test' target, so 'make test' fails.
 +
** Solution:  Add the following at line 89 of statgen/src/glfMultiples/Makefile
 +
<pre>
 +
test : all
 +
if test -d $(TEST_DIR); \
 +
        then \
 +
        $(MAKE) $(PARALLEL_MAKE) -C $(TEST_DIR) OPTFLAG="$(OPTFLAG)" --no-print-directory $@; \
 +
        fi
 +
 
 +
</pre>
    
=== Troubleshooting ===
 
=== Troubleshooting ===

Navigation menu