aboutsummaryrefslogtreecommitdiff
path: root/math/mfem
Commit message (Collapse)AuthorAgeFilesLines
* math/mfem: Update 4.0 -> 4.1Yuri Victorovich2020-03-114-7/+34
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=528234
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* math/mfem: fix buildPiotr Kubaj2019-06-121-1/+1
| | | | | | | | | | | Add USES=compiler:c++11-lang to fix: Target "nurbs_ex1" requires the language dialect "CXX11" , but CMake does not know the compile flags to use to enable it. Approved by: mentors (implicite approval) Notes: svn path=/head/; revision=504032
* math/mfem: Update 3.4 -> 4.0Yuri Victorovich2019-05-253-5/+15
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=502613
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=488341
* New port: math/mfem: Lightweight, general, scalable C++ library for finite ↵Yuri Victorovich2018-10-104-0/+145
element methods Notes: svn path=/head/; revision=481699