Port details |
- palp Package for Analyzing Lattice Polytopes
- 2.21 math =3 2.21Version of this port present on the latest quarterly branch.
- Maintainer: thierry@FreeBSD.org
- Port Added: 2020-05-29 14:52:57
- Last Update: 2024-03-12 21:06:49
- Commit Hash: 6fe53f2
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- License: GPLv3
- WWW:
- http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html
- 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.
See also <https://gitlab.com/stringstuwien/PALP/>.
- ¦ ¦ ¦ ¦
- 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/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 = 1710269167
SHA256 (palp-2.21.tar.gz) = 7e4a7bf219998a844c0bcce0a176e49d0743cb4b505a0e195329bf2ec196ddd7
SIZE (palp-2.21.tar.gz) = 262681
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.4.1 : devel/gmake
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.21 12 Mar 2024 21:06:49 |
Thierry Thomas (thierry) |
math/palp: upgrade to 2.21
Use the new target all-dims to simplify Makefile. |
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) |
2.20 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 ) |
2.20 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 ) |
2.20 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.20 20 Oct 2020 16:51:16 |
thierry |
Upgrade to 2.20: bug fixes, new options cws.x -m, poly.x -o, poly.x -q. |
2.12_1 04 Oct 2020 14:02:03 |
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. |
2.12 19 Aug 2020 14:00:12 |
thierry |
Upgrade to 2.12. |
2.11 29 May 2020 14:52:50 |
thierry |
Adding PALP: a Package for Analyzing Lattice Polytopes.
It was bundled with SageMath, and now will be used as a dependency. |