Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix readlink
· f21334a1
Andreas Tille
authored
Jun 06, 2019
f21334a1
Also try to build ARBDB (but additional header files will be needed)
· 364990a5
Andreas Tille
authored
Jun 07, 2019
364990a5
Hide whitespace changes
Inline
Side-by-side
debian/patches/fix_main_makefile.patch
View file @
364990a5
...
...
@@ -259,7 +259,7 @@
build: arb
- $(MAKE) binlink preplib compile_compatibility
+ $(MAKE) core
+ $(MAKE)
db
core
all:
@echo "Build time" > $(TIMELOG)
...
...
debian/patches/ignore_unneeded_stuff.patch
View file @
364990a5
--- a/SOURCE_TOOLS/generate_all_links.sh
+++ b/SOURCE_TOOLS/generate_all_links.sh
@@ -1,7 +1,7 @@
#!/bin/bash
SELF=$ARBHOME/SOURCE_TOOLS/generate_all_links.sh
-READLINK=${ARBHOME}/SH/arb_readlink
+READLINK=readlink
finderr() {
@@ -126,7 +126,9 @@
makedir lib/help &&
(test -z $MOTIF_LIBPATH || symlink_file $MOTIF_LIBPATH lib/libXm.so.3) &&
...
...
@@ -164,7 +173,7 @@
defined $revision || die "expected known revision!";
--- a/Makefile
+++ b/Makefile
@@ -162
5
,7 +162
5
,7 @@
redo_links: clean_links
@@ -162
4
,7 +162
4
,7 @@
redo_links: clean_links
#********************************************************************************
header_libs:
...
...
@@ -173,7 +182,7 @@
#********************************************************************************
@@ -165
7
,7 +165
7
,7 @@
endif
@@ -165
6
,7 +165
6
,7 @@
endif
binlink:
...
...
@@ -182,7 +191,7 @@
preplib:
(cd lib;$(MAKE) all)
@@ -19
24
,7 +19
24
,7 @@
arb_external: convert tools gde readseq
@@ -19
10
,7 +19
10
,7 @@
arb_external: convert tools gde readseq
arb_no_perl: arbapplications arb_external
arb:
...
...
debian/rules
View file @
364990a5
...
...
@@ -37,7 +37,7 @@ config.makefile: config.makefile.template
override_dh_auto_build:
ln -s TEMPLATES INCLUDE
for header in UNIT_TESTER/*.h ; do ln -s ../$${header} INCLUDE/`basename $${header}` ; done
for header in
CORE/*.h
UNIT_TESTER/*.h ; do ln -s ../$${header} INCLUDE/`basename $${header}` ; done
ln -s /usr/include/valgrind/valgrind.h INCLUDE/valgrind.h
ln -s ../AISC_COM/AISC PROBE_COM/AISC
mkdir bin
...
...