Port details |
- petiga Framework for High Performance Isogeometric Analysis
- g20210307_1 math
=0 Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-05-21 11:10:26
- Last Update: 2022-01-07 08:34:46
- Commit Hash: 4510216
- Also Listed In: python
- License: BSD2CLAUSE
- Description:
- This software framework implements a NURBS-based Galerkin finite element method
(FEM), popularly known as isogeometric analysis (IGA). It is heavily based on
PETSc, the Portable, Extensible Toolkit for Scientific Computation. PETSc is a
collection of algorithms and data structures for the solution of scientific
problems, particularly those modeled by partial differential equations (PDEs).
PETSc is written to be applicable to a range of problem sizes, including
large-scale simulations where high performance parallel is a must. PetIGA can
be thought of as an extension of PETSc, which adds the NURBS discretization
capability and the integration of forms. The PetIGA framework is intended for
researchers in the numeric solution of PDEs who have applications which require
extensive computational resources.
PetIGA extends PETSc: PetIGA = Pet(PETSc) + IGA(isogeometric analysis)
WWW: https://bitbucket.org/dalcinl/petiga/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/petiga/ && make install clean
- To add the package, run one of these commands:
- pkg install math/petiga
- pkg install petiga
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: petiga
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617136913
SHA256 (petiga-g20210307.tar.gz) = 39f7a1924bc80e9697d6ed9daa7e26e20f0a8872d38e5073de3462ba6f4be750
SIZE (petiga-g20210307.tar.gz) = 189378
- 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:
-
- gmake>=4.3 : devel/gmake
- gfortran10 : lang/gcc10
- as : devel/binutils
- Runtime dependencies:
-
- gfortran10 : lang/gcc10
- Library dependencies:
-
- libblas.so : math/blas
- liblapack.so : math/lapack
- libmpich.so : net/mpich
- libpetsc.so : science/PETSc
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- math_petiga
- USES:
- gmake compiler:c++14-lang fortran
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Jan 2022 08:34:46 g20210307_1 |
Yuri Victorovich (yuri)  |
science/PETSc: Update 3.14.1 -> 3.16.3
Reported by: portscout |
07 Apr 2021 08:09:01 g20210307 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 g20210307 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Mar 2021 21:28:15
g20210307 |
yuri  |
math/petiga: Update g20200316 -> g20210307 |
01 Jan 2021 20:54:35
g20200316 |
antoine  |
Mark BROKEN: fails to configure
CMake Error at CMakeLists.txt:18 (include):
include could not find load file:
/usr/local/lib/petsc/conf/PETScBuildInternal.cmake
Reported by: pkg-fallout |
01 May 2020 01:12:23
g20200316 |
yuri  |
math/petiga: Update g20180518 -> g20200316
PR: 240997
Submitted by: takefu@airport.fm (update to an earlier revision) |
06 Nov 2019 18:07:22
g20180518_7 |
zeising  |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
26 Jul 2019 20:46:57
g20180518_7 |
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 |
22 Apr 2019 13:16:34
g20180518_6 |
gerald  |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
25 Dec 2018 20:25:40
g20180518_5 |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
g20180518_5 |
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 |
02 Oct 2018 23:11:15
g20180518_4 |
yuri  |
science/PETSc: Update 3.9.4->3.10.1; math/py-petsc4py: Update 3.9.1->3.10.0;
math/slepc: Update 3.9.2->3.10.0; math/py-slepc4py: Update 3.9.0->3.10.0
Bump math/sundials and math/petiga.
On commit because they depend on each other and don't build unless versions
match. |
22 Sep 2018 17:40:42
g20180518_3 |
yuri  |
Change 10 ports from net/mpich2 to net/mpich
mpich2 is the obsolete version 2.x, mpich is at the current version 3.x
science/triqs science/PETSc math/py-slepc4py math/slepc math/py-petsc4py
math/petiga math/sundials cad/elmerfem math/blocksolve95 math/spooles |
22 Sep 2018 17:37:45
g20180518_2 |
yuri  |
math/petiga: Add the xplanation to pkg-descr |
29 Jul 2018 22:18:46
g20180518_2 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
21 May 2018 16:55:17
g20180518_1 |
yuri  |
math/petiga: Fix build on 10
Added USES=compiler:c++14-lang.
See https://reviews.llvm.org/rL239883.
Thanks to Jan Beich!
Reported by: jbeich |
21 May 2018 11:10:10
g20180518 |
yuri  |
New port: math/petiga: Framework for High Performance Isogeometric Analysis |