Commit graph

3 commits

Author SHA1 Message Date
Mark Linimon
c949a53eed Patch to fix build on armvX.
Tested for no-harm on amd64.

PR:		225693
Submitted by:	mikael.urankar
Approved by:	maintainer timeout (> 2 weeks)
2018-03-29 04:04:21 +00:00
Don Lewis
f74fc65c9a Upgrade OpenBLAS to 0.2.20:
* Fixed several thread race and locking bugs

 * Fixed default LAPACK optimization level

 * Updated LAPACK to 3.7.0

 * Power
   - Optimizations for Power9
   - Fixed several Power8 assembly bugs

 * ARM
   - New optimized Vulcan and ThunderX2T99 targets
   - Support for ARMV7 SOFT_FP ABI  (make ARM_SOFTFP_ABI=1)
   - Detect all cpu cores including offline ones
   - Fix compilation with CLANG

 * MIPS
   - Fixed several threading issues
   - Fix compilation with CLANG

 * x86_64
   - Detect Intel Bay Trail and Apollo Lake
   - Detect Intel Sky Lake and Kaby Lake
   - Detect Intel Knights Landing
   - Detect AMD A8, A10, A12 and Ryzen
   - Fix cmake builds for Haswell and related cpus
   - Fix building for Sandybridge with CLANG 3.9

Pet portlint (USES vs. USE)

PR:		221633
Submitted by:	truckman
Approved by:	phd_kimberlite@yahoo.co.jp (maintainer)
2017-08-25 19:58:51 +00:00
Joseph Mingrone
d6a774a4d4 math/openblas: Fix build on 12-CURRENT armv6.
The build still fails on 11 armv6, however MFC of r313873 will hopefully
fix the build there as well.

While here also add LICENSE_FILE and fix portlint warnings.

PR:		217279
Submitted by:	mikael.urankar@gmail.com
Approved by:	phd_kimberlite@yahoo.co.jp (maintainer), swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D9801
2017-02-25 18:19:50 +00:00