On Mon, Apr 27, 2020, 00:31 Simon Lees <sflees@suse.de> wrote:
On 4/27/20 4:57 PM, Jogchum Reitsma wrote:
> Hi,
>
> I need the header file quadmath.h, which is AFAICS path of the Frotran
> package. But neither Yast nor zypper, or googling "quadmath.h opensuse
> Tumbleweed" or "libquadmath0 devel opensuse tumbleweed" leads to a
> opensuse repository for that package. I assume it is the -devel version
> of the libquadmath0 package (which I had already installed), but where
> do I find it?
Generally the starting point is "rpm -qi libquadmath0" to find out the
source package, but in this case its gcc10 which means at a guess its
installed with the standard gcc-fortran stuff. I have no need for
fortran so I didn't double check this guess.
Cheers
--
Simon Lees (Simotek)
I think, rpm -qi .... will only look through already installed packages.
zypper search --file-list quadmath.hdoes the same - also only in installed packages.
I would usually fish for potential packages using zypper search quadmath, install them then zypper search --file-list quadmath.hIf lucky, uninstall not needed packages.
Or Google for: quadmath.h site:build.opensuse.org
That points to gcc package spec
I bet there is better way...
Tomas
I installed
cpp10
libasan6
libgmpxx4
gcc10
gmp-devel)
mpfr-devel
mpc-devel
gcc10-devel
gcc10-10.0.1+git175037-1.5.src.rpm
but still no quadmath.h.
doesn't give any results.
I hardly can imagine opensuse TW doesn't have it at all?
cheers, Jogchum