Files
Dark Steveneq 646b892680
Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
push sheeet
2025-10-09 14:15:47 +02:00

28 lines
861 B
Diff

--- ./src/utils/bigWigCat/makefile 2023-03-27 14:03:01.585896516 +0000
+++ ./src/utils/bigWigCat/makefile 2023-03-27 14:03:27.716180479 +0000
@@ -1,3 +1,4 @@
kentSrc = ../..
A = bigWigCat
include $(kentSrc)/inc/userApp.mk
+L += -lz
--- ./src/utils/pslLiftSubrangeBlat/makefile 1970-01-01 00:00:01.000000000 +0000
+++ ./src/utils/pslLiftSubrangeBlat/makefile 2023-03-27 14:36:59.044600213 +0000
@@ -3,7 +3,7 @@
preMyLibs += ../../lib/$(MACHTYPE)/jkhgap.a
include $(kentSrc)/inc/userApp.mk
HG_INC += -I../../hg/inc
-L += $(MYSQLLIBS) -lm
+L += $(MYSQLLIBS) -lm -lz
test::
cd tests && ${MAKE} test
--- ./src/utils/bigWigCorrelate/makefile 2023-03-27 14:36:23.117545553 +0000
+++ ./src/utils/bigWigCorrelate/makefile 2023-03-27 14:36:33.854328176 +0000
@@ -1,3 +1,4 @@
kentSrc = ../..
A = bigWigCorrelate
include $(kentSrc)/inc/userApp.mk
+L += -lz