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''''''''s 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 on branch 2021Q3
py-tables Hierarchical database for Python
3.6.1_1 devel on this many watch lists=0 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 3.6.1_1Version of this port present on the latest quarterly branch.
Maintainer: wen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-09-28 08:06:07
Last Update: 2021-09-28 08:04:57
Commit Hash: 70843a6
Also Listed In: python
License: BSD3CLAUSE
WWW:
http://www.pytables.org/
Description:
The goal of PyTables is to enable the end user to manipulate easily scientific data tables and Numerical Python objects in a persistent, disk-based hierarchical structure. WWW: http://www.pytables.org/
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}tables>0:devel/py-tables@${PY_FLAVOR}
Conflicts:
CONFLICTS_BUILD:
  • zstd
To install the port:
cd /usr/ports/devel/py-tables/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-tables
  • pkg install py38-tables
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 py38-tables listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py38-tables
Package flavors (<flavor>: <package>)
  • py38: py38-tables
distinfo:
TIMESTAMP = 1603187407 SHA256 (tables-3.6.1.tar.gz) = 49a972b8a7c27a8a173aeb05f67acb45fe608b64cd8e9fa667c0962a60b71b49 SIZE (tables-3.6.1.tar.gz) = 4641089

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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py38-numpy>=1.16,1<1.20,1 : math/py-numpy@py38
  2. py38-numexpr>=1.4.1 : math/py-numexpr@py38
  3. gfortran10 : lang/gcc10
  4. cython-3.8 : lang/cython@py38
  5. py38-setuptools>0 : devel/py-setuptools@py38
  6. python3.8 : lang/python38
  7. as : devel/binutils
Runtime dependencies:
  1. py38-numpy>=1.16,1<1.20,1 : math/py-numpy@py38
  2. py38-numexpr>=1.4.1 : math/py-numexpr@py38
  3. py38-six>=1.9.0 : devel/py-six@py38
  4. py38-mock>=2.0 : devel/py-mock@py38
  5. gfortran10 : lang/gcc10
  6. py38-setuptools>0 : devel/py-setuptools@py38
  7. python3.8 : lang/python38
Library dependencies:
  1. libhdf5.so : science/hdf5
  2. liblzo2.so : archivers/lzo2
  3. libucl.so : archivers/ucl
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py38-tables-3.6.1_1: AVX2=off: Enable Haswell New Instructions (AVX2) support EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
devel_py-tables
USES:
fortran python:3.6+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/t/tables/
  2. https://pypi.org/packages/source/t/tables/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.6.1_1
28 Sep 2021 08:04:57
commit hash: 70843a665d45e14e5b45a87b4c6205555040c555commit hash: 70843a665d45e14e5b45a87b4c6205555040c555commit hash: 70843a665d45e14e5b45a87b4c6205555040c555commit hash: 70843a665d45e14e5b45a87b4c6205555040c555 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
devel/py-tables: Disable AVX2 CPU optimizations

On amd64 platforms that have a CPU with Haswell New Instructions (AVX2),
related optimizations are automatically compiled in, unless this is
explicitly prevented.

If the package is then used on other amd64 platforms, that have no AVX2
support, this causes problems, because the generated .so files are
incompatible and lead to crashes with SIGILL upon invocation.

Remedy the issue by turning off AVX2 support by default which is also
upstream's default and bump PORTREVISION to force a rebuild.

PR:		258714
Reported by:	dvl (on IRC)
Reviewed by:	wen (maintainer)
Approved by:	portmgr (blanket: build fix)
MFH:		2021Q3

(cherry picked from commit f31b25e7dc91402729ecc19c1fca66e9ebe5ddc8)

Number of commits found: 1