Created attachment 152652 [details] diff Attached patch adds Clang support. NOTE: - This port was tested with portlint. - The maintainer has carried out only a minimal testing by using poudriere.
Created attachment 152655 [details] poudriere log (compressed)
A commit references this bug: Author: riggs Date: Sat Feb 21 13:40:20 UTC 2015 New revision: 379512 URL: https://svnweb.freebsd.org/changeset/ports/379512 Log: Add support for clang PR: 197385 Submitted by: phd_kimberlite@yahoo.co.jp (maintainer) Changes: head/math/openblas/Makefile head/math/openblas/files/patch-Makefile.system
For the next update to the port, could you double-check the OPTIONs? For instance, clang does not feature OpenMP support yet. It is not a showstopper for this commit because the default config builds, but please have a look next time. Thank you!
A commit references this bug: Author: gerald Date: Mon Feb 23 00:05:41 UTC 2015 New revision: 379635 URL: https://svnweb.freebsd.org/changeset/ports/379635 Log: 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) Changes: head/math/openblas/Makefile head/math/openblas/files/patch-Makefile.system