Port details |
- py-fenics-basix FEniCS finite element basis evaluation library
- 0.8.0 math
=2 0.8.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-07-15 08:51:10
- Last Update: 2024-05-27 00:54:25
- Commit Hash: 91fff0d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/FEniCS/basix
- Description:
- Basix is a finite element definition and tabulation runtime library.
Basix allows users to:
* evaluate finite element basis functions and their derivatives at a
set of points
* access geometric and topological information about reference cells
* apply push forward and pull back operations to map data between a
reference cell and a physical cell
* permute and transform DOFs to allow higher-order elements to be use
on arbitrary meshes
* interpolate into a finite element space and between finite element
spaces
Basix includes a range of built-in elements, and also allows the user
to define their own custom elements.
Basix is one of the components of FEniCSx, alongside UFL, FFCx, and
DOLFINx.
¦ ¦ ¦ ¦ 
- 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}fenics-basix>0:math/py-fenics-basix@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-fenics-basix/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-fenics-basix
- pkg install py39-fenics-basix
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 py39-fenics-basix listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-fenics-basix
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1716518556
SHA256 (FEniCS-basix-v0.8.0_GH0.tar.gz) = b299af82daf8fa3e4845e17f202491fe71b313bf6ab64c767a5287190b3dd7fe
SIZE (FEniCS-basix-v0.8.0_GH0.tar.gz) = 627400
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:
-
- pybind11>=2.6.4 : devel/pybind11
- cmake-core>=3.16 : devel/cmake-core
- xtensor>0 : math/xtensor
- xtl-quant-stack>0 : devel/xtl-quant-stack
- py39-pybind11>0 : devel/py-pybind11@py39
- py39-scikit-build>=0.12 : devel/py-scikit-build@py39
- py39-scikit-build-core>=0.2.0 : devel/py-scikit-build-core@py39
- py39-nanobind>0 : devel/py-nanobind@py39
- py39-wheel>0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- py39-fenics-ufl>0 : math/py-fenics-ufl@py39
- py39-matplotlib>0 : math/py-matplotlib@py39
- py39-scipy>0 : science/py-scipy@py39
- py39-sympy>0 : math/py-sympy@py39
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-numba>0 : devel/py-numba@py39
- py39-numpy>=1.16,1<1.26,1 : math/py-numpy@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libbasix.so : math/fenics-basix
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_py-fenics-basix
- USES:
- localbase python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.0 27 May 2024 00:54:25
    |
Yuri Victorovich (yuri)  Author: wen heping |
math/py-fenics-basix: update 0.5.1 → 0.8.0 |
0.5.1_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.5.1 17 Sep 2022 16:03:47
    |
Yuri Victorovich (yuri)  |
math/{,py-}fenics-basix: Update 0.5.0.post0 -> 0.5.1
Reported by: portscout |
0.5.0.p0 10 Sep 2022 13:37:08
    |
Po-Chuan Hsieh (sunpoet)  |
*: Fix e2438a86b81aea7cd41a66ca23fc49510679d85b |
0.5.0.p0 09 Sep 2022 21:02:04
    |
Daniel Engberg (diizzy)  |
*/*: Update path set in BUILD_DEPENDS for CMake in more ports
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
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) |
0.5.0.p0 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 ) |
0.5.0.p0 28 Aug 2022 23:50:38
    |
Yuri Victorovich (yuri)  |
math/py-fenics-basix: Update 0.4.2.post1 -> 0.5.0.post0
Reported by: portscout |
0.4.2.p1 15 Jul 2022 08:49:43
    |
Yuri Victorovich (yuri)  |
math/py-fenics-basix: New port: FEniCS finite element basis evaluation library |
Number of commits found: 9
|