Port details |
- py-PyFR Framework for solving advection-diffusion type problems
- 1.15.0_1 science =2 1.15.0_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-09-21 07:11:24
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://www.pyfr.org/
- Description:
- PyFR is an open-source Python based framework for solving advection-diffusion
type problems on streaming architectures using the Flux Reconstruction approach
of Huynh. The framework is designed to solve a range of governing systems on
mixed unstructured grids containing various element types. It is also designed
to target a range of hardware platforms via use of an in-built domain specific
language derived from the Mako templating engine. The current release has the
following capabilities:
* Governing Equations - Euler, Navier Stokes
* Dimensionality - 2D, 3D
* Element Types - Triangles, Quadrilaterals, Hexahedra, Prisms, Tetrahedra,
Pyramids
* Platforms - CPU Clusters, Nvidia GPU Clusters, AMD GPU Clusters, Intel Xeon
Phi Clusters
* Spatial Discretisation - High-Order Flux Reconstruction
* Temporal Discretisation - Explicit and Implicit (via Dual Time-Stepping)
* Precision - Single, Double
* Mesh Files Imported - Gmsh (.msh), CGNS (.cgns)
* Solution Files Exported - Unstructured VTK (.vtu, .pvtu)
- ¦ ¦ ¦ ¦
- 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}PyFR>0:science/py-PyFR@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/science/py-PyFR/ && make install clean
- To add the package, run one of these commands:
- pkg install science/py-PyFR
- pkg install py39-PyFR
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-PyFR listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-PyFR
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1664768267
SHA256 (pyfr-1.15.0.tar.gz) = 6a634b9d32447f45d3c24c9de0ed620a0a0a781be7cc5e57b1c1bf44a4650d8d
SIZE (pyfr-1.15.0.tar.gz) = 306320
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-appdirs>=1.4.0 : devel/py-appdirs@py39
- py39-gimmik>=2.3 : math/py-gimmik@py39
- py39-h5py>=2.10 : science/py-h5py@py39
- py39-mako>=1.0.0 : textproc/py-mako@py39
- py39-mpi4py>=3.1.0 : net/py-mpi4py@py39
- py39-platformdirs>=2.2.0 : devel/py-platformdirs@py39
- py39-pytools>=2016.2.1 : devel/py-pytools@py39
- py39-numpy>=1.16,1<1.25,1 : math/py-numpy@py39
- py39-pyopencl>0 : devel/py-pyopencl@py39
- clblas>0 : math/clblas
- libxsmm>0 : math/libxsmm
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-PyFR-1.15.0_1:
====> Parallelization backends to install: you have to choose at least one of them
OPENCL=on: Heterogeneous computing via OpenCL
OPENMP=on: Parallel processing support via OpenMP
===> Use 'make config' to modify these settings
- Options name:
- science_py-PyFR
- USES:
- python shebangfix
- 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 |
1.15.0_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.15.0_1 27 Apr 2023 15:49:28 |
Po-Chuan Hsieh (sunpoet) |
science/py-PyFR: Update USES=python
devel/py-pytools requires Python 3.8+ |
1.15.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.15.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.15.0 03 Oct 2022 04:23:17 |
Yuri Victorovich (yuri) |
science/py-PyFR: Update 1.14.0 -> 1.15.0
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) |
1.14.0 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 ) |
1.14.0 06 May 2022 06:21:10 |
Yuri Victorovich (yuri) |
science/py-PyFR: Update 1.13.0 -> 1.14.0
Reported by: portscout |
1.13.0 26 Feb 2022 08:14:10 |
Yuri Victorovich (yuri) |
science/py-PyFR: Update 1.12.3 -> 1.13.0
Reported by: portscout |
1.12.3 22 Nov 2021 00:50:13 |
Yuri Victorovich (yuri) |
science/py-PyFR: Update 1.12.2 -> 1.12.3
Reported by: portscout |
1.12.2 27 Jul 2021 19:19:04 |
Yuri Victorovich (yuri) |
science/py-PyFR: Update 1.12.1 -> 1.12.2
Reported by: portscout |
1.12.1 05 Jun 2021 18:53:10 |
Yuri Victorovich (yuri) |
science/py-PyFR: Update 1.12.0 -> 1.12.1
Reported by: portscout |
1.12.0 24 Apr 2021 10:23:35 |
Yuri Victorovich (yuri) |
science/py-PyFR: Update 1.10.0 -> 1.12.0 |
1.10.0_1 18 Apr 2021 05:44:04 |
Po-Chuan Hsieh (sunpoet) |
science/py-h5py: Update to 3.2.1
- Update USES=python of dependent ports
Changes: https://github.com/h5py/h5py/releases
https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.2.rst |
1.10.0_1 07 Apr 2021 15:05:55 |
Thierry Thomas (thierry) |
astro/py-spktype01 et al.: fix the dependency on PYNUMPY
Some ports, like astro/py-spktype01, uses the undefined variable ${NUMPY}
in their _DEPENDS fields and this must be replaced by the correct
${PYNUMPY}.
PR: 254740
Reported by: Bojan Petrovic
Approved by: QA blanket for the ports that I do not maintain |
1.10.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.10.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10.0 29 May 2020 05:48:10 |
yuri |
science/py-PyFR: Update 1.9.0 -> 1.10.0
Reported by: portscout |
1.9.0_1 08 Mar 2020 21:56:37 |
jbeich |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020 |
1.9.0 03 Jan 2020 04:16:54 |
yuri |
science/py-PyFR: Update 1.8.0 -> 1.9.0
Reported by: portscout |
1.8.0_5 01 Jan 2020 11:46:08 |
rene |
Resurrect ports depending on devel/openmp.
These ports will transition transparantly to openmp from base once
FreeBSD 12.0 reaches end-of-life.
Reported by: jbeich [1] [2]
[1] https://lists.freebsd.org/pipermail/svn-ports-head/2019-May/210482.html
[2] https://lists.freebsd.org/pipermail/svn-ports-head/2019-December/229648.html |
1.8.0_5 31 Dec 2019 17:00:29 |
rene |
Remove expired ports:
2019-12-31 accessibility/linux-c6-atk: Superseded by CentOS 7
2019-12-31 audio/exaile-devel: this port is older than audio/exaile
2019-12-31 audio/linux-c6-alsa-lib: Superseded by CentOS 7
2019-12-31 audio/linux-c6-alsa-plugins-oss: Superseded by CentOS 7
2019-12-31 audio/linux-c6-alsa-plugins-pulseaudio: Superseded by CentOS 7
2019-12-31 audio/linux-c6-alsa-utils: Superseded by CentOS 7
2019-12-31 audio/linux-c6-flac: Superseded by CentOS 7
2019-12-31 audio/linux-c6-libaudiofile: Superseded by CentOS 7
2019-12-31 audio/linux-c6-libogg: Superseded by CentOS 7
2019-12-31 audio/linux-c6-libsndfile: Superseded by CentOS 7
2019-12-31 audio/linux-c6-libvorbis: Superseded by CentOS 7
2019-12-31 audio/linux-c6-mikmod: Superseded by CentOS 7
2019-12-31 audio/linux-c6-nas-libs: Superseded by CentOS 7 (Only the first 15 lines of the commit message are shown above ) |
1.8.0_5 21 Sep 2019 18:59:57 |
jbeich |
devel/openmp: update to 9.0.0
- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783
Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/ |
1.8.0_4 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.8.0_3 27 May 2019 20:55:57 |
antoine |
Chase devel/openmp expiration |
1.8.0_3 08 May 2019 16:05:53 |
jbeich |
devel/openmp: phase out
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)
PR: 236907
Approved by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19767 |
1.8.0_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.8.0_1 15 Nov 2018 04:23:39 |
yuri |
math/libxsmm: Update 1.9 -> 1.10
Bump science/py-PyFR due to the extensive headers change in math/libxsmm. |
1.8.0 17 Oct 2018 07:27:27 |
yuri |
science/py-PyFR: Update 1.7.6 -> 1.8.0
Reported by: portscout |
1.7.6_2 22 Sep 2018 06:25:20 |
yuri |
science/py-PyFR: Update dependencies: move one under the option option, add
another one |
1.7.6_1 21 Sep 2018 20:33:16 |
yuri |
science/py-PyFR: Fix the OpenMP computation mode by adding -I and -L flags to
the compiler command.
Also fix license. |
1.7.6 21 Sep 2018 07:11:12 |
yuri |
New port: science/py-PyFR: Framework for solving advection-diffusion type
problems |