Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Update patch for makefile
· 9d294075
Dylan Aïssi
authored
Nov 28, 2018
9d294075
Upload to unstable
· aac87402
Dylan Aïssi
authored
Nov 28, 2018
aac87402
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
aac87402
bio-eagle (2.4.1-1)
UNRELEASED
; urgency=medium
bio-eagle (2.4.1-1)
unstable
; urgency=medium
* New upstream release.
* Update my email address.
-- Dylan Aïssi <daissi@debian.org>
Sat
, 2
4
Nov 2018
14
:5
7
:3
7
+0100
-- Dylan Aïssi <daissi@debian.org>
Wed
, 2
8
Nov 2018
07
:5
6
:3
6
+0100
bio-eagle (2.4-2) unstable; urgency=medium
...
...
debian/patches/Makefile_config.patch
View file @
aac87402
Author: Dylan Aïssi
Description: Configure the makefile for Debian packaging.
Last-Update: 201
6
-1
0
-2
3
Last-Update: 201
8
-1
1
-2
8
Forwarded: not-needed
--- a/src/Makefile
...
...
@@ -41,7 +41,14 @@ Forwarded: not-needed
LFLAGS += -fopenmp
@@ -102,10 +102,10 @@
@@ -96,16 +96,16 @@
T = eagle
-O = DipTreePBWT.o Eagle.o EagleImpMiss.o EagleParams.o EaglePBWT.o FileUtils.o GenoData.o HapHedge.o MapInterpolater.o MemoryUtils.o NumericUtils.o StaticMultimap.o StringUtils.o SyncedVcfData.o Timer.o memcpy.o
+O = DipTreePBWT.o Eagle.o EagleImpMiss.o EagleParams.o EaglePBWT.o FileUtils.o GenoData.o HapHedge.o MapInterpolater.o MemoryUtils.o NumericUtils.o StaticMultimap.o StringUtils.o SyncedVcfData.o Timer.o
OMAIN = EagleMain.o $O
.PHONY: clean
$T: ${OMAIN}
...
...