Package: ugene / 51.0+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
ugene | 51.0+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
hardening.patch | (download) |
src/ugene_globals.pri |
9 9 + 0 - 0 ! |
add qmake flags to add hardening Also remove parameters for win32 and macx because they seem to irritate the build system. Merged into this patch, because they overlap. Last-Updated: 2015-12-10 |
do_not_build_phylip_and_psipred.patch | (download) |
ugene.pro |
2 0 + 2 - 0 ! |
do not build phylip plugin which is removed since the code copy of the old version has no free license Also omitting psipred for the same reason |
use_debian_sqlite.patch | (download) |
src/corelibs/U2Core/src/dbi/U2SQLiteTripleStore.cpp |
2 1 + 1 - 0 ! |
tried to use debian packages sqlite3 but failed because package does not build that way |
python_interpreter.patch | (download) |
data/snp_scripts/rsnp.py |
4 2 + 2 - 0 ! |
using python3 as the interpreter |
set_rpath.patch | (download) |
src/ugenecl/ugenecl.pri |
2 1 + 1 - 0 ! |
setting the rpath so that private shared libraries are found |
plugins_directory.patch | (download) |
src/corelibs/U2Private/src/PluginSupportImpl.cpp |
2 1 + 1 - 0 ! |
looking for plugins in their debian install directory |
undefined_references.patch | (download) |
src/libs_3rdparty/samtools/src/samtools_core/htslib/htscodecs/htscodecs/rANS_static32x16pr.h |
22 0 + 22 - 0 ! |
removing _neon signatures to avoid build failure on aarch64 |
signed_char_neighbour_table.patch | (download) |
src/plugins_3rdparty/ball/src/include/BALL/DATATYPE/hashGrid.h |
2 1 + 1 - 0 ! |
indicating we use signed char, so that we don't depend on the default choice of the implementation |