Port details on branch 2021Q3 |
- py-tables Hierarchical database for Python
- 3.6.1_1 devel
=0 3.6.1_1Version of this port present on the latest quarterly branch. - Maintainer: wen@FreeBSD.org
 - 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/
¦ ¦ ¦ ¦ 
- 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:
- 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>)
- 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:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-numpy>=1.16,1<1.20,1 : math/py-numpy@py38
- py38-numexpr>=1.4.1 : math/py-numexpr@py38
- gfortran10 : lang/gcc10
- cython-3.8 : lang/cython@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- as : devel/binutils
- Runtime dependencies:
-
- py38-numpy>=1.16,1<1.20,1 : math/py-numpy@py38
- py38-numexpr>=1.4.1 : math/py-numexpr@py38
- py38-six>=1.9.0 : devel/py-six@py38
- py38-mock>=2.0 : devel/py-mock@py38
- gfortran10 : lang/gcc10
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Library dependencies:
-
- libhdf5.so : science/hdf5
- liblzo2.so : archivers/lzo2
- 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:
|
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 |
3.6.1_1 28 Sep 2021 08:04:57
    |
Kai Knoblich (kai)  |
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
|