Port details |
- py-contourpy Python library for calculating contours of 2D quadrilateral grids
- 1.3.1 math =2 1.3.0Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2023-03-06 11:03:08
- Last Update: 2024-12-05 06:23:27
- Commit Hash: 30a46e1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/contourpy/contourpy
- Description:
- ContourPy is a Python library for calculating contours of 2D quadrilateral
grids. It is written in C++11 and wrapped using pybind11.
- ¦ ¦ ¦ ¦
- 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}contourpy>0:math/py-contourpy@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-contourpy/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-contourpy
- pkg install py311-contourpy
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 py311-contourpy listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-contourpy
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1733362349
SHA256 (contourpy-1.3.1.tar.gz) = dfd97abd83335045a913e3bcc4a09c0ceadbe66580cf573fe961f4a825efa699
SIZE (contourpy-1.3.1.tar.gz) = 13465753
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 : devel/py-pybind11@py311
- py311-meson-python>=0 : devel/meson-python@py311
- meson : devel/meson
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-matplotlib>=0 : math/py-matplotlib@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- math/py-matplotlib
Configuration Options:
- No options to configure
- Options name:
- math_py-contourpy
- USES:
- localbase pkgconfig python
- 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.3.1 05 Dec 2024 06:23:27 |
Wen Heping (wen) |
math/py-contourpy: Update to 1.3.1 |
1.3.0 02 Sep 2024 13:02:58 |
Wen Heping (wen) |
math/py-contourpy: Update to 1.3.0 |
1.2.1_1 12 Apr 2024 10:44:14 |
Wen Heping (wen) |
math/py-contourpy: Add USES=localbase to fix build
Reported by: vvd@,rhurlin@ |
1.2.1 10 Apr 2024 06:58:42 |
Wen Heping (wen) |
math/py-contourpy: Update to 1.2.1 |
1.2.0 10 Nov 2023 11:53:38 |
Wen Heping (wen) |
math/py-contourpy: Update to 1.2.0 |
1.1.1 11 Oct 2023 07:14:07 |
Dima Panov (fluffy) |
math/py-contourpy: unbreak build with non-default python (+)
Countourpy fails to find versioned pybind11-config which leads to configure
error
pybind11-config found: NO
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency pybind11 found: NO (tried pkgconfig and config-tool)
../meson.build:23:15: ERROR: Dependency "pybind11" not found, tried pkgconfig
and config-tool
Fix it by providing BINARY_ALIAS
Reported by: poudriere failure
Approved by: portmgr blanket |
1.1.1 24 Sep 2023 13:26:49 |
Wen Heping (wen) |
math/py-contourpy: Update to 1.1.1
Enable `make test` |
1.0.7_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.0.7_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.0.7 06 Mar 2023 11:01:37 |
Wen Heping (wen) |
math/py-contourpy: Add new port
ContourPy is a Python library for calculating contours of 2D quadrilateral
grids. It is written in C++11 and wrapped using pybind11. |