Port details |
- openblas Optimized BLAS library based on GotoBLAS2
- 0.3.27,2 math =13 0.3.27,2Version of this port present on the latest quarterly branch.
- Maintainer: phd_kimberlite@yahoo.co.jp
- Port Added: 2012-08-26 10:43:31
- Last Update: 2024-08-13 09:40:48
- Commit Hash: dcb1e865
- People watching this port, also watch:: xorg-fonts-truetype, openjpeg, libXdamage, indexinfo, dbus
- License: BSD3CLAUSE
- WWW:
- https://github.com/OpenMathLib/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 = 1718239602
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:
-
- gfortran13 : lang/gcc13
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- as : devel/binutils
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- gfortran13 : lang/gcc13
- This port is required by:
- for Build
-
- math/blaze
- math/blazeiterative
- math/faiss
- science/quantum-jet
- for Libraries
-
- biology/bolt-lmm
- biology/gcta
- biology/gemma
- biology/plink
- cad/gmsh
- cad/openroad
- devel/root
-
Deleted ports which required this port:
- for Run
-
- math/blaze
- math/faiss
- science/quantum-jet
Configuration Options:
- ===> The following configuration options are available for openblas-0.3.27,2:
AVX=off: Support Advanced Vector Extensions (AVX)
AVX2=off: Support Advanced Vector Extensions 2 (AVX2)
AVX512=off: Support Advanced Vector Extensions 512 (AVX512)
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.2.8_1 03 Mar 2014 23:30:56 |
gerald |
Replace USE_GCC=4.6+ by USE_GCC=yes.
Approved by: portmgr (mat) |
0.2.8_1 23 Feb 2014 01:06:16 |
gerald |
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) |
0.2.8_1 16 Feb 2014 17:15:32 |
tijl |
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery) |
0.2.8_1 03 Jan 2014 01:13:00 |
bapt |
Part 2 at removing now useless FETCH_ARGS redifition |
0.2.8_1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
0.2.8 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.2.8 14 Aug 2013 11:21:24 |
wg |
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) |
0.2.7 30 Jul 2013 14:34:00 |
motoyuki |
- Update to 0.2.7.
PR: ports/180882
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
0.2.6 04 Mar 2013 19:16:36 |
pawel |
Update to version 0.2.6
PR: ports/176638
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
0.2.5 16 Dec 2012 15:11:35 |
pawel |
- Option descriptions should not be quoted
- Use negation instead of empty()
Reported by: jhale |
0.2.5 16 Dec 2012 13:27:52 |
pawel |
- Update to version 0.2.5
- Convert to OptionsNG
PR: ports/174107
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
0.2.4 20 Oct 2012 15:26:57 |
rakuco |
Update to 3.4.2.
PR: ports/172852
Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
Feature safe: yes |
0.2.3 15 Sep 2012 21:10:29 |
eadler |
remove empty files / directories. |
0.2.3 10 Sep 2012 01:47:44 |
maho |
* 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> |
0.2.2 26 Aug 2012 10:42:45 |
maho |
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> |