Port details |
- blaze C++ math library for dense and sparse arithmetic
- 3.8 math
=0 3.8Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-08-19 18:00:55
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: BSD3CLAUSE
- Description:
- Blaze is an open-source, high-performance C++ math library for dense and sparse
arithmetic. With its state-of-the-art Smart Expression Template implementation
Blaze combines the elegance and ease of use of a domain-specific language with
HPC-grade performance, making it one of the most intuitive and fastest C++ math
libraries available.
The Blaze library offers:
* high performance through the integration of BLAS libraries and manually tuned
HPC math kernels
* vectorization by SSE, SSE2, SSE3, SSSE3, SSE4, AVX, AVX2, AVX-512, FMA,
and SVML
* parallel execution by OpenMP, HPX, C++11 threads and Boost threads
* the intuitive and easy to use API of a domain specific language
* unified arithmetic with dense and sparse vectors and matrices
* thoroughly tested matrix and vector arithmetic
* completely portable, high quality C++ source code
WWW: https://bitbucket.org/blaze-lib/blaze/src/master/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/blaze/ && make install clean
- To add the package, run one of these commands:
- pkg install math/blaze
- pkg install blaze
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: blaze
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1615160876
SHA256 (blaze-3.8.tar.gz) = dfaae1a3a9fea0b3cc92e78c9858dcc6c93301d59f67de5d388a3a41c8a629ae
SIZE (blaze-3.8.tar.gz) = 9327474
- 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:
-
- boost-libs>0 : devel/boost-libs
- openblas>0 : math/openblas
- cmake : devel/cmake
- gfortran10 : lang/gcc10
- as : devel/binutils
- Runtime dependencies:
-
- boost-libs>0 : devel/boost-libs
- openblas>0 : math/openblas
- gfortran10 : lang/gcc10
- This port is required by:
- for Build
-
- math/blazeiterative
- science/chrono
- for Run
-
- math/blazeiterative
- Configuration Options:
- No options to configure
- Options name:
- math_blaze
- USES:
- cmake compiler:c++14-lang fortran localbase:ldflags shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 3.8
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 3.8
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
08 Mar 2021 00:04:45
3.8
|
yuri  |
math/blaze: Update 3.5 -> 3.8 |
06 May 2020 16:11:15
3.5_8
|
yuri  |
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas. |
08 Mar 2020 21:56:37
3.5_6
|
jbeich  |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020 |
30 Jan 2020 14:17:44
3.5_6
|
swills  |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
01 Jan 2020 11:30:49
3.5_5
|
rene  |
Undeprecate math/blaze and science/chrono per
https://lists.freebsd.org/pipermail/svn-ports-head/2019-May/210482.html |
31 Dec 2019 15:43:21
3.5_5
|
rene  |
Chase devel/openmp expiration:
- Sync expiration date of math/blaze with that of devel/openmp
- add science/chrono |
11 Dec 2019 17:53:49
3.5_5
|
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
21 Sep 2019 18:59:57
3.5_4
|
jbeich  |
devel/openmp: update to 9.0.0
- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783
Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/ |
19 Aug 2019 15:35:28
3.5_3
|
jbeich  |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
26 Jul 2019 20:46:57
3.5_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
27 May 2019 20:55:57
3.5_1
|
antoine  |
Chase devel/openmp expiration |
08 May 2019 16:05:53
3.5_1
|
jbeich  |
devel/openmp: phase out
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)
PR: 236907
Approved by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19767 |
05 May 2019 00:02:13
3.5
|
yuri  |
math/blaze: Update 3.4 -> 3.5 |
22 Apr 2019 13:16:34
3.4_4
|
gerald  |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
12 Apr 2019 06:36:31
3.4_3
|
jbeich  |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
25 Dec 2018 20:25:40
3.4_2
|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
3.4_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
12 Dec 2018 00:15:50
3.4_1
|
jbeich  |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
27 Aug 2018 20:38:50
3.4
|
yuri  |
math/blaze: Update 3.3-430 -> 3.4
Reported by: repology |
19 Aug 2018 18:00:37
3.3.430
|
yuri  |
New port: math/blaze: C++ math library for dense and sparse arithmetic |