Port details on branch 2023Q4 |
- openblas Optimized BLAS library based on GotoBLAS2
- 0.3.20,2 math
=0 0.3.20,2Version of this port present on the latest quarterly branch. - Maintainer: phd_kimberlite@yahoo.co.jp
 - Port Added: 2023-10-09 07:45:41
- Last Update: 2023-10-10 17:18:46
- Commit Hash: 3854b73
- License: BSD3CLAUSE
- WWW:
- https://github.com/xianyi/OpenBLAS
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/openblas/ && make install clean
- To add the package, run one of these commands:
- pkg install math/openblas
- pkg install openblas
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openblas
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1648345083
SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1
SIZE (openblas/large.tgz) = 2595
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gfortran12 : lang/gcc12
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- as : devel/binutils
- perl5>=5.34<5.35 : lang/perl5.34
- Runtime dependencies:
-
- gfortran12 : lang/gcc12
- This port is required by:
- for Libraries
-
- misc/openmvg
Configuration Options:
- ===> The following configuration options are available for openblas-0.3.20,2:
AVX=off: Support Advanced Vector Extensions (AVX)
AVX2=off: Support Advanced Vector Extensions 2 (AVX2)
DYNAMIC_ARCH=off: Optimize for multiple CPU types, otherwise for this CPU
INTERFACE64=off: Use 8 byte integers on 64-bit architectures
OPENMP=on: Use OpenMP for threading
===> Use 'make config' to modify these settings
- Options name:
- math_openblas
- USES:
- compiler:c11 cpe fortran gmake perl5 pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.20,2 10 Oct 2023 17:18:46
    |
Robert Clausecker (fuz)  |
math/openblas: Revert "update to 0.3.24"
On some amd64 CPUs, this change broke py-scipy during configure,
and octave at runtime. In the end, octave kills the package
builders.
This reverts commit c45681ef5049357ef58d738865b821186b02578f.
Approved by: portmgr (antoine)
PR: 273219
MFH: 2023Q4
(cherry picked from commit 2c83bd52e56ebe097db15d592401cab28f9f126a) |
0.3.24,1 09 Oct 2023 07:42:23
    |
Robert Clausecker (fuz)  Author: Eijiro Shibusawa |
math/openblas: update to 0.3.24
Changelog: https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.24
PR: 273219
(cherry picked from commit c45681ef5049357ef58d738865b821186b02578f) |