aboutsummaryrefslogtreecommitdiff
path: root/math/cminpack
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump 37 ports depending on math/openblas through USES=blaslapack:openblas ↵Yuri Victorovich2020-05-061-1/+1
| | | | | | | because after the recent math/openblas update the library name changed in openblas Notes: svn path=/head/; revision=534190
* Fix math/openblas and bump dependent portsSteve Wills2020-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | * Fix build on i386 [1] * Fix science/code_saturne build with new openblas [2] * Avoid installing private headers [3] * Prevent build from optimizing for host by correcting build confg [4] * Bump portrevision of dependent ports [5] This is correcting issues from r523749 [1][2][4] and r515970 [3] PR: 231371 Reported by: build cluster [1] Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2] Reported by: many [5] Reviewed by: mat, bapt Approved by: implicit, since this is a build fix Notes: svn path=/head/; revision=524642
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+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/cminpack: fix buildFernando Apesteguía2019-05-311-2/+2
| | | | | | | Fix build after wrong commit in r503180 Notes: svn path=/head/; revision=503183
* math/cminpack: build as a shared libraryFernando Apesteguía2019-05-312-2/+6
| | | | | | | | | | | | This change makes math/openturns able to find cminpack. Also add dependency on openblas PR: 238154 Submitted by: yuri@ Notes: svn path=/head/; revision=503180
* math/cminpack: Fix build in 'dirty' environmentsFernando Apesteguía2019-05-291-0/+2
| | | | | | | | | | | | | 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@ Notes: svn path=/head/; revision=502970
* math/cminpack: Fix build by adding USES=localbaseYuri Victorovich2019-05-271-1/+1
| | | | | | | | | It couldn't find cblas.h on my system without this. Approved by: portmgr (fix build on some systems) Notes: svn path=/head/; revision=502756
* 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
* Remove Ego-Lines from fernape's portsFernando Apesteguía2018-03-131-1/+0
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14668 Notes: svn path=/head/; revision=464438
* Update MAINTAINER to new FreeBSD.org accountFernando Apesteguía2018-03-121-1/+1
| | | | | | | | | | | Update MAINTAINER email address for Fernando Apesteguia from fernando.apesteguia@gmail.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14668 Notes: svn path=/head/; revision=464275
* Update math/cminpack to 1.3.6Kirill Ponomarev2017-03-025-21/+9
| | | | | | | | | | PR: 217366 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9813 Notes: svn path=/head/; revision=435243
* Github cleanup.Mathieu Arnold2016-06-012-6/+5
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=416242
* Update to 1.3.5Tilman Keskinoz2016-05-313-9/+18
| | | | | | | | PR: 209866 Submitted by: maintainer Notes: svn path=/head/; revision=416206
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-5/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Minpack includes software for solving nonlinear equations and nonlinear leastPawel Pekala2015-02-236-0/+117
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> Notes: svn path=/head/; revision=379703