Port details |
- fenics-basix FEniCS finite element basis evaluation library
- 0.8.0_1 math =2 0.8.0_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-07-15 08:51:04
- Last Update: 2024-06-21 17:49:24
- Commit Hash: e2cd113
- 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 - Dependency lines:
-
- fenics-basix>0:math/fenics-basix
- To install the port:
- cd /usr/ports/math/fenics-basix/ && make install clean
- To add the package, run one of these commands:
- pkg install math/fenics-basix
- pkg install fenics-basix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fenics-basix
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1716513764
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:
-
- xtensor>0 : math/xtensor
- xtl-quant-stack>0 : devel/xtl-quant-stack
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libopenblas.so : math/openblas
- This port is required by:
- for Libraries
-
- math/py-fenics-basix
Configuration Options:
- No options to configure
- Options name:
- math_fenics-basix
- USES:
- cmake compiler:c++20-lang
- 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 |
0.8.0_1 21 Jun 2024 17:49:24 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
0.8.0 27 May 2024 00:30:01 |
Yuri Victorovich (yuri) Author: wen heping |
math/fenics-basix: update 0.5.1 → 0.8.0 |
0.5.1_2 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
0.5.1_2 12 Dec 2023 19:03:50 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
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 |
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 04 Sep 2022 06:12:08 |
Yuri Victorovich (yuri) |
math/fenics-basix: Broken when std::concepts isn't available for clang
Reported by: fallout |
0.5.0.p0 28 Aug 2022 23:50:37 |
Yuri Victorovich (yuri) |
math/fenics-basix: Update 0.4.2 -> 0.5.0.post0
Reported by: portscout |
0.4.2 15 Jul 2022 08:49:43 |
Yuri Victorovich (yuri) |
math/fenics-basix: New port: FEniCS finite element basis evaluation library |