
On Mon, 27 Apr 2020 19:09:40 +0930 Simon Lees <sflees@suse.de> wrote:
On 4/27/20 7:02 PM, Jogchum Reitsma wrote:
Op 27-04-2020 om 10:15 schreef Tomas Kuchta:
On Mon, Apr 27, 2020, 00:31 Simon Lees <sflees@suse.de <mailto: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.h does 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.h If lucky, uninstall not needed packages.
Or Google for: quadmath.h site:build.opensuse.org <http://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.
https://build.opensuse.org/search?search_text=quadmath.h&search_for=0&name=1...
doesn't give any results.
I hardly can imagine opensuse TW doesn't have it at all?
gcc-fortran seems to be the obvious thing to try, if the lib is in tumbleweed the devel package should be somewhere.
FWIW, on my leap 15.0 system, it is provided by gcc7-fortran and is at /usr/lib64/gcc/x86_64-suse-linux/7/include/quadmath.h gcc7-fortran is pulled in automatically when I install gcc-fortran. -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org