785f5d95987a916b8c37021dfa2e7ec0271fff34 kent Wed May 21 16:17:11 2014 -0700 Making it so that the ENCODE data warehouse doesn't even try to compile under Mac OS. It doesn't need to, and Mac OS lacks some of the libraries it uses. diff --git src/hg/makefile src/hg/makefile index 855944a..5a626dd 100644 --- src/hg/makefile +++ src/hg/makefile @@ -33,30 +33,37 @@ sqlToXml xmlToSql utils BROKEN_TEST_DIRS = liftOver scaffoldFaToAgp BAD_DIRS = \ altGraph \ cgiExample \ geneOverlap \ hgBatch \ makeSeqs \ oneShot \ synMap \ encode \ wikiPlot +# can not build this on Mac OSX - has functions not supported +ifeq ($(UNAME_S),Darwin) + buildRefresh= +else + buildRefresh=encode3 +endif + # List of directories to build for userApps UTILS_APPLIST = \ autoDtd \ autoSql \ autoXml \ bedSort \ liftUp \ liftOver \ bedIntersect \ bedItemOverlapCount \ bedToGenePred \ blastToPsl \ checkCoverageGaps \ checkHgFindSpec \ checkTableCoords \ @@ -109,31 +116,31 @@ # List of directories to build at UCSC UTIL_DIRS = \ affyTransciptome \ agpCloneCheck \ agpCloneList \ agpAllToFaFile \ agpToFa \ agpToGl \ altSplice \ bedOrBlocks \ bedSplitOnChrom \ borfBig \ ctgFaToFa \ ctgToChromFa \ embossToPsl \ -# encode3 \ + ${buildRefresh} \ fakeFinContigs \ fakeOut \ ffaToFa \ fishClones \ fqToQa \ fqToQac \ fragPart \ gbGetEntries \ gbOneAcc \ gbToFaRa \ geneBounds \ getFeatDna \ getRna \ getRnaPred \ gpStats \