Codebase list fasta3 / d61cb91
Preparing for upload Steffen Moeller 4 years ago
3 changed file(s) with 12 addition(s) and 60 deletion(s). Raw diff Collapse all Expand all
0 fasta3 (36.3.8h-1) UNRELEASED; urgency=medium
0 fasta3 (36.3.8h-1) unstable; urgency=medium
11
2 [ Andreas Tille ]
23 * Team upload.
34 * New upstream version
45 * debhelper-compat 12
56 * Standards-Version: 4.4.0
6 TODO: Do we really need to use non-free smith waterman code?
7 There is a free libssw. Please contact upstream!
87
9 -- Andreas Tille <tille@debian.org> Mon, 19 Aug 2019 21:45:02 +0200
8 TODO: Do we really need to use non-free smith waterman code?
9 There is a free libssw. Please contact upstream!
10
11 [ Steffen Moeller]
12 * Standards-Version: 4.4.1
13 * Fixed patches - somehow one Makefile.common was removed but needed
14 that led to a FTBFS.
15
16 -- Steffen Moeller <moeller@debian.org> Mon, 06 Jan 2020 12:20:34 +0100
1017
1118 fasta3 (36.3.8g-1) unstable; urgency=low
1219
55 Priority: optional
66 Build-Depends: debhelper-compat (= 12),
77 zlib1g-dev
8 Standards-Version: 4.4.0
8 Standards-Version: 4.4.1
99 Vcs-Browser: https://salsa.debian.org/med-team/fasta3
1010 Vcs-Git: https://salsa.debian.org/med-team/fasta3.git
1111 Homepage: http://fasta.bioch.virginia.edu
2828 +CFLAGS += -DSHOW_HELP -DSHOWSIM -DUNIX -DTIMES -DHZ=100 -DMAX_WORKERS=8 -DTHR_EXIT=pthread_exit -DM10_CONS -D_REENTRANT -DHAS_INTTYPES -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DUSE_FSEEKO -DSAMP_STATS -DPGM_DOC -DUSE_MMAP -D_LARGEFILE64_SOURCE -DBIG_LIB64
2929 # -I/usr/include/mysql -DMYSQL_DB
3030 # -DSUPERFAMNUM -DSFCHAR="'|'"
31
32 --- a/make/Makefile36m.common
33 +++ /dev/null
34 @@ -1,51 +0,0 @@
35 -#
36 -# $Name: $ - $Id: Makefile36m.common 1250 2014-01-24 21:33:39Z wrp $
37 -#
38 -# commands common to all architectures
39 -# if your architecture does not support "include", append at the end.
40 -#
41 -
42 -COMP_LIBO=comp_mlib9.o # reads database into memory for multi-query without delay
43 -COMP_THRO=comp_mthr9.o # threaded version
44 -
45 -WORK_THRO=work_thr2.o
46 -GETSEQO =
47 -
48 -# standard nxgetaa, no memory mapping for 0 - 6
49 -#LGETLIB=getseq.o lgetlib.o
50 -#NGETLIB=nmgetlib
51 -
52 -# memory mapping for 0FASTA, 5PIRVMS, 6GCGBIN
53 -LGETLIB= $(GETSEQO) lgetlib.o lgetaa_m.o
54 -NGETLIB=nmgetlib
55 -
56 -# use ncbl_lib.c for BLAST1.4 support instead of ncbl2_mlib.c
57 -#NCBL_LIB=ncbl_lib.o
58 -
59 -# this option should support both formats (BLAST1.4 not currently supported):
60 -#NCBL_LIB=ncbl_lib.o ncbl2_mlib.o
61 -
62 -# normally use ncbl2_mlib.c
63 -#NCBL_LIB=ncbl2_mlib.o
64 -#LIB_M= -lm
65 -
66 -# this option supports NCBI BLAST2 and mySQL
67 -# it requires "-I/usr/include/mysql -DMYSQL_DB" in CFLAGS
68 -# and "-L/usr/lib64/mysql -lmysqlclient -lz" in LIB_M
69 -# some systems may also require a LD_LIBRARY_PATH change
70 -
71 -LIB_M= -lm
72 -#LIB_M= -L/usr/lib64/mysql -lmysqlclient -lm # -lz
73 -NCBL_LIB=ncbl2_mlib.o
74 -#NCBL_LIB=ncbl2_mlib.o mysql_lib.o
75 -
76 -# threaded as _t, serial
77 -# include ../make/Makefile.pcom
78 -
79 -# threaded without _t
80 -include ../make/Makefile.pcom_t
81 -
82 -# serial only
83 -# include ../make/Makefile.pcom_s
84 -
85 -include ../make/Makefile.fcom