Commit Graph

13 Commits

Author SHA1 Message Date
Gerald Pfeifer
ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Fernando Apesteguía
9444fb5f23 math/cminpack: fix build
Fix build after wrong commit in r503180
2019-05-31 16:47:10 +00:00
Fernando Apesteguía
900f13ee16 math/cminpack: build as a shared library
This change makes math/openturns able to find cminpack.

Also add dependency on openblas

PR:	238154
Submitted by:	yuri@
2019-05-31 16:13:26 +00:00
Fernando Apesteguía
c34f404184 math/cminpack: Fix build in 'dirty' environments
This is a followup for r502756. In environments with math/openbas installed,
cmake assumes the presence of cblas.h which is actually not present.

poudriere doesn't catch this error and hence there were no pkg fallouts.

Submitted by:	tobik@
Reported by:	yuri@
2019-05-29 16:51:46 +00:00
Yuri Victorovich
58c12b88a4 math/cminpack: Fix build by adding USES=localbase
It couldn't find cblas.h on my system without this.

Approved by:	portmgr (fix build on some systems)
2019-05-27 00:10:59 +00:00
Tobias C. Berner
707c6bf295 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
2018-12-25 20:25:39 +00:00
Fernando Apesteguía
36e690c0ad Remove Ego-Lines from fernape's ports
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14668
2018-03-13 22:24:58 +00:00
Fernando Apesteguía
542b1e2b40 Update MAINTAINER to new FreeBSD.org account
Update MAINTAINER email address for Fernando Apesteguia
from fernando.apesteguia@gmail.com

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14668
2018-03-12 19:20:32 +00:00
Kirill Ponomarev
0bbb5eef1e Update math/cminpack to 1.3.6
PR:		217366
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9813
2017-03-02 15:42:39 +00:00
Mathieu Arnold
77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00
Tilman Keskinoz
39d18d9545 Update to 1.3.5
PR:		209866
Submitted by:	maintainer
2016-05-31 15:57:12 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Pawel Pekala
171809a435 Minpack includes software for solving nonlinear equations and nonlinear least
squares problems. Five algorithmic paths each include a core subroutine and
an easy-to-use driver. The algorithms proceed either from an analytic
specification of the Jacobian matrix or directly from the problem functions.
The paths include facilities for systems of equations with a banded Jacobian
matrix, for least squares problems with a large amount of data, and for
checking the consistency of the Jacobian matrix with the functions

WWW: http://devernay.free.fr/hacks/cminpack/

PR:		196697
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com>
2015-02-23 20:24:31 +00:00