Port details |
- blas Basic Linear Algebra Subroutines
- 3.12.1 math
=17 3.10.1Version of this port present on the latest quarterly branch. - Maintainer: fortran@FreeBSD.org
 - Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libgd, png, libxml2, tiff, freetype2
- License: BSD3CLAUSE
- WWW:
- https://www.netlib.org/blas/
- Description:
- The BLAS (Basic Linear Algebra Subprograms) are high quality "building block"
routines for performing basic vector and matrix operations. Level 1 BLAS do
vector-vector operations, Level 2 BLAS do matrix-vector operations, and Level
3 BLAS do matrix-matrix operations. Because the BLAS are efficient, portable,
and widely available, they're commonly used in the development of high quality
linear algebra software -- LINPACK and LAPACK, for example.
The original Fortran77 reference implementation of the BLAS is located in the
blas directory of Netlib. However, this port uses the updated sources
distributed with LAPACK.
¦ ¦ ¦ ¦ 
- 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/blas/ && make install clean
- To add the package, run one of these commands:
- pkg install math/blas
- pkg install blas
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: blas
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737190889
SHA256 (lapack-3.12.1/v3.12.1.tar.gz) = 2ca6407a001a474d4d4d35f3a61550156050c48016d949f0da0529c0aa052422
SIZE (lapack-3.12.1/v3.12.1.tar.gz) = 8067087
Packages (timestamps in pop-ups are UTC):
- Master port: math/lapack
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- gfortran13 : lang/gcc13
- as : devel/binutils
- Runtime dependencies:
-
- gfortran13 : lang/gcc13
- This port is required by:
- for Libraries
-
- benchmarks/hpl
- biology/treekin
- cad/calculix-ccx
- cad/pdnmesh
- cad/tochnog
- cad/xyce
- databases/grass7
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- math_blas
- USES:
- cmake:testing cpe fortran
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: math/lapack |
Commit | Credits | Log message |
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) |
3.10.1 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 ) |
3.10.1 20 Jul 2022 14:22:24
    |
Tobias C. Berner (tcberner)  |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
3.9.1 13 Jun 2021 17:48:12
    |
Thierry Thomas (thierry)  |
math/lapack: +math/blas et al., upgrade to 3.9.1
- Upgrade math/blas, math/cblas, math/lapack, math/lapacke and math/xlapack
to 3.9.1;
Latest release notes at <http://www.netlib.org/lapack/lapack-3.9.1.html>
- Chase this upgrade in biology/treekin;
- Add a test target;
- Remove a conflict with math/openblas (PR 244296);
- Fix the build with Gcc10 (PR 247485).
PR: 247542
Approved by: expr-run by antoine@ |
3.5.0_6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.5.0_6 26 Jul 2019 20:46:57
  |
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 |
3.5.0_5 12 Dec 2018 01:35:36
  |
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 |
3.5.0_4 11 Mar 2018 11:20:43
  |
rene  |
Return maho@'s ports to the pool after his commit bit expired.
With hat: portmgr |
3.5.0_4 10 Mar 2018 17:46:06
  |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
3.4.2_3 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
3.4.2_2 29 Jul 2014 20:55:28
  |
adamw  |
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.
Approved by: portmgr (not really, but touches unstaged ports) |
3.4.2_2 05 Apr 2014 16:30:29
  |
antoine  |
Stage support
With hat: portmgr |
3.4.2_2 10 Mar 2014 20:55:22
  |
gerald  |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
3.4.2_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 ) |
3.4.2 20 Sep 2013 20:55:06
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
3.4.0 23 Jan 2012 11:54:28
 |
maho  |
Remove distinfo
Spotted by: bf |
3.4.0 23 Jan 2012 01:16:10
 |
maho  |
* Make the BLAS port the secondary port of LAPACK.
* Version number of BLAS port is now accord with LAPACK port.
Submitted by: bf |
1.0_6 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.0_6 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.0_6 27 Sep 2010 05:25:39
 |
maho  |
Fix build on FBSD 6.
PR: 150918
Submitted by: glarkin@, bf@
Spotted by: Pointyhat |
1.0_6 19 Sep 2010 22:23:23
 |
maho  |
Correct handling profiled libraries.
PR: 150174
Submitted by: bf@ |
1.0_5 30 Aug 2010 07:26:27
 |
bf  |
Respect LDFLAGS; add ELF DT_NEEDED tags to shared libraries;
use one toolchain consistently; build profiling libraries
PR: 117923
Approved by: maho (maintainer), makc (co-mentor) |
1.0_4 13 Sep 2009 00:08:01
 |
gerald  |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
1.0_3 07 Jan 2009 16:34:27
 |
gerald  |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
1.0_2 10 Sep 2007 03:04:20
 |
maho  |
Fix build for blas depended ports.
Submitted by: pav |
1.0_1 07 Sep 2007 01:18:59
 |
maho  |
Make fetchable. The distfile has been changed and taking the diff
of old and new one, I only see non-functional changes.
Also setting netlib.org as the primal mastersite is appropreate.
Submitted by: vittorio <vdemart1@tin.it> |
1.0_1 04 Aug 2007 11:41:31
 |
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
1.0_1 12 Jul 2007 06:24:38
 |
maho  |
Now we USE_FORTRAN=yes for using FORTRAN compiler. |
1.0_1 23 Jan 2007 08:09:59
 |
maho  |
A cosmetic change. |
1.0_1 16 Jan 2007 23:41:45
 |
maho  |
Pass maintainership.
Approved by: stas (maintainer) |
1.0_1 16 Jan 2007 02:39:08
 |
maho  |
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran. |
1.0_1 09 Jan 2007 12:00:26
 |
maho  |
Migrate to gfortran.
Approved by: stas (maintainer) |
1.0 01 Oct 2006 20:05:53
 |
stas  |
- Fix compiling with oncoming gcc41.
Reported by: pointyhat run
Approved by: sem (mentor) |
1.0 16 Aug 2006 16:43:18
 |
rafan  |
- Respect DESTDIR
- Use PLIST_FILES
- Pass maintainership to submitter
PR: ports/102111
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> |
1.0 15 Aug 2006 00:29:13
 |
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.0 22 May 2006 14:52:25
 |
clsung  |
- like ports/96420, fix incomplete library
PR: 97613
Submitted by: Rong-En Fan |
1.0 24 Apr 2006 19:57:20
 |
thierry  |
Register conflicts with math/elmer-mathlibs and pet portlint. |
1.0 13 Apr 2006 17:53:11
 |
ehaupt  |
This port now respects FFLAGS.
PR: 95521
Submitted by: Pedro F. Giffuni <giffunip@asme.org> |
1.0 25 Nov 2005 15:48:16
 |
pav  |
- Add SHA256 |
1.0 30 Sep 2005 17:48:57
 |
fenner  |
www.hensa.ac.uk has been replaced by the UK Mirror Service on 1 August 1999.
Move MASTER_SITES that have been dead for 6 years from www.hensa.ac.uk to
the UK Mirror Service, ftp.mirrorservice.org.
Approved By: portmgr (linimon) |
1.0 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
1.0 20 Feb 2003 18:42:25
 |
knu  |
De-pkg-comment. |
08 Oct 2000 04:10:26
    |
asami  |
Convert category math to new layout. |
16 Jun 2000 22:52:41
    |
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52
    |
sobomax  |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 18:12:51
    |
sobomax  |
Second round of INSTALL_SHLIBS=yes fixes. |