1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

36 Commits

Author SHA1 Message Date
Kurt Jaeger
80502cd2ad math/openblas: fix poudriere builds: setting DYNAMIC_ARCH when BULK is defined
PR:		209190
Submitted by:	Joseph Mingrone <jrm@ftfl.ca>
Approved by:	<phd_kimberlite@yahoo.co.jp> (maintainer)
2016-05-02 05:28:03 +00:00
Florian Smeets
9782c85d2d Update to 0.2.18
PR:		208790
Submitted by:	phd_kimberlite@yahoo.co.jp (maintainer), dieterich@ogolem.org
Sponsored by:	Essen Linuxhotel Hackathon 2016
2016-04-24 08:09:27 +00:00
Baptiste Daroussin
34d4baa56c Create a proper library with a SONAME
PR:		208472
Submitted by:	phd_kimberlite@yahoo.co.jp (maintainer)
MFH:		2016Q2
2016-04-04 20:46:22 +00:00
Raphael Kubo da Costa
66cb2cdb0b Update to 0.2.15.
0.2.15 was released in October 2015.
Release notes: http://www.openblas.net/Changelog.txt

This update introduces support for new CPU architectures, such as Intel's
Broadwell and Skylake. In practice, this means people using those architectures
can actually build the port now (OpenBLAS seems to do some CPU-detection that
cannot be easily turned off and refusing to build on unrecognized CPUs).

Port changes:
- Reorganize a few variables in Makefile.
- Refresh patches.

PR:		206886
Submitted by:	Adriaan de Groot <groot@kde.org> (first version),
		Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
MFH:		2016Q1
2016-02-18 16:35:48 +00:00
Bryan Drewery
aa6ad6e726 USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.

Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.

empty() is used rather than (!defined || !${}) to support fmake.

The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.

PR:		199069
With hat:	portmgr
Testing done:	All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
2015-04-28 18:44:04 +00:00
Mathieu Arnold
dd5263ece4 Get rid of the GH_TAGNAME line, OpenBlas already has tags in its repository we can use.
Sponsored by:	Absolight
2015-04-26 12:01:23 +00:00
Mathieu Arnold
7751301c66 Stop using the Github Legacy download URL, switch to really using USE_GITHUB.
Approved by:	portmgr blanket for modernization.
Sponsored by:	Absolight
2015-04-26 11:56:34 +00:00
Dmitry Sivachenko
5df57a9841 Update to version 0.2.14
PR:		199124
Submitted by:	dieterich.joh@gmail.com
Reviewed by:	maintainer

Also remove deprecated GH_COMMIT.
2015-04-26 09:41:30 +00:00
Dmitry Sivachenko
8424eee299 Rollback rev. 383155: it was not reviewer by maintainer and new version
fails to build with option OPENMP enabled.
2015-04-07 19:11:00 +00:00
Bartek Rutkowski
a8937c1af8 math/openblas: update 0.2.13 -> 0.2.14
PR:		199124
Submitted by:	Johannes Dieterich <dieterich.joh@gmail.com>
2015-04-03 17:25:04 +00:00
Dmitry Sivachenko
31a5c3f115 Add AVX2 option;
Require openmp-compliant compiler if OPENMP option is selected.

Submitted by:	maintainer
2015-03-07 11:31:11 +00:00
Gerald Pfeifer
29e106c604 Replace using _GCC_VER which is essentially internal to Mk/bsd.gcc.mk
(and replaced usage of _GCC_RUNTIME) by LDFLAGS which is a cleaner and
more robust approach.

PR:		197385
Submitted by:	phd_kimberlite@yahoo.co.jp (maintainer)
2015-02-23 00:05:39 +00:00
Thomas Zander
1a48f62bbe Add support for clang
PR:		197385
Submitted by:	phd_kimberlite@yahoo.co.jp (maintainer)
2015-02-21 13:40:19 +00:00
Thierry Thomas
bc908db8d7 Minor update to 0.2.13, some select important updates from
http://www.openblas.net/Changelog.txt:

* Fix Fortran compiler detection on FreeBSD.
	  (#470, Thanks Mike Nolta)
* Fix a bug of sgemm kernel on Intel Sandy Bridge.
* Added CBLAS interface for ?omatcopy and ?imatcopy.
* Improved axpy and symv performance on AMD Bulldozer.
* Improved gemv performance on modern Intel and AMD CPUs.

PR:		ports/197231
Submitted by:	dieterich.joh (at) gmail.com
Approved by:	phd_kimberlite (at) yahoo.co.jp (maintainer)
2015-02-01 15:35:15 +00:00
Pawel Pekala
53529ec315 Update to version 0.2.11
PR:		ports/193309
Submitted by:	maintainer
2014-09-21 15:36:56 +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
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
Kurt Jaeger
b6df0233ae math/openblas: 0.2.8 -> 0.2.9
- LICENSE to BSD3CLAUSE
- stripped the libs
- For changes see
  https://github.com/xianyi/OpenBLAS/blob/develop/Changelog.txt

PR:		191925
Submitted by:	phd_kimberlite@yahoo.co.jp (maintainer)
2014-07-17 19:12:44 +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
Carlo Strub
442222a89b Support staging
PR:		ports/190442
Submitted by:	phd_kimberlite@yahoo.co.jp (maintainer)
2014-06-02 18:40:05 +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
Gerald Pfeifer
d2699e867e Replace USE_GCC=4.6+ by USE_GCC=yes.
Approved by:	portmgr (mat)
2014-03-03 23:30:56 +00:00
Gerald Pfeifer
90df749338 Replace the manual construction of references to the runtime path of
the version of GCC we are using by _GCC_RUNTIME.

Approved by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
2014-02-23 01:06:16 +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
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +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
William Grzybowski
4adadb4b3b math/openblas: update to 0.2.8
- Update to 0.2.8 [1]
- Convert perl5 and gmake to USES
- This port uses gcc 4.6+ and gfortran
- Remove now useless MAKE_JOBS_SAFE

PR:		ports/181268
Submitted by:	Eijiro Shibusawa <phd_kimberlite yahoo.co.jp> (maintainer)
2013-08-14 11:21:24 +00:00
Motoyuki Konno
e3fe681843 - Update to 0.2.7.
PR:		ports/180882
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
2013-07-30 14:33:59 +00:00
Pawel Pekala
8d97cec6f4 Update to version 0.2.6
PR:		ports/176638
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
2013-03-04 19:16:36 +00:00
Pawel Pekala
456da2ceba - Option descriptions should not be quoted
- Use negation instead of empty()

Reported by:	jhale
2012-12-16 15:11:34 +00:00
Pawel Pekala
0abd8b5182 - Update to version 0.2.5
- Convert to OptionsNG

PR:		ports/174107
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
2012-12-16 13:27:51 +00:00
Raphael Kubo da Costa
bdc0be8b27 Update to 3.4.2.
PR:		ports/172852
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
Feature safe:	yes
2012-10-20 15:26:56 +00:00
Eitan Adler
8d70e8e6b7 remove empty files / directories. 2012-09-15 21:10:29 +00:00
Maho Nakata
25811aefdd * updates to 0.2.3
* the patch for installing LAPACK 3.4.0 is now removed
* LAPACKE C interface is integrated
* some minor typos are corrected

Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
2012-09-10 01:47:43 +00:00
Maho Nakata
b425b07ea7 Add an math/openblas.
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
OpenBLAS is an open source project supported by
Lab of Parallel Software and Computational Science, ISCAS.

NOTE: If you want to specify your CPU microarchitecture manually,
please use TARGET_CPU_ARCH knob, e.g., "make TARGET_CPU_ARCH=NEHALEM".
This value is set TARGET build flag.

WWW: https://github.com/xianyi/OpenBLAS

PR:		165684
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
2012-08-26 10:42:45 +00:00