Port details |
- elmerfem Finite element software for multiphysical problems
- 8.4 cad
=0 8.4Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2014-10-06 21:48:39
- Last Update: 2020-01-15 16:09:52
- SVN Revision: 523122
- Also Listed In: science
- License: GPLv2
- WWW:
- https://www.csc.fi/web/elmer/
- Description:
- Elmer is an open source multiphysical simulation software mainly
developed by CSC - IT Center for Science (CSC). Elmer development was
started 1995 in collaboration with Finnish Universities, research institutes
and industry. After it's open source publication in 2005, the use and
development of Elmer has become international.
Elmer includes physical models of fluid dynamics, structural mechanics,
electromagnetics, heat transfer and acoustics, for example. These are
described by partial differential equations which Elmer solves by the
Finite Element Method (FEM).
WWW: https://www.csc.fi/web/elmer/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: elmerfem
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1545212085
SHA256 (ElmerCSC-elmerfem-release-8.4_GH0.tar.gz) = cc3ce807d76798361592cc14952cdc3db1ad8f9bac038017514033ce9badc5b3
SIZE (ElmerCSC-elmerfem-release-8.4_GH0.tar.gz) = 66252712
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- gfortran9 : lang/gcc9
- as : devel/binutils
- Runtime dependencies:
-
- gfortran9 : lang/gcc9
- Library dependencies:
-
- libparpack.so : math/arpack-ng
- libmetis.so : math/metis
- libmpich.so : net/mpich
- libblas.so : math/blas
- liblapack.so : math/lapack
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- blaslapack:netlib cmake fortran tcl
- 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 |
8.4 15 Jan 2020 16:09:52 |
yuri |
Move cad/elmerfem -> science/elmerfem
Also:
* Update COMMENT to reflect how their website decribes it
* Update WWW
* Group USExx lines |
8.4 11 Nov 2019 10:59:01 |
danfe |
- Resurrect `cad/elmerfem' and update to version 8.4
- Remove bundled copy of METIS and use the one from ports
- Fix `do-test' by switching to ctest(1) from gmake(1)
- Adjust the COMMENT and port description while I'm here |
8.3.20170524_6 12 Aug 2019 17:44:19 |
rene |
Remove expired port:
2019-05-08 cad/elmerfem: Broken for more than 6 months |
8.3.20170524_6 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 |
8.3.20170524_5 22 Apr 2019 13:16:34 |
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 |
8.3.20170524_4 07 Apr 2019 07:43:38 |
antoine |
Deprecate ports broken for more than 6 months |
8.3.20170524_4 25 Dec 2018 20:25:40 |
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 |
8.3.20170524_4 18 Dec 2018 23:32:36 |
antoine |
Mark BROKEN: fails to build
cd /wrkdirs/usr/ports/cad/elmerfem/work/.build/fem/src &&
/usr/local/bin/gfortran8 -DCONTIG=,CONTIGUOUS -DHAVE_EXECUTECOMMANDLINE
-DUSE_ARPACK -DUSE_ISO_C_BINDINGS -Delmersolver_EXPORTS -I/usr/local/include
-I/wrkdirs/usr/ports/cad/elmerfem/work/.build
-I/wrkdirs/usr/ports/cad/elmerfem/work/.build/fem/src
-I/wrkdirs/usr/ports/cad/elmerfem/work/elmerfem-release-8.3/fhutiter/src
-I/wrkdirs/usr/ports/cad/elmerfem/work/.build/fem/src/binio
-I/wrkdirs/usr/ports/cad/elmerfem/work/.build/fhutiter/src -O
-Wl,-rpath=/usr/local/lib/gcc8 -fPIC -O3 -DNDEBUG -O3 -J../../fmodules -fPIC
-c
/wrkdirs/usr/ports/cad/elmerfem/work/elmerfem-release-8.3/fem/src/CRSMatrix.F90
-o CMakeFiles/elmersolver.dir/CRSMatrix.F90.o
/wrkdirs/usr/ports/cad/elmerfem/work/elmerfem-release-8.3/fem/src/CRSMatrix.F90:3681:24:
A % ILUCols => ILUCols
1
Error: Assignment to contiguous pointer from non-contiguous target at (1)
Reported by: pkg-fallout |
8.3.20170524_4 12 Dec 2018 01:35:36 |
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 |
8.3.20170524_3 04 Oct 2018 20:44:52 |
yuri |
math/arpack-ng: Update 3.5.0 -> 3.6.3
Port changes:
* Remove the slave port math/arpack-ng-mpich: the MPI option is incremental and
only adds a library
* Permanently enable the MPI functionality: see above
* Shorten the CONFLICTS statement
* Install arpack.h which is forgotten by the project itself
Bump cad/elmerfem: dependency there changed to math/arpack-ng. |
8.3.20170524_2 22 Sep 2018 17:40:42 |
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 |
8.3.20170524_1 29 Jul 2018 22:18:46 |
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 |
8.3.20170524 02 Apr 2018 20:02:20 |
adridg |
Fix build of cad/elmerfem ahead of CMake 3.11.
- Bump to the actual 8.3 release, instead of a few days and revisions
short of it. There's no uploaded tarball, so we're still stuck with
GH tags.
- Build out-of-source; with CMake 3.11 you can no longer add a library
with no (zero) sources, and the existing setup was picking up build-
cache directories like CMakeFiles/ to turn into Elmer libraries.
- As a side-effect, this shows the bogus library added to the plist
some time earlier -- CMakeFiles is not an actual Elmer plugin.
- Detection of <inttypes.h> is broken because of the way Fortran
libraries are added to the link line, but gcc_s isn't; this leads
to header detection that fails in linking. So just tell CMake
that inttypes.h exists, instead.
Approved by: tcberner (mentor, implicit) |
8.3.20170519_2 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
8.3.20170519_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
8.3.20170519 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
8.3.20170519 25 May 2017 21:33:19 |
joneum |
- Udate to 20170519
PR: 219032
Submitted by: pfg
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10819 |
8.2.20161026_2 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
8.2.20161026_1 07 Dec 2016 13:24:57 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
8.2.20161026 05 Nov 2016 11:10:33 |
riggs |
Update to 20161026 snapshot
PR: 213816
Submitted by: pfg |
8.2.20160715 31 Jul 2016 20:21:08 |
pawel |
Update to version 8.2.20160715
PR: 211319
Submitted by: pfg |
8.2.20160404 11 May 2016 20:41:24 |
amdmi3 |
- Update to 8.2.20160404
- While here, cosmetic fixes and switch to new test framework
PR: 209271
Submitted by: pfg |
8.1.20160311 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
8.1.20160311 17 Mar 2016 18:24:38 |
thierry |
Update to version 8.1-20160311.
Fix PR ports/201246.
PR: ports/196577
Submitted by: pfg |
7.0.20141202 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
7.0.20141202 14 Dec 2014 02:07:53 |
danilo |
- Update to 7.0.20141202
PR: 195789
Submitted by: pfg@ (maintainer) |
7.0.20141015 22 Oct 2014 21:40:51 |
thierry |
Update URL.
Submitted by: pfg (maintainer) |
7.0.20141015 19 Oct 2014 13:34:35 |
thierry |
Update cad/elmerfem to 20141015 snapshot.
This brings many small fixes.
While here drop the autoconf support since we are using the CMake branch.
PR: ports/194410
Submitted by: pfg@ (maintainer) |
7.0.20140925 06 Oct 2014 21:48:25 |
thierry |
Add elmerfem.
Elmer includes physical models of fluid dynamics, structural mechanics,
electromagnetics, heat transfer and acoustics, for example. These are
described by partial differential equations which Elmer solves by the
Finite Element Method (FEM).
PR: ports/193531
Submitted by: pfg |