Port details |
- libbraiding C++ library for computations on braid groups
- 1.2 math
=0 1.1Version of this port present on the latest quarterly branch. - Maintainer: thierry@FreeBSD.org
 - Port Added: 2020-04-11 18:14:46
- Last Update: 2023-11-02 16:02:05
- Commit Hash: 6da3ac7
- License: GPLv3
- WWW:
- https://github.com/jeanluct/braidlab
- Description:
- This is a project to expose the functionalitis of the Braiding program as a
shared library. The original goal is to include it as a component of SageMath,
but it can be used in any other c++ program.
It allows various computations on braid groups, such as normal forms.
See also: https://github.com/miguelmarco/libbraiding
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libbraiding>0:math/libbraiding
- To install the port:
- cd /usr/ports/math/libbraiding/ && make install clean
- To add the package, run one of these commands:
- pkg install math/libbraiding
- pkg install libbraiding
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libbraiding
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1698864134
SHA256 (miguelmarco-libbraiding-1.2_GH0.tar.gz) = 187e1284bf7ba2bb138d042fce8efb089a0f6903718c9c26a1d8a49086ccc3fa
SIZE (miguelmarco-libbraiding-1.2_GH0.tar.gz) = 42992
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Libraries
-
- math/sage
Configuration Options:
- No options to configure
- Options name:
- math_libbraiding
- USES:
- autoreconf compiler:c++11-lang libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2 02 Nov 2023 16:02:05
    |
Thierry Thomas (thierry)  |
math/libbraiding: upgrade to 1.2
Minor changes for compatibility with newer C++. |
1.1 25 Jun 2023 16:57:15
    |
Thierry Thomas (thierry)  |
math/libbraiding: work-around to build with clang 16
Adding "CXXFLAGS+=-std=c++11" to fix the build on 14-CURRENT.
Without that, it fails with this error:
./cbraid_implementation.h:1043:23: error: no member named 'bind2nd' in namespace
'std'
--- braiding.lo ---
./cbraid_implementation.h:1043:23: error: no member named 'bind2nd' in namespace
'std'
(+ many others)
Since I’m there, strip the library.
PR: 271047
Reported by: pkg-fallout |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1 20 Jul 2022 14:22:24
    |
Tobias C. Berner (tcberner)  |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1 13 Sep 2020 19:33:02
  |
thierry  |
Minoe update to 1.1, no impact for FreeBSD. |
1.0 11 Apr 2020 18:14:39
  |
thierry  |
Adding libbraiding, a C++ library for computations on braid groups.
To be used by SageMath. |
Number of commits found: 8
|