Bug 2226679 - Review Request: libsc - The "sc" auxiliary library
Summary: Review Request: libsc - The "sc" auxiliary library
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-07-26 08:11 UTC by Felix Wang
Modified: 2023-07-27 00:37 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-07-27 00:37:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Felix Wang 2023-07-26 08:11:58 UTC
Spec URL: https://topazus.fedorapeople.org/rpms/libsc.spec
SRPM URL: https://topazus.fedorapeople.org/rpms/libsc-2.8.5-1.20230709git83bd019.fc39.src.rpm
Description:
The sc library provides functions and data types that can be useful in
scientific computing. It is part of the p4est project, which uses it
extensively. Consequently, it is also a dependency of all projects that use
p4est. Some of the more important features are the following:

* The build system is based on the GNU autotools. Several macro files reside in
the config/ subdirectory. These are used in sc but also available to other
projects for convenience. It is possible to nest packages this way.

* The library provides MPI wrappers in case it is configured without MPI. They
implement initialize/finalize and collective calls as noops, which means that
these do not have to be protected with the #ifdef SC_MPI construct in the code.

* The library provides a logging framework that can be adapted by other
packages. Multiple log levels are available, as well as options to output on
just one or all MPI processes.

* The library provides a set of data containers, such as dynamically resizable
arrays.

Fedora Account System Username: topazus
koji build: https://koji.fedoraproject.org/koji/taskinfo?taskID=103935148


Note You need to log in before you can comment on or make changes to this bug.