Commit graph

38 commits

Author SHA1 Message Date
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
Baptiste Daroussin
cddacdc1a8 Convert to new perl framework
Convert USE_GMAKE to USES
2013-09-16 16:45:35 +00:00
Baptiste Daroussin
f0a27c9d1e Convert to new options framework 2013-06-05 14:11:19 +00:00
Gerald Pfeifer
0e1092a873 Replace the use of _GCC_BUILD_DEPENDS (which was never meant to be
used outside of Mk/bsd.gcc.mk) by _GCC_RUNTIME.

This is still not ideal, but at least a documented stopgap, and it
avoids the manual construction of the directory to be added to rpath.

Approved by:	maho
2013-03-24 14:55:33 +00:00
Maho Nakata
4280e7ca3a Update LAPACK part to 3.4.0.
Discussed with: bf@ and Eijiro Shibusawa <ej-sib@ac.auone-net.jp>
2012-02-13 04:27:53 +00:00
Maho Nakata
723cdc08ab Dynamic selection of arch is only for package building.
Submitted by:	bf
2011-10-14 06:30:26 +00:00
Maho Nakata
3bd8a2ca22 Fix build when gcc other than gcc46 exists.
PR:		161273
Submitted by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>
2011-10-06 08:45:15 +00:00
Maho Nakata
fdb4dcb0b6 "$" for CROSS_SUFFIX must be escaped.
Submitted by:	bf@
2011-10-06 01:11:53 +00:00
Maho Nakata
d181000179 forgot to add a patch. 2011-09-28 06:24:29 +00:00
Maho Nakata
97e17b67b6 Build fix with gcc46 [1] and other small improvements [2].
PR:		160973
Submitted by:	bf [1, 2], Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> [1]
2011-09-28 06:21:19 +00:00
Maho Nakata
91850bdf98 Add libgfortran for shared libs (i.e. included in ELF DT_NEEDED)
and bump PORTREVISION.

PR:		159267
Discussed with:	bf@
2011-08-09 06:29:45 +00:00
Mark Linimon
93df6d170f Mark as broken on non-x86: does not link: searches for x86-specific optimizations. 2011-07-16 05:35:12 +00:00
Maho Nakata
ac4182bf51 a. remove RESTRICTED line
b. bump port revision to force build on package cluster.

Submitted by:	Pedro F. Giffuni [a]
2010-11-29 00:53:10 +00:00
Maho Nakata
c256584118 Now GotoBLAS is distributed under BSD license. 2010-11-28 07:42:42 +00:00
Maho Nakata
d1b55a25b0 Fix distfile message. add one more mirror.
Submitted by:	avg@ (Andriy Gapon)
2010-04-14 22:51:53 +00:00
Maho Nakata
cfb8e54b4d Fix dynamic arch build.
Feature safe:	yes
2010-02-16 05:02:41 +00:00
Maho Nakata
c79606413f Build fix on i386. 2010-02-07 07:29:23 +00:00
Maho Nakata
8addf1a5dc Fix build. 2010-02-07 06:17:29 +00:00
Maho Nakata
984d96e5b7 Update to 1.13. 2010-02-06 03:29:53 +00:00
Maho Nakata
4eaeda46f9 Update to 2.1.11p1.
Partially based on: infofarmer@'s patch.
2010-02-02 07:57:50 +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
37c91ffb91 Build fix on amd64 (might be appropreate for i386 as well)
Discussed with: gerald
Related PR: 136607
2009-09-11 00:50:12 +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
72cdf3f1b2 Update to 1.26. 2008-06-14 04:47:35 +00:00
Maho Nakata
be834e161a Update to 1.23. 2008-02-20 08:27:05 +00:00
Maho Nakata
7f510923aa Update to 1.22. 2008-01-25 06:16:24 +00:00
Maho Nakata
2ade0c566c Add MANUAL_PACKAGE_BUILD. 2008-01-07 00:21:31 +00:00
Maho Nakata
5bbe18ab5e Update to 1.20. 2007-12-31 02:20:48 +00:00
Maho Nakata
b79e4f50f9 Update to 1.19. 2007-09-21 21:53:20 +00:00
Maho Nakata
2050ed4c24 Update to 1.16. 2007-07-26 04:39:30 +00:00
Maho Nakata
ec963b99bd Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-12 08:13:25 +00:00
Maho Nakata
085971ae69 Update to 1.15
Submitted by:	Pedro F. Giffuni
2007-07-06 02:20:50 +00:00
Maho Nakata
8e922c7495 * Update to 1.13
* build fix for sparc64 [1].

Submitted by:	kris [1].
2007-04-20 02:19:33 +00:00
Maho Nakata
4f9f0c976a Remove unnecessary patch. 2007-03-15 00:39:45 +00:00
Maho Nakata
9e59cf3b4c Update to 1.11, and fix build by adding USE_PERL5.
Submitted by: kris via pointyhat.
2007-03-15 00:39:17 +00:00
Maho Nakata
2e67ae9fb5 Fetch distfile anyway on pointyhat like JDK ports.
Submitted by:	kris
2007-03-12 00:02:49 +00:00
Maho Nakata
93f79f9f52 The GotoBLAS codes are currently the fastest implementations
of the Basic Linear Algebra Subroutines(BLAS; math/blas).
It supports various architectures.

WWW: http://www.tacc.utexas.edu/resources/software/

Based largely on: hrs's original port (thanks)
2007-02-06 00:43:02 +00:00