Commit graph

12 commits

Author SHA1 Message Date
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
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
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
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