notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-ambit Library for tensor product calculations
0.7.1_3 math on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.7.1_3Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-05-21 06:42:31
Last Update: 2025-06-19 20:28:47
Commit Hash: 4f0eba1
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
License: GPLv3
WWW:
https://github.com/jturney/ambit
Description:
Python bindings for the C++ library implementing the tensor product calculations through a clean, concise user interface.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}ambit>0:math/py-ambit@${PY_FLAVOR}
To install the port:
cd /usr/ports/math/py-ambit/ && make install clean
To add the package, run one of these commands:
  • pkg install math/py-ambit
  • pkg install py311-ambit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-ambit listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-ambit
Package flavors (<flavor>: <package>)
  • py311: py311-ambit
distinfo:
TIMESTAMP = 1692764533 SHA256 (jturney-ambit-v0.7.1_GH0.tar.gz) = 3725c5340dd64fbb789638924434895bb74aa9beabf13fe9a034518850c053b7 SIZE (jturney-ambit-v0.7.1_GH0.tar.gz) = 336226

Packages (timestamps in pop-ups are UTC):
py39-ambit
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly------0.7.1_1-
FreeBSD:14:latest--------
FreeBSD:14:quarterly------0.7.1_1-
FreeBSD:15:latest--n/a-n/a-0.7.1_10.7.1_1
 

py311-ambit
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.7.1_30.7.1_3-0.7.1_30.7.1_3---
FreeBSD:13:quarterly0.7.1_30.7.1_3-0.7.1_30.7.1_3---
FreeBSD:14:latest0.7.1_30.7.1_3-0.7.1_30.7.1_3---
FreeBSD:14:quarterly0.7.1_30.7.1_3-0.7.1_30.7.1_3---
FreeBSD:15:latest0.7.1_30.7.1_3n/a0.7.1_3n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pybind11>0 : devel/pybind11
  2. py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
  5. python3.11 : lang/python311
Test dependencies:
  1. py311-pytest>=7,1 : devel/py-pytest@py311
Runtime dependencies:
  1. py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
Library dependencies:
  1. libambit.so : math/ambit
  2. libhdf5.so : science/hdf5
  3. libopenblas.so : math/openblas
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
math_py-ambit
USES:
cmake compiler:c++17-lang python:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/jturney/ambit/tar.gz/v0.7.1?dummy=/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.1_3
19 Jun 2025 20:28:47
commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc

EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.7.1_3
28 Jan 2025 16:42:55
commit hash: e54e2c695bbccea73e70ce5bf689928053632492commit hash: e54e2c695bbccea73e70ce5bf689928053632492commit hash: e54e2c695bbccea73e70ce5bf689928053632492commit hash: e54e2c695bbccea73e70ce5bf689928053632492 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after OpenBLAS upgrade

Remark: this souldn’t be necessary, because the version of the library is the
same, but due to many changes between these releases, it is safer this way.

PR:		284314
0.7.1_2
21 Jun 2024 17:49:24
commit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fecommit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fecommit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fecommit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fe files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade to OpenBLAS
0.7.1_1
12 Dec 2023 19:03:50
commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of OpenBLAS

PR:		273219
0.7.1
23 Aug 2023 05:13:46
commit hash: f6316354eeaf93da4a540ffa1d24fdf28bb29736commit hash: f6316354eeaf93da4a540ffa1d24fdf28bb29736commit hash: f6316354eeaf93da4a540ffa1d24fdf28bb29736commit hash: f6316354eeaf93da4a540ffa1d24fdf28bb29736 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/{,py-}ambit: update 0.7 → 0.7.1

Reported by:	portscout
0.7
21 May 2023 06:39:03
commit hash: e4464e75cfa690636b08da956b3e4998c99142e2commit hash: e4464e75cfa690636b08da956b3e4998c99142e2commit hash: e4464e75cfa690636b08da956b3e4998c99142e2commit hash: e4464e75cfa690636b08da956b3e4998c99142e2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/py-ambit: New port: Library for tensor product calculations

Number of commits found: 6