Compare commits
6 Commits
sumatra_v1
...
master
Author | SHA1 | Date | |
---|---|---|---|
89fa626950 | |||
1c27cff112 | |||
c81ac1ec53 | |||
a2b7a11b84 | |||
89eafb3772 | |||
29081ddbb3 |
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "sumalibs"]
|
||||
path = sumalibs
|
||||
url = https://git.metabarcoding.org/obitools/sumalibs.git
|
||||
url = https://forge.metabarcoding.org/obitools/sumalibs.git
|
||||
|
2
Makefile
2
Makefile
@ -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)
|
||||
|
||||
########
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
2
sumalibs
2
sumalibs
Submodule sumalibs updated: b11748eac8...9f08b85eaf
@ -20,7 +20,7 @@
|
||||
#include "libutils/utilities.h"
|
||||
#include "mtcompare_sumatra.h"
|
||||
|
||||
#define VERSION "1.0.33"
|
||||
#define VERSION "1.0.36"
|
||||
|
||||
|
||||
/* ----------------------------------------------- */
|
||||
|
@ -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.
Reference in New Issue
Block a user