Port details |
- blasfeo Basic Linear Algebra Subroutines For Embedded Optimization
- 0.1.3.59_2 math =2 0.1.3.59_2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-08-24 23:41:11
- Last Update: 2024-01-01 11:49:51
- Commit Hash: f2489ab
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/giaf/blasfeo
- Description:
- BLASFEO provides a set of basic linear algebra routines, performance-optimized
for matrices fitting in cache (i.e. generally up to a couple hundreds size in
each dimension), as typically encountered in embedded optimization application.
- ¦ ¦ ¦ ¦
- 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/blasfeo/ && make install clean
- To add the package, run one of these commands:
- pkg install math/blasfeo
- pkg install blasfeo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: blasfeo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1654882480
SHA256 (giaf-blasfeo-0.1.3-59-g8548ea2c_GH0.tar.gz) = 8bf7d1b6f3e6618cc508d9d99a5a9812f0c9ec7c5d317395d0e5791a2a6d4149
SIZE (giaf-blasfeo-0.1.3-59-g8548ea2c_GH0.tar.gz) = 1679378
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libblas.so : math/blas
- This port is required by:
- for Build
-
- math/casadi
- for Libraries
-
- math/hpipm
Configuration Options:
- ===> The following configuration options are available for blasfeo-0.1.3.59_2:
====> Options available for the single TARGETAMD64: you have to select exactly one of them
GENERIC=on: Generic C code without SIMD acceleration
X64_INTEL_HASWELL=off: x86_64 architecture with AVX2 and FMA ISA (64 bit OS)
X64_INTEL_SANDY_BRIDGE=off: x86_64 architecture with AVX ISA (64 bit OS)
X64_INTEL_CORE=off: x86_64 architecture with SSE3 (64 bit OS)
X64_AMD_BULLDOZER=off: x86_64 architecture with AVX and FMA ISA (64 bit OS)
===> Use 'make config' to modify these settings
- Options name:
- math_blasfeo
- USES:
- cmake:testing
- 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.1.3.59_2 01 Jan 2024 11:49:51 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
0.1.3.59_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.1.3.59 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.1.3.59 10 Jun 2022 17:57:49 |
Yuri Victorovich (yuri) |
math/blasfeo: Update 0.1.3 -> 0.1.3-59 |
0.1.3 27 Apr 2022 02:16:16 |
Yuri Victorovich (yuri) |
math/blasfeo: Update 0.1.2 -> 0.1.3
Reported by: portscout |
0.1.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.2 08 Sep 2020 05:11:26 |
yuri |
math/blasfeo: Update 0.1.1 -> 0.1.2
Reported by: portscout |
0.1.1_2 02 Sep 2019 16:28:20 |
yuri |
math/blasfeo: Change to the shared library.
Bump math/casadi |
0.1.1_1 26 Aug 2019 09:00:47 |
mat |
Unobfuscate.
With hat: portmgr |
0.1.1_1 25 Aug 2019 17:03:37 |
yuri |
math/blasfeo: Specify TARGET in architecture-specific way, this fixes build on
non-Intel architectures
Reported by: fallout |
0.1.1 24 Aug 2019 23:41:05 |
yuri |
New port: math/blasfeo: Basic Linear Algebra Subroutines For Embedded
Optimization |