Commit Graph

4 Commits

Author SHA1 Message Date
Alessandro Barbieri
9c84830033 */*: add lang="en" to <longdescription>
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-06-28 16:15:30 +02:00
Sergey Torokhov
60f15dba68 dev-libs/ftl: fix FLAGS (i.e. FCFLAGS) reassigning, pass CXXFLAGS
Closes: https://bugs.gentoo.org/785745

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2021-04-29 00:25:15 +03:00
Sergey Torokhov
2ea4fa55f1 dev-libs/ftl: fix intall build type as release instead of debug
As make options were not passed on install phase it recompiled
library in as BUILD=debug mode instead of 'release'.

Also gfortran command called directly as on install phase
it wasn't passed into make command.

Now build type and some other parameters passed in src_prepare
instead of src_compile and src_insall.

Closes: https://bugs.gentoo.org/785739

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2021-04-26 22:31:27 +03:00
Sergey Torokhov
b01f220bb5 dev-libs/ftl: new package
The Fortran Template Library (FTL) is a general purpose library for Fortran 2003

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2021-04-25 16:39:38 +03:00