summaryrefslogtreecommitdiff
path: root/math/lapack (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-03math/lapack: Fix CPE informationBernhard Froehlich1-1/+1
Approved by: portmgr (blanket)
2021-12-21math/lapack: Add CPE informationBernhard Froehlich1-1/+3
Approved by: portmgr (blanket)
2021-10-12*: Clean up some thingsTobias Kortkamp1-1/+1
- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
2021-08-10math/lapack: remove superfluous and broken ranlib invocationEd Maste1-1/+0
FreeBSD's base system ar and ranlib have a bug where they exit with status 0 (success) even in case of fatal errors. This hid the fact that math/lapacke was invoking ranlib on a non-existent file. (Presumably the ranlib invocation was correct when introduced, but broken by some rework of lapack's upstream build system). Use of ranlib is generally unncessary, assuming the -s flag is passed to ar (as is typical, and as done here), so just delete the invocation. See PR 257599 and review D31402 for the ar/ranlib base system bug. PR: 257599, 257744 Reviewed by: jrm Tested by: jrm Approved by: kevans (ports), portmgr (implicit, blanket: build fix) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D31492
2021-07-21math/lapack: fix post-patch target for math/atlasThierry Thomas1-1/+3
When upgrading this port, I previously merged the post-patch with the pre-configure target, and it was a mistake. The patch target is used from math/atlas, and make.inc is needed. PR: 257122 Reported by: alt2600 (at) icloud.com MFH: 2021Q3
2021-07-18math/lapack: fix broken lib symlinkThierry Thomas1-4/+4
In lapack-3.10.0, there is a broken sym link for libtmglib.so.3.10.0 (should be a file): /usr/local/lib/libtmglib.so.3@ -> libtmglib.so.3.10.0 /usr/local/lib/libtmglib.so.3.10.0@ -> libtmglib.so.3 Just remove the unnecessary code in post-install for libtmglib shared lib files. 'do-install' does everything correctly. PR: 257139 Reported by: John Hein <jcfyecrayz (at) liamekaens.com>
2021-07-17math/lapack: fix "argument list too long"John Hein2-12184/+7
Older FreeBSD versions have a too small ARG_MAX, and making the plist failed with the "argument list too long" error. This patch sticks to using files and pipelines rather than long command line argument lists, authored by John Hein <jcfyecrayz@liamekaens.com>. PR: 257004 Reported by: russo (at) bogodyn.org
2021-07-04math/lapack: make the manpages fetchable from everywhereThierry Thomas1-1/+2
Host the manpages, because they seem unfetchable from some locations. PR: 256965 Reported by: gja822 (at) narod.ru
2021-07-02math/lapack: +math/blas et al., upgrade to 3.10.0Thierry Thomas4-27/+10029
- Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack to 3.10.0; Latest release notes at <http://netlib.org/lapack/lapack-3.10.0.html> - This is a major release and also addressing multiple bug fixes - The tarball is no more hosted by netlib but at GitHub - This also fixes the problem with unversioned manpages. PR: 256940 Reported by: alt2600 (at) icloud.com
2021-06-13math/lapack: +math/blas et al., upgrade to 3.9.1Thierry Thomas12-544/+581
- Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack to 3.9.1; Latest release notes at <http://www.netlib.org/lapack/lapack-3.9.1.html> - Chase this upgrade in biology/treekin; - Add a test target; - Remove a conflict with math/openblas (PR 244296); - Fix the build with Gcc10 (PR 247485). PR: 247542 Approved by: expr-run by antoine@
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2020-07-04math/lapack, math/xlapack: Unbreak build with GCC 10Tobias Kortkamp1-0/+1
sorcsd2by1.f:389:40: 366 | $ 0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0, | 2 ...... 389 | $ 0, V1T, LDV1T, 0, 1, U1, LDU1, U2, LDU2, 0, 0, | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)). sorcsd2by1.f:412:35: 366 | $ 0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0, | 2 ...... 412 | $ THETA, 0, 0, 1, V1T, LDV1T, U2, LDU2, U1, LDU1, | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)). sorcsd2by1.f:436:55: 366 | $ 0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0, | 2 ...... 436 | $ THETA, 0, U2, LDU2, U1, LDU1, 0, 1, V1T, LDV1T, | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)). sorcsd2by1.f:473:23: 347 | CALL SORBDB1( M, P, Q, X11, LDX11, X21, LDX21, THETA, 0, 0, | 2 ...... 473 | $ WORK(IPHI), WORK(ITAUP1), WORK(ITAUP2), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:480:44: 351 | CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1, | 2 ...... 480 | CALL SORGQR( P, P, Q, U1, LDU1, WORK(ITAUP1), WORK(IORGQR), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:485:48: 351 | CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1, | 2 ...... 485 | CALL SORGQR( M-P, M-P, Q, U2, LDU2, WORK(ITAUP2), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:496:57: 362 | $ 0, WORK(1), -1, CHILDINFO ) | 2 ...... 496 | CALL SORGLQ( Q-1, Q-1, Q-1, V1T(2,2), LDV1T, WORK(ITAUQ1), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:503:22: 366 | $ 0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0, | 2 ...... 503 | $ WORK(IPHI), U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:528:23: 370 | CALL SORBDB2( M, P, Q, X11, LDX11, X21, LDX21, THETA, 0, 0, | 2 ...... 528 | $ WORK(IPHI), WORK(ITAUP1), WORK(ITAUP2), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:540:55: 351 | CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1, | 2 ...... 540 | CALL SORGQR( P-1, P-1, P-1, U1(2,2), LDU1, WORK(ITAUP1), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:545:48: 351 | CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1, | 2 ...... 545 | CALL SORGQR( M-P, M-P, Q, U2, LDU2, WORK(ITAUP2), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:550:46: 362 | $ 0, WORK(1), -1, CHILDINFO ) | 2 ...... 550 | CALL SORGLQ( Q, Q, R, V1T, LDV1T, WORK(ITAUQ1), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:557:22: 366 | $ 0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0, | 2 ...... 557 | $ WORK(IPHI), V1T, LDV1T, 0, 1, U1, LDU1, U2, LDU2, | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:582:23: 393 | CALL SORBDB3( M, P, Q, X11, LDX11, X21, LDX21, THETA, 0, 0, | 2 ...... 582 | $ WORK(IPHI), WORK(ITAUP1), WORK(ITAUP2), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:589:44: 351 | CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1, | 2 ...... 589 | CALL SORGQR( P, P, Q, U1, LDU1, WORK(ITAUP1), WORK(IORGQR), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:601:25: 351 | CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1, | 2 ...... 601 | $ WORK(ITAUP2), WORK(IORGQR), LORGQR, CHILDINFO ) | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:605:46: 362 | $ 0, WORK(1), -1, CHILDINFO ) | 2 ...... 605 | CALL SORGLQ( Q, Q, R, V1T, LDV1T, WORK(ITAUQ1), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:612:29: 366 | $ 0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0, | 2 ...... 612 | $ THETA, WORK(IPHI), 0, 1, V1T, LDV1T, U2, LDU2, U1, | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:642:23: 417 | CALL SORBDB4( M, P, Q, X11, LDX11, X21, LDX21, THETA, 0, 0, | 2 ...... 642 | $ WORK(IPHI), WORK(ITAUP1), WORK(ITAUP2), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:655:46: 351 | CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1, | 2 ...... 655 | CALL SORGQR( P, P, M-Q, U1, LDU1, WORK(ITAUP1), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:665:50: 351 | CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1, | 2 ...... 665 | CALL SORGQR( M-P, M-P, M-Q, U2, LDU2, WORK(ITAUP2), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:674:46: 362 | $ 0, WORK(1), -1, CHILDINFO ) | 2 ...... 674 | CALL SORGLQ( Q, Q, Q, V1T, LDV1T, WORK(ITAUQ1), | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). sorcsd2by1.f:681:29: 366 | $ 0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0, | 2 ...... 681 | $ THETA, WORK(IPHI), U2, LDU2, U1, LDU1, 0, 1, V1T, | 1 Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)). http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/lapack-3.5.0_8.log http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/xlapack-3.5.0_6.log PR: 246700
2020-05-28Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6).Alexey Dokuchaev1-1/+1
2019-07-26Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-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
2019-04-22Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer1-1/+1
benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl
2018-12-12Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-1/+1
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
2018-07-29Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-1/+1
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
2018-03-11Return maho@'s ports to the pool after his commit bit expired.Rene Ladan1-1/+1
With hat: portmgr
2018-03-10Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer1-1/+1
version 1.1.0 (via revision 464079).
2017-09-10Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer1-1/+1
(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
2017-04-01Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer1-1/+1
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
2016-12-13Add a comment to never remove the PORTREVISION?= line, sinceGerald Pfeifer1-1/+1
math/lapack/Makefile is also included from math/blas which overrides PORTNAME and PORTREVSION. Approved by: maho (maintainer)
2016-12-08Fix up math/blas's PORTREVISION going backwards, broken in r428057.Matthias Andree1-1/+1
PR: 214965 Approved by: portmgr ('just fix it' blanket)
2016-12-07Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer1-0/+1
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
2016-10-21${RM} already has -f.Mathieu Arnold1-1/+1
PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
2016-04-01Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold1-5/+5
With hat: portmgr Sponsored by: Absolight
2015-04-06Forgot to add some patches.Maho Nakata3-0/+70
PR: 199164 Submitted by: phd_kimberlite@yahoo.co.jp
2015-04-02math/lapacke : update port to slave port of math/lapack, and updated toMaho Nakata2-7/+38
3.5.0 accordingly. PR: 98614 Submitted by: phd_kimberlite@yahoo.co.jp
2015-03-24math/lapack: fix build when PROFILE option is selectedBartek Rutkowski1-0/+4
- Since dynamic linking is broken when PROFILE is used, enforce '-static' LDFLAGS - Maintainer's timeout (maho@FreeBSD.org) PR: 185375 Submitted by: Pawel Biernacki <pawel.biernacki@gmail.com>
2015-03-14Update to 3.5.0.Maho Nakata5-51/+41
Submitted by: Johannes Dieterich <dieterich.joh@gmail.com>
2014-10-21- Convert ports of math/ to new USES=pythonMarcus von Appen1-1/+1
Approved by: portmgr (implicit)
2014-09-10Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer1-1/+1
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
2014-08-05- Clarify LICENSEDmitry Marakasov1-1/+1
Approved by: portmgr blanket
2014-07-29Repair instances, almost all courtesy of bf ;-), of spacesAdam Weinberger1-2/+2
and/or tabs before the =. This made doing regular expressions on the ports tree really difficult. Approved by: portmgr (not really, but touches unstaged ports)
2014-05-05Convert all :U to :tu and :L to :tlBaptiste Daroussin1-4/+4
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
2014-04-05Stage supportAntoine Brodin2-12/+12
With hat: portmgr
2014-03-10Update the default version of GCC used in the Ports Collection fromGerald Pfeifer1-1/+1
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
2014-02-16Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans1-1/+1
USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery)
2013-10-26Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer1-0/+1
- Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
math)
2013-08-14- Remove MAKE_JOBS_SAFE variableAlex Kozlov1-1/+0
Approved by: portmgr (bdrewery)
2013-06-05Fix typo after corruptionBaptiste Daroussin1-1/+1
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
2013-06-05Convert to new options frameworkBaptiste Daroussin1-21/+19
2013-01-05update to 3.4.2Maho Nakata2-5/+5
2012-08-26Update to 3.4.1.Maho Nakata10-1152/+6
2012-03-12FixMaho Nakata2-1/+12
http://netlib.org/lapack/Errata/index2.html#_strong_span_class_green_bug0085_span_strong_xgesvd_problem_in_workspace_computation . PR: 165960 Submitted by: fork <forkandwait@gmail.com> Feature safe: yes
2012-01-23Remove some unncesssary patches.Maho Nakata3-1749/+0
Submitted by: bf
2012-01-22adding another patch.Maho Nakata1-0/+39
2012-01-22opps forgot to add some patches.Maho Nakata2-0/+128
2012-01-22Update with many small following changes.Maho Nakata9-1715/+2993
1. adding upstream patches and bump port revision. 2. adding precompiled man by default rather than building. 3. adding regression-test target, several tests fails, though. 4. prepare for xlapack and now blas is secondary port of this port. Submitted by: bf@