Port details |
- palp Package for Analyzing Lattice Polytopes
- 2.20 math
=1 2.20Version of this port present on the latest quarterly branch. - Maintainer: thierry@FreeBSD.org
 - Port Added: 2020-05-29 14:52:57
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: SparseBitSet, py38-cysignals, R-cran-eRm, python
- License: GPLv3
- Description:
- A Package for Analyzing Lattice Polytopes (PALP) is a set of C programs for
calculations with lattice polytopes and applications to toric geometry.
It contains routines for vertex and facet enumeration, computation of incidences
and symmetries, as well as completion of the set of lattice points in the convex
hull of a given set of points. In addition, there are procedures specialised to
reflexive polytopes such as the enumeration of reflexive subpolytopes, and
applications to toric geometry and string theory, like the computation of Hodge
data and fibration structures for toric Calabi-Yau varieties. The package is
well tested and optimised in speed as it was used for time consuming tasks such
as the classification of reflexive polyhedra in 4 dimensions and the creation
and manipulation of very large lists of 5-dimensional polyhedra.
While originally intended for low-dimensional applications, the algorithms work
in any dimension and our key routine for vertex and facet enumeration compares
well with existing packages.
WWW: http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/palp/ && make install clean
- To add the package, run one of these commands:
- pkg install math/palp
- pkg install palp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: palp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1603211915
SHA256 (palp-2.20.tar.gz) = 723e89e78b2d3d94a720dd770c11b932b3e6b56f8a49e0bf3621c776f7a02ce0
SIZE (palp-2.20.tar.gz) = 237664
- 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:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Build
-
- math/sage
- for Run
-
- math/sage
- Configuration Options:
- No options to configure
- Options name:
- math_palp
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 2.20
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20 Oct 2020 16:51:16
2.20
|
thierry  |
Upgrade to 2.20: bug fixes, new options cws.x -m, poly.x -o, poly.x -q. |
04 Oct 2020 14:02:03
2.12_1
|
thierry  |
Palp 2.12 has been rerolled on Aug. 26th, but only uploaded some days ago.
Full diff is available at:
<https://people.freebsd.org/~thierry/palp-2.12_20200819_20200826.diff>:
it contains changes in puts/printf and in makefile, which now requires gmake. |
19 Aug 2020 14:00:12
2.12
|
thierry  |
Upgrade to 2.12. |
29 May 2020 14:52:50
2.11
|
thierry  |
Adding PALP: a Package for Analyzing Lattice Polytopes.
It was bundled with SageMath, and now will be used as a dependency. |