Port details |
- libmesh Numerical simulation of partial differential equations
- 1.7.5 math =2 1.7.0_6Version of this port present on the latest quarterly branch.
- BROKEN: compilation fails with nlopt-2.9.0, see https://github.com/libMesh/libmesh/issues/4009
IGNORE: is marked as broken: compilation fails with nlopt-2.9.0, see https://github.com/libMesh/libmesh/issues/4009
- Maintainer: yuri@FreeBSD.org
- Port Added: 2017-12-20 20:36:30
- Last Update: 2024-11-15 18:44:11
- Commit Hash: 6a52c05
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://libmesh.github.io
- https://github.com/libMesh/libmesh
- Description:
- The libMesh library provides a framework for the numerical simulation of partial
differential equations using arbitrary unstructured discretizations on serial
and parallel platforms. A major goal of the library is to provide support for
adaptive mesh refinement (AMR) computations in parallel while allowing a
research scientist to focus on the physics they are modeling.
libMesh is based on this publication:
A C++ Library for Parallel Adaptive Mesh Refinement/Coarsening Simulations,"
Engineering with Computers, vol. 22, no. 3-4, pp. 237-254, 2006,
http://dx.doi.org/10.1007/s00366-006-0049-3
- ¦ ¦ ¦ ¦
- 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/libmesh/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install math/libmesh
- pkg install libmesh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libmesh
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730398365
SHA256 (libmesh-1.7.5.tar.xz) = da5ae0e7961000caa7396a71ede403b0c1daf9d4f0e8796c90f2348586a5ee1e
SIZE (libmesh-1.7.5.tar.xz) = 12164352
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:
-
- eigen3.pc : math/eigen3
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- bash : shells/bash
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libboost_system.so : devel/boost-libs
- libnlopt.so : math/nlopt
- libmpi.so : net/mpich
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libmesh-1.7.5:
EXAMPLES=on: Build and/or install examples
GLPK=off: Glpk linear programming solver library
HDF5=off: HDF-5 data format support
MPI=on: MPI (Message Passing Interface) support
===> Use 'make config' to modify these settings
- Options name:
- math_libmesh
- USES:
- compiler:c++17-lang eigen:3 gmake libtool localbase perl5 pkgconfig shebangfix tar:xz
- 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 |
1.7.5 15 Nov 2024 18:44:11 |
Yuri Victorovich (yuri) |
math/libmesh: Broken after update to nlopt-2.9.0
Reported by: fallout |
1.7.5 04 Nov 2024 03:42:52 |
Yuri Victorovich (yuri) |
math/libmesh: Fix build on 15 with clang-19 |
1.7.5 31 Oct 2024 19:28:12 |
Yuri Victorovich (yuri) |
math/libmesh: update 1.7.4 → 1.7.5 |
1.7.4 31 Oct 2024 08:28:18 |
Yuri Victorovich (yuri) |
math/libmesh: update 1.7.0 → 1.7.4 |
1.7.0_7 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
1.7.0_6 25 Aug 2024 13:33:16 |
Rainer Hurling (rhurlin) |
*/*: Bump PORTVERSION of math/nlopt consumers
..due to shlib change |
1.7.0_5 10 Dec 2023 10:23:11 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of MPICH to 4.1.2 |
1.7.0_4 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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) |
1.7.0_3 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 ) |
1.7.0_3 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
1.7.0_2 20 Jul 2022 14:35:24 |
Tobias C. Berner (tcberner) |
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .
Reported by: VVD <vvd@unislabs.com> |
1.7.0_1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.7.0_1 12 Jun 2022 20:48:09 |
Daniel Engberg (diizzy) |
math/libmesh: Use upstream release archive and some minor fixes
* Use upstream release archive as suggested by Porters Handbook
(USE_GITHUB section ) and upstream, this also reduces
download size by more than 50%
* Update requirements to c++17 (upstream defines -std=gnu++17
during build)
PR: 264642
Reviewed by: yuri |
1.7.0 12 Jun 2022 17:38:04 |
Yuri Victorovich (yuri) |
math/libmesh: Update 1.6.2 -> 1.7.0
Reported by: portscout |
1.6.2_1 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
1.6.2 03 Aug 2021 22:10:23 |
Yuri Victorovich (yuri) |
math/libmesh: Update 1.6.1 -> 1.6.2
Reported by: portscout |
1.6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.1 10 Feb 2021 18:27:47 |
yuri |
math/libmesh: Update 1.6.0 -> 1.6.1
Reported by: portscout |
1.6.0_2 12 Dec 2020 17:04:37 |
thierry |
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not
registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run |
1.6.0_1 04 Dec 2020 10:47:52 |
thierry |
Avoid unregistered conflict with math/metis by using the external package
and not the bundled one.
PR: 251561
Submitted by: /me
Approved by: yuri (maintainer) |
1.6.0 24 Oct 2020 18:59:24 |
yuri |
math/libmesh: Update 1.6.0-rc3 -> 1.6.0
Reported by: portscout |
1.6.0.r3 14 Oct 2020 05:18:05 |
yuri |
math/libmesh: Update 1.4.1 -> 1.6.0-rc3 |
1.4.1_3 07 Jul 2020 12:27:18 |
tobik |
Clean up some things
Reported by: portscan and common sense |
1.4.1_3 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
1.4.1_2 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
1.4.1_1 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.4.1_1 26 Jul 2019 20:46:57 |
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 |
1.4.1 19 Jun 2019 12:27:45 |
linimon |
Add compiler:c++11-lang to unbreak build on powerpc64:
libcontrib_opt.a: relocation truncated to fit: R_PPC64_GOT_TLSLD16 against
.LANCHOR1
Approved by: portmgr (tier-2 blanket) |
1.4.1 04 May 2019 08:40:47 |
yuri |
math/libmesh: Update 1.4.0 -> 1.4.1
Reported by: portscout |
1.4.0_1 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
1.4.0 13 Mar 2019 05:23:10 |
yuri |
math/libmesh: Update 1.3.1 -> 1.4.0
Reported by: portscout |
1.3.1_3 05 Jan 2019 22:46:54 |
sunpoet |
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR: 233070
Submitted by: wen |
1.3.1_2 26 Dec 2018 09:06:35 |
tcberner |
Update math/eigen3 to 3.3.7
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7 |
1.3.1_1 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
1.3.1 13 Oct 2018 20:52:26 |
yuri |
math/libmesh: Update 1.3.0 -> 1.3.1
Reported by: portscout |
1.3.0_3 05 Sep 2018 22:05:23 |
sunpoet |
Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR: 231009
Exp-run by: antoine |
1.3.0_2 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
1.3.0_1 18 Jun 2018 14:00:43 |
linimon |
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
1.3.0_1 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
1.3.0 10 Apr 2018 09:09:02 |
yuri |
math/libmesh: Update 1.2.1 -> 1.3.0
Port changes:
* Disable static libs
* Remove the defunct option SFCURVES
Reported by: portscout |
1.2.1_1 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
1.2.1 02 Jan 2018 16:49:24 |
tcberner |
New USES=eigen
Usage:
USES=eigen:<version>[,<type>]
version: 2 or 3 (required)
type: build (default), run
For example:
USES=eigen:2,build,run
will add a BUILD- and RUN_DEPENDS on math/eigen2, and
USES=eigen:3
will add a BUILD_DEPENDS on math/eigen3.
* Convert the existing ports to use it
- biology/iqtree: remove run time dependency (seemed not to be needed)
- graphics/movit: remove run time dependency (seemed not to be needed)
- science/avogadro: add run time dependeny (installed cmake file requires it
to be present)
Reviewed by: rakuco, mat
Differential Revision: https://reviews.freebsd.org/D13702 |
1.2.1 20 Dec 2017 20:36:19 |
yuri |
New port: math/libmesh: Numerical simulation of partial differential equations
Submitted by: myself
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13524 |