Port details |
- gismo C++ library for isogeometric analysis (IGA)
- 25.01.0 math =2 24.08.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2021-08-13 02:09:08
- Last Update: 2025-01-10 10:23:00
- Commit Hash: e5516ae
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MPL20
- WWW:
- https://gismo.github.io/
- https://github.com/gismo/gismo
- Description:
- G+Smo (Geometry + Simulation Modules, pronounced "gismo") is an open-source C++
library that brings together mathematical tools for geometric design and
numerical simulation. It implements the relatively new paradigm of isogeometric
analysis, which suggests the use of a unified framework in the design and
analysis pipeline. G+Smo is an object-oriented, cross-platform, template C++
library and follows the generic programming principle, with a focus on both
efficiency and ease of use. The library aims at providing access to high
quality, open-source software to the forming isogeometric numerical simulation
community and beyond.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/gismo/ && make install clean
- To add the package, run one of these commands:
- pkg install math/gismo
- pkg install gismo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gismo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1736489045
SHA256 (gismo-gismo-v25.01.0_GH0.tar.gz) = d1250b3d3a37c9d7d3f9cb63e4a36ae07b76aa47335847008be7516cc390c61e
SIZE (gismo-gismo-v25.01.0_GH0.tar.gz) = 17805040
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_gismo
- USES:
- cmake:testing compiler:c++14-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 |
25.01.0 10 Jan 2025 10:23:00 |
Yuri Victorovich (yuri) |
math/gismo: update 24.08.0 → 25.01.0
Reported by: portscout |
24.08.0 03 Nov 2024 04:08:37 |
Yuri Victorovich (yuri) |
math/gismo: Broken on 15; Update WWW
Reported by: fallout |
24.08.0 01 Sep 2024 17:40:21 |
Yuri Victorovich (yuri) |
math/gismo: update 23.12.0 → 24.08.0
Reported by: portscout |
23.12.0 12 Jan 2024 03:47:59 |
Yuri Victorovich (yuri) |
math/gismo: Fix build on non-amd64 architectures
.. by defining HOST_NAME_MAX.
HOST_NAME_MAX is only used on non-amd64 architectures in gismo.
Reported by: fallout |
23.12.0 01 Jan 2024 08:09:05 |
Yuri Victorovich (yuri) |
math/gismo: update 21.12.0-882 → 23.12.0
Reported by: portscout |
21.12.0.882 21 Dec 2022 00:57:56 |
Piotr Kubaj (pkubaj) |
math/gismo: fix build on powerpc64
/wrkdirs/usr/ports/math/gismo/work/gismo-21.12.0-882-g236b1b29/external/Eigen/src/Core/arch/AltiVec/PacketMath.h:1345:32:
error: use of undeclared identifier 'vec_sqrt'; did you mean 'vec_rsqrt'?
BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a);
^~~~~~~~
vec_rsqrt
/wrkdirs/usr/ports/math/gismo/work/gismo-21.12.0-882-g236b1b29/external/Eigen/src/Core/arch/AltiVec/PacketMath.h:1302:22:
note: expanded from macro 'BF16_TO_F32_UNARY_OP_WRAPPER'
Packet4f op_even = OP(a_even);\
^ |
21.12.0.882 12 Dec 2022 20:41:12 |
Yuri Victorovich (yuri) |
math/gismo: Update 21.12.0 -> 21.12.0-882 |
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) |
21.12.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 ) |
21.12.0 27 Jul 2022 19:25:21 |
Yuri Victorovich (yuri) Author: Robert Clausecker |
math/gismo: Fix build on armv6/armv7
PR: 265467 |
21.12.0 24 Jul 2022 10:18:45 |
Yuri Victorovich (yuri) |
math/gismo: Broken on armv7
Reported by: fallout |
21.12.0 21 Dec 2021 20:19:28 |
Yuri Victorovich (yuri) |
math/gismo: Update 0.8.4-849 -> 21.12.0
Reported by: portscout |
0.8.4.849 14 Nov 2021 08:09:31 |
Mikael Urankar (mikael) |
math/gismo: Set TARGET_ARCHITECTURE on aarch64.
Set the target architecture on aarch64 to fix the build.
CMake Error at cmake/OptimizeForArchitecture.cmake:1781 (message):
Unknown target architecture: "generic". Please set TARGET_ARCHITECTURE to
a supported value.
Approved by: portmgr (build fix blanket) |
0.8.4.849 03 Sep 2021 18:02:08 |
Gerald Pfeifer (gerald) |
math/gismo: Replace USE_GCC=any with USE_GCC=yes
Since commit 96c17633d90386b5bcf8637bcba99a677184db85 in May 2021
USE_GCC=any is just an old (and odd) way of writing USE_GCC=yes
and was deprecated even before. Replace it with USE_GCC=yes.
PR: 258015 |
0.8.4.849 13 Aug 2021 02:06:39 |
Yuri Victorovich (yuri) |
math/gismo: New port: C++ library for isogeometric analysis (IGA) |