Commit graph

104 commits

Author SHA1 Message Date
Gerald Pfeifer
0f24239dee Add a comment to never remove the PORTREVISION?= line, since
math/lapack/Makefile is also included from math/blas which overrides
PORTNAME and PORTREVSION.

Approved by:	maho (maintainer)
2016-12-13 13:38:42 +00:00
Matthias Andree
7c4332af9c Fix up math/blas's PORTREVISION going backwards, broken in r428057.
PR:		214965
Approved by:	portmgr ('just fix it' blanket)
2016-12-08 02:34:44 +00:00
Gerald Pfeifer
e4b7b9118a 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
2016-12-07 13:24:56 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Maho Nakata
465edb131d Forgot to add some patches.
PR:		199164
Submitted by:	phd_kimberlite@yahoo.co.jp
2015-04-06 02:21:00 +00:00
Maho Nakata
f05daac743 math/lapacke : update port to slave port of math/lapack, and updated to
3.5.0 accordingly.

PR:		98614
Submitted by:	phd_kimberlite@yahoo.co.jp
2015-04-02 06:45:10 +00:00
Bartek Rutkowski
e791039273 math/lapack: fix build when PROFILE option is selected
- 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-24 17:29:47 +00:00
Maho Nakata
e446253510 Update to 3.5.0.
Submitted by:	Johannes Dieterich <dieterich.joh@gmail.com>
2015-03-14 02:19:15 +00:00
Marcus von Appen
214bd533a7 - Convert ports of math/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:54:54 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Dmitry Marakasov
a969b8b273 - Clarify LICENSE
Approved by:	portmgr blanket
2014-08-05 19:53:10 +00:00
Adam Weinberger
0f88ed614d Repair instances, almost all courtesy of bf ;-), of spaces
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-07-29 20:55:27 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
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-05-05 09:45:36 +00:00
Antoine Brodin
83f2653d3b Stage support
With hat:	portmgr
2014-04-05 16:30:29 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
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-03-10 20:55:20 +00:00
Tijl Coosemans
564a799c71 Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
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)
2014-02-16 17:15:31 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- 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-10-26 00:52:33 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
c149db5958 Fix typo after corruption
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
2013-06-05 22:23:01 +00:00
Baptiste Daroussin
f0a27c9d1e Convert to new options framework 2013-06-05 14:11:19 +00:00
Maho Nakata
d67633d49e update to 3.4.2 2013-01-05 12:41:02 +00:00
Maho Nakata
95c01beddd Update to 3.4.1. 2012-08-26 04:24:25 +00:00
Maho Nakata
b87d6590d3 Fix
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-03-12 07:47:17 +00:00
Maho Nakata
5cc7b0075e Remove some unncesssary patches.
Submitted by:	bf
2012-01-23 23:22:14 +00:00
Maho Nakata
c174a42b8b adding another patch. 2012-01-22 12:03:39 +00:00
Maho Nakata
7e24845fb7 opps forgot to add some patches. 2012-01-22 12:03:07 +00:00
Maho Nakata
795bd78d81 Update with many small following changes.
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@
2012-01-22 12:02:17 +00:00
Maho Nakata
225176ef6a Update to LAPACK 3.4.0.
PR:		163906
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
Feature safe:	yes
2012-01-08 05:12:56 +00:00
Maho Nakata
c24075ca85 Removing dupe from static lib as well.
PR:		152771
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
2010-12-25 04:10:29 +00:00
Maho Nakata
db0da758dd Build fix for science/mpqc, graphics/mypaint,
graphics/cimg, math/suitesparse, math/biggles, astro/astrometry
math/clp, science/mpb.

Reported by: pav, erwin, Anton Shterenlikht, "Hartmann, O" [1],
Submmited by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> [2]

PR: 152771 [2], 152790 [1]
2010-12-04 09:10:23 +00:00
Maho Nakata
d32cc93f8f Update to 3.3.0. 2010-11-30 08:41:56 +00:00
Maho Nakata
a2c7d8792c Do not build proflib by default.
PR:		150549
Submitted by:   bf@
2010-09-27 05:47:02 +00:00
Maho Nakata
8c4e56eb61 Do not strictly specify BLAS at linking. 2010-09-19 23:38:14 +00:00
Brendan Fabeny
841bb20c30 Respect LDFLAGS; add ELF DT_NEEDED tags to shared libraries;
use one toolchain consistently; minor cleanups; update to 3.2.2

PR:		117923
Approved by:	maho (maintainer), makc (co-mentor)
2010-08-30 07:31:34 +00:00
Mikhail Teterin
dce21edd5c Enable parallel builds, when possible. Fix test-target. Minor cosmetic
changes. No changes in resulting package.

Approved by:	maintainer
Feature safe:	yes
2010-06-23 03:51:48 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Maho Nakata
c8c4775482 FC->F77, regression test now works.
Submitted by:	Anton Shterenlikht <mexas@bristol.ac.uk>
2009-05-19 21:15:04 +00:00
Pietro Cerutti
f5afeefdb7 - Unbreak on sparc64. It builds and links fine. 2009-05-15 08:08:13 +00:00
Maho Nakata
d5433b6b37 Update to 3.2.1.
Spotted by:  Robert Jenssen
2009-05-07 00:28:35 +00:00
Maho Nakata
b5ad8d0b5f Back shared lib version to 4 and bump portrevision. 2009-04-13 08:39:43 +00:00
Maho Nakata
712e0e4d9e Update to 3.2.0. 2009-04-13 07:35:18 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Maho Nakata
2f9d665436 Add additional MASTER_SITES.
PR:		130242
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2009-01-07 01:55:24 +00:00
Maho Nakata
3dec36eea1 * remove ENABLE_TESTING which does nothing.
* Use the canonical regression-test target: this is run by pointyhat so we
can ensure in the log that the library is in good shape.

Submitted by:	Pedro Giffuni
2008-06-19 02:08:21 +00:00
Maho Nakata
85fde95941 Fix NOPORTDOCS. (per Porter's Handbook 5.14.4).
PR:		122440
Submitted by:	rafan
2008-04-07 00:09:33 +00:00
Mark Linimon
e2159008ed Mark as broken on sparc64: fails to link. 2008-02-01 12:11:52 +00:00
Maho Nakata
01f7ecb3ea Update to 3.3.1.
According to http://www.netlib.org/lapack/lapack-3.1.0.changes
> The interfaces to primary computational routines are fixed and
> will not be changed by minor LAPACK versions (e.g. 3.x).
> Primary routines are those prefixed by a precision and matrix
> type like SGERFS, CUNMQR, ZHEGV, etc., and these interfaces
> will remain the same for all LAPACK version 3 versions.
So I didn't change the version number of shared lib.

See also PR:		116166
2007-09-29 12:53:56 +00:00
Maho Nakata
8c23dbd260 Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-12 07:14:14 +00:00