6 Commits

Author SHA1 Message Date
89fa626950 Actualiser Makefile 2025-06-12 15:02:44 +00:00
1c27cff112 Actualiser global.mk 2025-06-12 15:00:02 +00:00
c81ac1ec53 Actualiser .gitmodules 2025-06-12 14:54:36 +00:00
a2b7a11b84 moved sumalib to v1.0.36 2020-04-13 14:08:16 +02:00
89eafb3772 forgotten pdf doc 2019-03-28 14:54:37 +01:00
29081ddbb3 updated documentation for the new installation 2019-03-28 14:46:06 +01:00
7 changed files with 12 additions and 12 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "sumalibs"]
path = sumalibs
url = https://git.metabarcoding.org/obitools/sumalibs.git
url = https://forge.metabarcoding.org/obitools/sumalibs.git

View File

@ -26,7 +26,7 @@ all: $(EXEC)
# executable compilation and link
sumatra: $(SUMATRA_OBJ)
sumatra: $(SUMATRA_OBJ) ./sumalibs/libsuma.a
$(CC) $(LDFLAGS) -o $@ -pthread $(SUMATRA_OBJ) $(LIBSUMAPATH) $(LIB)
########

View File

@ -1,4 +1,3 @@
LIBSUMAPATH = -L./sumalibs
LIBSUMA = ./sumalibs/libsuma.a
@ -8,9 +7,9 @@ LDFLAGS=
ifeq ($(CC),gcc)
CFLAGS = -O3 -s -DOMP_SUPPORT -w
CFLAGS = -I sumalibs -O3 -s -DOMP_SUPPORT -w
else
CFLAGS = -O3 -w
CFLAGS = -I sumalibs -O3 -w
endif

View File

@ -20,7 +20,7 @@
#include "libutils/utilities.h"
#include "mtcompare_sumatra.h"
#define VERSION "1.0.33"
#define VERSION "1.0.36"
/* ----------------------------------------------- */

View File

@ -29,7 +29,8 @@ Untar the archive, go into the newly created directory and compile:
```
tar zxvf sumatra_v[x.x.xx].tar.gz
cd sumatra_v[x.x.xx]
make
make -C sumalibs install
make install
```
## Documentation

Binary file not shown.