notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
petiga Framework for High Performance Isogeometric Analysis
g20221208_6 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout g20221208_5Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-05-21 11:10:26
Last Update: 2024-01-01 11:49:51
Commit Hash: f2489ab
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://github.com/dalcinl/PetIGA
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)
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (28 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/petiga-g20221208_6/catalog.mk
  3. /usr/local/share/licenses/petiga-g20221208_6/LICENSE
  4. /usr/local/share/licenses/petiga-g20221208_6/BSD2CLAUSE
  5. include/petiga.h
  6. include/petiga.mod
  7. include/petiga/cxx/function.hpp
  8. include/petiga/cxx/iefunction.hpp
  9. include/petiga/cxx/iejacobian.hpp
  10. include/petiga/cxx/ifunction.hpp
  11. include/petiga/cxx/ijacobian.hpp
  12. include/petiga/cxx/jacobian.hpp
  13. include/petiga/cxx/lookup.hpp
  14. include/petiga/cxx/system.hpp
  15. include/petiga/fad/adtype.hpp
  16. include/petiga/fad/iejacobian.hpp
  17. include/petiga/fad/ijacobian.hpp
  18. include/petiga/fad/jacobian.hpp
  19. include/petiga/petiga.hpp
  20. lib/libpetiga.so
  21. lib/petiga/conf/arch
  22. lib/petiga/conf/petsc
  23. lib/petiga/conf/rules
  24. lib/petiga/conf/test
  25. lib/petiga/conf/variables
  26. @owner
  27. @group
  28. @mode
Collapse this list.
Dependency lines:
  • petiga>0:math/petiga
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 = 1672258937 SHA256 (dalcinl-PetIGA-g20221208-218fdfa_GH0.tar.gz) = 41a89c1c39b5523ce542c1cc849be2e99fa1ef1d08d27382f8d82c62089b5fb8 SIZE (dalcinl-PetIGA-g20221208-218fdfa_GH0.tar.gz) = 189743

Packages (timestamps in pop-ups are UTC):
petiga
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-g20221208_6------
FreeBSD:13:quarterly-g20221208_6------
FreeBSD:14:latest-g20221208_6------
FreeBSD:14:quarterly-g20221208_6------
FreeBSD:15:latest-g20221208_6n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. gfortran12 : lang/gcc12
  3. as : devel/binutils
  4. x11.pc : x11/libX11
Runtime dependencies:
  1. gfortran12 : lang/gcc12
  2. x11.pc : x11/libX11
Library dependencies:
  1. libblas.so : math/blas
  2. liblapack.so : math/lapack
  3. libmpich.so : net/mpich
  4. 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 xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dalcinl/PetIGA/tar.gz/218fdfa?dummy=/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20221208_6
01 Jan 2024 11:49:51
commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfdcommit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfdcommit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfdcommit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0

PR:		275860
g20221208_5
10 Dec 2023 10:23:11
commit hash: 843da99a87b4c6b3953bcd4153ed1212636783c9commit hash: 843da99a87b4c6b3953bcd4153ed1212636783c9commit hash: 843da99a87b4c6b3953bcd4153ed1212636783c9commit hash: 843da99a87b4c6b3953bcd4153ed1212636783c9 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of MPICH to 4.1.2
g20221208_4
08 Nov 2023 03:56:43
commit hash: ce9d6673eae9c6a3451ed80b8d682b3e9024d959commit hash: ce9d6673eae9c6a3451ed80b8d682b3e9024d959commit hash: ce9d6673eae9c6a3451ed80b8d682b3e9024d959commit hash: ce9d6673eae9c6a3451ed80b8d682b3e9024d959 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
science/PETSc: update 3.19.6 → 3.20.1

Reported by:	portscout
g20221208_3
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
g20221208_2
02 Apr 2023 16:18:41
commit hash: 007b6018cd044fcb324969083422d695eb781edfcommit hash: 007b6018cd044fcb324969083422d695eb781edfcommit hash: 007b6018cd044fcb324969083422d695eb781edfcommit hash: 007b6018cd044fcb324969083422d695eb781edf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
science/PETSc: Update 3.18.5 → 3.19.0

Also bump 2 ports.
Also math/py-petsc4py is broken for now.
g20221208_1
13 Feb 2023 04:26:37
commit hash: 945af585e732e163757c4973d8a8e24eb993509fcommit hash: 945af585e732e163757c4973d8a8e24eb993509fcommit hash: 945af585e732e163757c4973d8a8e24eb993509fcommit hash: 945af585e732e163757c4973d8a8e24eb993509f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
science/PETSc: Change to 64-bit indices; Add METIS option

By default PETSc uses 32-bit indices.
g20221208
28 Dec 2022 20:27:22
commit hash: 2f263e9ec466505fb0e3114f8c2bca920e0f66d2commit hash: 2f263e9ec466505fb0e3114f8c2bca920e0f66d2commit hash: 2f263e9ec466505fb0e3114f8c2bca920e0f66d2commit hash: 2f263e9ec466505fb0e3114f8c2bca920e0f66d2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/petiga: Update g20210307 -> g20221208
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
g20210307_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
g20210307_1
07 Jan 2022 08:34:46
commit hash: 4510216d058875e4dad3fb0843ca7b16465c8209commit hash: 4510216d058875e4dad3fb0843ca7b16465c8209commit hash: 4510216d058875e4dad3fb0843ca7b16465c8209commit hash: 4510216d058875e4dad3fb0843ca7b16465c8209 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
science/PETSc: Update 3.14.1 -> 3.16.3

Reported by:	portscout
g20210307
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
g20210307
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
g20210307
30 Mar 2021 21:28:15
Revision:569603Original commit files touched by this commit
yuri search for other commits by this committer
math/petiga: Update g20200316 -> g20210307
g20200316
01 Jan 2021 20:54:35
Revision:559870Original commit files touched by this commit
antoine search for other commits by this committer
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
g20200316
01 May 2020 01:12:23
Revision:533482Original commit files touched by this commit
yuri search for other commits by this committer
math/petiga: Update g20180518 -> g20200316

PR:		240997
Submitted by:	takefu@airport.fm (update to an earlier revision)
g20180518_7
06 Nov 2019 18:07:22
Revision:516916Original commit files touched by this commit
zeising search for other commits by this committer
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.
g20180518_7
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
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
g20180518_6
22 Apr 2019 13:16:34
Revision:499638Original commit files touched by this commit
gerald search for other commits by this committer
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
g20180518_5
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
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
g20180518_5
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
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
g20180518_4
02 Oct 2018 23:11:15
Revision:481139Original commit files touched by this commit
yuri search for other commits by this committer
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.
g20180518_3
22 Sep 2018 17:40:42
Revision:480424Original commit files touched by this commit
yuri search for other commits by this committer
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
g20180518_2
22 Sep 2018 17:37:45
Revision:480423Original commit files touched by this commit
yuri search for other commits by this committer
math/petiga: Add the xplanation to pkg-descr
g20180518_2
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
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
g20180518_1
21 May 2018 16:55:17
Revision:470562Original commit files touched by this commit
yuri search for other commits by this committer
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
g20180518
21 May 2018 11:10:10
Revision:470531Original commit files touched by this commit
yuri search for other commits by this committer
New port: math/petiga: Framework for High Performance Isogeometric Analysis

Number of commits found: 26