Package: vlfeat / 0.9.17+dfsg0-6
Metadata
Package | Version | Patches format |
---|---|---|
vlfeat | 0.9.17+dfsg0-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 environmental CFLAGS LDFLAGS CPPFLAGS are now used.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
environmental cflags, ldflags, cppflags are now used This patch fixes a typo and pulls in the variables |
0002 removed bogus commas in the Makefile.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
removed bogus commas in the makefile |
0003 the DSO now has an SONAME.patch | (download) |
make/dll.mak |
2 2 + 0 - 0 ! |
the dso now has an soname |
0004 removed unneeded RPATH from the .mex files.patch | (download) |
make/octave.mak |
10 0 + 10 - 0 ! |
removed unneeded rpath from the .mex files |
0005 octave make clean now works properly.patch | (download) |
make/octave.mak |
8 6 + 2 - 0 ! |
octave 'make clean' now works properly Two fixes: 1. 'make clean' now always cleans up octave stuff, even if octave builds are off. This works to clean up from previous runs 2. octave now cleans up its .o files |
0006 the mex .d file generator now works. It has include .patch | (download) |
make/octave.mak |
5 3 + 2 - 0 ! |
the mex .d file generator now works. it has include-path issues |
0007 removed architecture detection logic.patch | (download) |
Makefile |
58 2 + 56 - 0 ! |
removed architecture detection logic This isn't needed on debian, and builds were failing on i386 machines since the detection was seeing a 64-bit system for some reason |
0008 Removed google adsense and google analytics from the.patch | (download) |
docsrc/vlfeat-website-template.xml |
30 0 + 30 - 0 ! |
removed google adsense and google analytics from the docs This violated the user's privacy: http://lintian.debian.org/tags/privacy-breach-google-adsense.html |
0009 I disable SSE2 and AVX to work on Debian s wide arra.patch | (download) |
Makefile |
4 2 + 2 - 0 ! |
i disable sse2 and avx to work on debian's wide array of arches |
0010 I no longer try to generate x86 specific code on non.patch | (download) |
vl/host.c |
4 4 + 0 - 0 ! |
i no longer try to generate x86-specific code on non-x86 boxes |