Bug 286609 - [New Port] devel/fortran-stdlib: Fortran Standard Library
Summary: [New Port] devel/fortran-stdlib: Fortran Standard Library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-05 17:11 UTC by RwN
Modified: 2025-05-11 11:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RwN 2025-05-05 17:11:36 UTC
I proposed to introduce in the port collection the Fortran Standard Library (https://stdlib.fortran-lang.org/). 

See review D50168

Sincerely.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-05-06 10:49:21 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d318f76840996d092777d38cf9bdd001ee6afe4

commit 7d318f76840996d092777d38cf9bdd001ee6afe4
Author:     RwN <rwn@mailo.com>
AuthorDate: 2025-05-06 10:46:27 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2025-05-06 10:48:02 +0000

    devel/fortran-stdlib: New port

    The Fortran Standard Library is a community driven de facto standard library for
    Fortran.

    The goal of the Fortran Standard Library is to achieve the following general
    scope:
    - Utilities (containers, strings, files, OS/environment integration, unit
      testing & assertions, logging, ...)
    - Algorithms (searching and sorting, merging, ...)
    - Mathematics (linear algebra, sparse matrices, special functions, fast Fourier
      transform, random numbers, statistics, ordinary differential equations,
      numerical integration, optimization, ...)
    PR:             286609
    Reported by:    RwN <rwn@mailo.com>

 devel/Makefile                                     |   1 +
 devel/fortran-stdlib/Makefile (new)                |  24 ++++
 devel/fortran-stdlib/distinfo (new)                |   3 +
 .../files/patch-config-CMakeLists.txt (new)        |  11 ++
 devel/fortran-stdlib/pkg-descr (new)               |  11 ++
 devel/fortran-stdlib/pkg-plist (new)               | 130 +++++++++++++++++++++
 6 files changed, 180 insertions(+)
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2025-05-11 11:24:12 UTC
^Triage: assign to committer who resolved.