Port details on branch 2024Q4 |
- gfan Software for computing Groebner fans and tropical varieties
- 0.6.2_2 math =0 0.6.2_2Version of this port present on the latest quarterly branch.
- Maintainer: moritz@schmi.tt
- Port Added: 2024-12-04 20:27:06
- Last Update: 2024-12-04 20:24:26
- Commit Hash: 2ec8449
- License: GPLv2+
- WWW:
- https://users-math.au.dk/jensen/software/gfan/gfan.html
- Description:
- Gfan is a software package for computing Groebner fans and tropical
varieties.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/gfan/ && make install clean
- To add the package, run one of these commands:
- pkg install math/gfan
- pkg install gfan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gfan
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1535465532
SHA256 (gfan0.6.2.tar.gz) = a674d5e5dc43634397de0d55dd5da3c32bd358d05f72b73a50e62c1a1686f10a
SIZE (gfan0.6.2.tar.gz) = 1321059
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libcddgmp.so : math/cddlib
- libgmp.so : math/gmp
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gfan-0.6.2_2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- math_gfan
- USES:
- compiler:c++11-lang gmake localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.2_2 04 Dec 2024 20:24:26 |
Dimitry Andric (dim) |
math/gfan: fix build with clang 19
Clang 19 has become more strict about errors in member functions, which
results in errors building math/gfan:
src/gfanlib_matrix.h:123:18: error: no member named 'vectormultiply' in
'Matrix<typ>'
123 | ret[i]=a.vectormultiply(b.column(i));
| ~ ^
The `vectormultiply` method has been commented out by upstream for
unknown reasons, but the `operator*` method that references it is also
never used, so stub it out.
PR: 282851
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q4
(cherry picked from commit 9020eeb540c2246c678a06098b916282e7251c11) |
Number of commits found: 1
|