Feature requests
Torsten Werner (debian)
- third party stuff like pvm, blas, lapack should not be shipped in the package, because Debian already has them; shipping them as separate addon packages would be okay, though
- CFLAGS should always contain compiler flags only like -O and no include paths for the preprocessor like -I
Markus Dittrich (gentoo)
- Currently configure ignores the CFLAGS, CXXFLAGS, etc. environmental variables and any changes have to be sed'ed into Makefile.in
- "make all" ignores DESTDIR
- the wrappers Blpr BEpsf Blatexpr2 Blatexprs Blatexpr scilab contain the compile paths instead of the final install paths and have to be fixed by hand; the same is true for util/Blatdoc util/Blatdocs.
Jean-Sebastien Roy (freeBSD)
- Il serait bien d'intégrer les patchs appliqués à FreeBSD, dans la mesure ou c'est possible (notamment l'usage de stdlib.h au lieu de malloc.h).
- limiter l'intégration dans Scilab des sources de librairies externes (comme PVM ou BLAS)
- respecter les flags fixés par l'utilisateur (CFLAGS, FFLAGS, CC, F77, etc...).
- Si l'utilisateur le précise, ne pas tester la présence de telle ou telle fonctionnalité (genre sablotron/xsltproc).