Port details |
- ascent C++ simulation engine and differential equation solver
- 0.7.1 math =2 0.7.1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-01-17 09:55:03
- Last Update: 2023-06-18 02:23:31
- Commit Hash: c73d9ce
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/AnyarInc/Ascent
- Description:
- An extremely fast and flexible C++ simulation engine and differential equation
solver.
Ascent's integration algorithms are designed for speed, and outperform boost's
odeint in both Debug and Release.
Features:
* Header Only
* Automatic Vectorization: Ascent conforms to vectorization standards
(such as Intel's)
* Modular (Optional): solve systems in an object-oriented manner
* Variable Tracking: Optimized recording of variable time history
* Asynchronous Sampling and Event Scheduling
* Multiple Integration Algorithms (In Progress): adaptive steppers,
predictor-correctors, etc.
* Use boost's odeint library as the numerical integration engine
* Scripting Interface: Optional ChaiScript interface to easily script
simulations
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ascent-simulation-engine>0:math/ascent
- To install the port:
- cd /usr/ports/math/ascent/ && make install clean
- To add the package, run one of these commands:
- pkg install math/ascent
- pkg install ascent-simulation-engine
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ascent-simulation-engine
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1687053512
SHA256 (AnyarInc-Ascent-v0.7.1_GH0.tar.gz) = e8dbee98db3d58f7e52a1c606c8137f0e40d56058d1dc60d5c035635c51182c1
SIZE (AnyarInc-Ascent-v0.7.1_GH0.tar.gz) = 191650
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_ascent
- USES:
- cmake:testing compiler:c++17-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.7.1 18 Jun 2023 02:23:31 |
Yuri Victorovich (yuri) |
math/ascent: Update 0.7.0 → 0.7.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.7.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 ) |
0.7.0 31 Jul 2022 16:39:02 |
Yuri Victorovich (yuri) |
math/ascent: Add PKGNAMESUFFIX to prevent confustion
There's a different port science/ascent that has a close version
number but is an entirely different project.
These two projects are mixed up in Repology.
I think it is very beneficial for the sake of avoiding confusion
to have their package names reflect what they are. |
0.7.0 13 Dec 2021 17:19:08 |
Yuri Victorovich (yuri) |
math/ascent: Update 0.6.0-16 -> 0.7.0
Reported by: portscout |
0.6.0.16 16 Sep 2021 16:46:15 |
Yuri Victorovich (yuri) |
math/ascent: Update 0.6.0 -> 0.6.0-16 |
0.6.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.0 12 Apr 2020 14:28:06 |
pkubaj |
math/ascent: fix build on GCC architectures
C++17 compiler is necessary:
The compiler feature "cxx_std_17" is not known to CXX compiler
"GNU"
version 4.2.1. |
0.6.0 04 Apr 2020 20:20:19 |
yuri |
math/ascent: Update 0.5.0 -> 0.6.0
Reported by: portscout |
0.5.0 08 Dec 2019 16:42:19 |
yuri |
math/ascent: Update 0.4.0 -> 0.5.0
Reported by: portscout |
0.4.0 17 Nov 2019 00:55:03 |
yuri |
math/ascent: Update 0.3.0-11 -> 0.4.0
Also add the 'test' target.
Reported by: portscout |
0.3.0.11 17 Jan 2019 09:54:40 |
yuri |
New port: math/ascent: C++ simulation engine and differential equation solver |