Package: emmax / 0~beta.20100307-3
Metadata
Package | Version | Patches format |
---|---|---|
emmax | 0~beta.20100307-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
dynamic.patch | (download) |
makefile |
15 3 + 12 - 0 ! |
dynamic linking |
paths.patch | (download) |
emmax.c |
2 1 + 1 - 0 ! |
fix header path of clapack.h |
aborts.patch | (download) |
emmax-kin.c |
8 7 + 1 - 0 ! |
clean exit when no options are given |
install.patch | (download) |
makefile |
6 6 + 0 - 0 ! |
proper install target |
clean.patch | (download) |
makefile |
2 1 + 1 - 0 ! |
proper cleaning |
logfile.patch | (download) |
emmax.c |
13 8 + 5 - 0 ! |
log only if file pointer exists |
atlas.patch | (download) |
emmax.c |
2 1 + 1 - 0 ! |
adapt to new libatlas-base-dev layout |
hardening.patch | (download) |
makefile |
4 2 + 2 - 0 ! |
propagate hardening options (unfortunately this does not help) |
fix autopkgtest.patch | (download) |
emmax-kin.c |
3 2 + 1 - 0 ! |
fixes autopkgtest on other archs There seems to be an issue with comparing a char and an int with the value -1. Using an int to store the parameter of getopt fixes the problems with the switch statement always hitting the default case. |