[med-svn] [Git][med-team/minimap2][master] 2 commits: Delete addLTO.patch
Andreas Tille
gitlab at salsa.debian.org
Mon Apr 13 07:17:41 BST 2020
Andreas Tille pushed to branch master at Debian Med / minimap2
Commits:
66dd911a by Hamid Nassiby at 2020-04-12T15:32:49+00:00
Delete addLTO.patch
In relation to Bug #956136
https://bugs.debian.org/956136
- - - - -
30139300 by Hamid Nassiby at 2020-04-12T15:40:51+00:00
Update series
In relation to Bug #956136
https://bugs.debian.org/956136
- - - - -
2 changed files:
- − debian/patches/addLTO.patch
- debian/patches/series
Changes:
=====================================
debian/patches/addLTO.patch deleted
=====================================
@@ -1,30 +0,0 @@
-Author: Steffen Moeller
-Last-Update: 2020-03-14 23:04:54 +0100
-Description: Add -flto flag
-
-Index: minimap2/Makefile
-===================================================================
---- minimap2.orig/Makefile
-+++ minimap2/Makefile
-@@ -1,10 +1,11 @@
--CFLAGS+= -g -Wall -O2 -Wc++-compat #-Wextra
-+CFLAGS+= -g -Wall -O2 -Wc++-compat -flto #-Wextra
- CPPFLAGS+= -DHAVE_KALLOC
- INCLUDES=
- OBJS= kthread.o kalloc.o misc.o bseq.o sketch.o sdust.o options.o index.o chain.o align.o hit.o map.o format.o pe.o esterr.o splitidx.o ksw2_ll_sse.o
- PROG= minimap2
- PROG_EXTRA= sdust minimap2-lite
- LIBS= -lm -lz -lpthread
-+LDFLAGS+= -flto
-
- OBJS+=ksw2_extz2_sse.o ksw2_extd2_sse.o ksw2_exts2_sse.o
-
-@@ -29,7 +30,7 @@ all:$(PROG)
- extra:all $(PROG_EXTRA)
-
- minimap2:main.o libminimap2.a
-- $(CC) $(CFLAGS) main.o -o $@ -L. -lminimap2 $(LIBS) $(LDFLAGS)
-+ $(CC) main.o -o $@ -L. -lminimap2 $(LIBS) $(LDFLAGS)
-
- minimap2-lite:example.o libminimap2.a
- $(CC) $(CFLAGS) $< -o $@ -L. -lminimap2 $(LIBS) $(LDFLAGS)
=====================================
debian/patches/series
=====================================
@@ -1,5 +1,4 @@
hardening.patch
do_not_use_natbib.bst.patch
simde
-addLTO.patch
ar.patch
View it on GitLab: https://salsa.debian.org/med-team/minimap2/-/compare/be7448d7435e51944a951a584bf7e187e15be2a0...30139300437abf89ccc7c6f9295ede965c733830
--
View it on GitLab: https://salsa.debian.org/med-team/minimap2/-/compare/be7448d7435e51944a951a584bf7e187e15be2a0...30139300437abf89ccc7c6f9295ede965c733830
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200413/cf94d888/attachment-0001.html>
More information about the debian-med-commit
mailing list