Port details |
- py-mystic Highly-constrained non-convex optimization and uncertainty quantification
- 0.4.3 devel
=2 0.4.2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-04-18 18:09:23
- Last Update: 2024-10-14 05:25:32
- Commit Hash: 2136c72
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://mystic.readthedocs.io/en/latest/
- https://github.com/uqfoundation/mystic
- Description:
- The mystic framework provides a collection of optimization algorithms and tools
that allows the user to more robustly (and easily) solve hard optimization
problems. All optimization algorithms included in mystic provide workflow at the
fitting layer, not just access to the algorithms as function calls. mystic gives
the user fine-grained power to both monitor and steer optimizations as the fit
processes are running. Optimizers can advance one iteration with Step, or run to
completion with Solve. Users can customize optimizer stop conditions, where both
compound and user-provided conditions may be used. Optimizers can save state,
can be reconfigured dynamically, and can be restarted from a saved solver or
from a results file. All solvers can also leverage parallel computing, either
within each iteration or as an ensemble of solvers.
 ¦ ¦ ¦ ¦ 
- 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}mystic>0:devel/py-mystic@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-mystic/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-mystic
- pkg install py311-mystic
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-mystic listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-mystic
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1728632370
SHA256 (mystic-0.4.3.tar.gz) = 5a35d0839e04014161c6b24f310dab6e12649a99976b07aa282c2f06799a5b7f
SIZE (mystic-0.4.3.tar.gz) = 588616
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:
-
- py311-setuptools>=42 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- cython-3.11 : lang/cython@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-dill>=0.3.9 : devel/py-dill@py311
- py311-klepto>=0.2.6 : devel/py-klepto@py311
- py311-mpmath>=0.19 : math/py-mpmath@py311
- py311-numpy>=1.0,1 : math/py-numpy@py311
- py311-sympy>=0.6.7 : math/py-sympy@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-pyina
Configuration Options:
- No options to configure
- Options name:
- devel_py-mystic
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.3 14 Oct 2024 05:25:32
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mystic: Update to 0.4.3
Changes: https://github.com/uqfoundation/mystic/releases |
0.4.2 09 Mar 2024 14:05:52
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mystic: Update version requirement of RUN_DEPENDS |
0.4.2 21 Feb 2024 15:07:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mystic: Update to 0.4.2
Changes: https://github.com/uqfoundation/mystic/releases |
0.4.1 16 Aug 2023 18:25:29
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mystic: Update to 0.4.1
- Update WWW
Changes: https://github.com/uqfoundation/mystic/releases |
0.4.0_1 18 Jul 2023 00:53:09
    |
Charlie Li (vishwin)  |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
0.4.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> |
0.4.0_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.4.0 18 Apr 2023 18:00:41
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-mystic: Add py-mystic 0.4.0
The mystic framework provides a collection of optimization algorithms and tools
that allows the user to more robustly (and easily) solve hard optimization
problems. All optimization algorithms included in mystic provide workflow at the
fitting layer, not just access to the algorithms as function calls. mystic gives
the user fine-grained power to both monitor and steer optimizations as the fit
processes are running. Optimizers can advance one iteration with Step, or run to
completion with Solve. Users can customize optimizer stop conditions, where both
compound and user-provided conditions may be used. Optimizers can save state,
can be reconfigured dynamically, and can be restarted from a saved solver or
from a results file. All solvers can also leverage parallel computing, either
within each iteration or as an ensemble of solvers. |
Number of commits found: 8
|