Commit graph

94 commits

Author SHA1 Message Date
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
Maho Nakata
a15572912f Build fix: use gfortran42 explicitly instead of USE_GCC=4.2+.
Spotted by: kris
2007-06-13 20:44:01 +00:00
Pav Lucistnik
2df76eb0a7 - Remove support for a.out format and PORTOBJFORMAT variable from individual
ports

With hat:	portmgr
2007-01-30 10:25:34 +00:00
Maho Nakata
73d82e32c4 Fix fetchable now (invalid checksum): the default
version changed to 3.1 and distfiles for v 3.0 should
be used explicitly.

PR:		107711
Submitted by:	jmz
2007-01-29 23:44:43 +00:00
Maho Nakata
c11c417d7a Pass maintainership.
Approved by:	jmz (maintainer)
2007-01-16 23:40:38 +00:00
Maho Nakata
968c3e16c6 Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
2007-01-16 02:39:08 +00:00
Maho Nakata
38331eb4a8 Fogot to commit script/configure so that installes as liblapack.so.4. 2007-01-09 23:20:04 +00:00
Maho Nakata
591ad446d3 fix pkg-plist 2007-01-09 22:34:14 +00:00
Maho Nakata
7ffc858678 * Migrate to gfortran
* shared lib major 3->4
* bump portrevision

Approved by:	jmz
2007-01-09 12:33:23 +00:00
Jean-Marc Zucconi
5ac12e3e60 Fix to correctly build with a Fortran compiler other than /usr/bin/f77.
Submitted by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
2006-05-28 22:42:41 +00:00
Thierry Thomas
4b7ab768c3 Register conflicts with math/elmer-mathlibs.
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
Approved by:	jmz (maintainer)
2006-04-24 20:27:40 +00:00