Commit graph

50 commits

Author SHA1 Message Date
Baptiste Daroussin
8933398389 Remove latest occurence of a versionned USE_GCC, perfer USE_GCC=yes instead 2014-10-07 07:18:46 +00:00
Thomas Zander
1866ce3dc8 - Remove unnecessary ${ARCH} wrappers around OPTIONS_DEFAULT_{i386|amd64}
PR:		161359
Pointed out by:	jhale
2014-09-16 05:59:07 +00:00
Thomas Zander
84add58bd0 - Use DYNAMIC_ARCH on i386 and amd64 by default
- Bump PORTREVISION

PR:		161359
Submitted by:	phd_kimberlite@yahoo.co.jp
Patch by:	cpm@fbsd.es (maintainer)
2014-09-15 14:53:12 +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
John Marino
2718777681 Stage math/gotoblas and assign maintainership to submitter
PR:		193392
Submitted by:	Carlos JPM
2014-09-07 06:11:45 +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
d235aae94b Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 17:30:45 +00:00
Jimmy Olgeni
168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Martin Wilke
e9ed236366 - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-26 12:28:33 +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
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