flint
No description set
- Devel package for openSUSE:Factory
-
1
derived packages
- Developed at SCM
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout science/flint && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-build-reduce-build-requirements-on-gmp-and-mp |
0000001805 1.76 KB | |
_scmsync.obsinfo | 0000000152 152 Bytes | |
build.specials.obscpio | 0000000256 256 Bytes | |
flint-3.3.1.tar.xz | 0005921132 5.65 MB | |
flint.changes | 0000012903 12.6 KB | |
flint.spec | 0000004001 3.91 KB |
Comments 4
Is the devel package even usable? The file "flint.h" includes "config.h", which isn't packaged for some reason.
This makes, a.o., "arb" unable to build (see @jengelh 's attempt).
It's a fucking mess. The use of
#include "config.h"
by system headers (which flint.h is at this point) is illegal, because it is prone to source any random config.h that is in the search path, and that config.h may contain a completely different set of #defines.Indeed. Is there any way we can convince upstream to use a sane(r) method (e.g. calling it something like "flint-config.h" instead)?
For the time being, could this be used as a stopgap solution?
It has improved since; flint and arb are now updated.