Created attachment 152427 [details] svn diff math/openblas 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. portlint reports two warnings: WARN: Makefile: QUAD_PRECISION appears in PORT_OPTIONS:M, but is not listed in OPTIONS_DEFINE. WARN: Makefile: DEBUG appears in PORT_OPTIONS:M, but is not listed in OPTIONS_DEFINE. but these existed in the 0.2.11 port as well, hence are no regressions.
Maintainer CC'd
Created attachment 152431 [details] poudriere log (compressed) Hi, Mr. reporter. I approve your patch. The patch has been tested on my poudriere, and the log is attached. Please commit the patch. Best regards, Shibusawa
Approved by maintainer.
A commit references this bug: Author: thierry Date: Sun Feb 1 15:35:16 UTC 2015 New revision: 378246 URL: https://svnweb.freebsd.org/changeset/ports/378246 Log: 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) Changes: head/math/openblas/Makefile head/math/openblas/distinfo head/math/openblas/files/patch-c_check
Committed, thanks! Note: have you tried to make it compile with clang?
No, as the port ships with a Fortran interface, hence needs gfortran anyway.
Not at all: many ports use fortran but not Gcc! E.g. see math/lapack (and math/blas).