af38 FreshPorts -- math/blas
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
blas 3.4.2 math on this many watch lists=10 search for ports that depend on this port
Basic Linear Algebra Subroutines
Maintained by: maho@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
License: BSD


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.

WWW: http://www.netlib.org/blas/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Master port: math/lapack

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/gcc
  2. devel/binutils
Required To Run:
  1. lang/gcc

This port is required by:

for Libraries for Run

To install the port: cd /usr/ports/math/blas/ && make install clean
To add the package: pkg_add -r blas


Configuration Options
===> The following configuration options are available for blas-3.4.2:
     PROFILE=off: Build profiling libraries
     SHARED=on: Build shared libraries and PIC archives
     STATIC=on: Build (non-PIC) archives
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/lapack/
  2. ftp://ftp.irisa.fr/pub/netlib/lapack/
  3. ftp://ftp.netlib.no/netlib/lapack/
  4. ftp://ftp.netlib.org/lapack/
  5. ftp://old-ftp.mirrorservice.org/sites/netlib.bell-labs.com/netlib/lapack/
  6. http://artfiles.org/netlib.org/lapack/
  7. http://netlib.amss.ac.cn/lapack/
  8. http://netlib.caspur.it/lapack/
  9. http://netlib.sandia.gov/lapack/
  10. http://old-www.mirrorservice.org/sites/netlib.bell-labs.com/netlib/lapack/
  11. http://phase.hpcc.jp/mirrors/netlib/lapack/
  12. http://www.netlib.no/netlib/lapack/
  13. http://www.netlib.org/lapack/

Number of commits found: 31

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Jan 2012 11:54:28
Original commit files touched by this commit  3.4.0
maho search for other commits by this committer
Remove distinfo

Spotted by: bf
23 Jan 2012 01:16:10
Original commit files touched by this commit  3.4.0
maho search for other commits by this committer
* Make the BLAS port the secondary port of LAPACK.
* Version number of BLAS port is now accord with LAPACK port.

Submitted by:   bf
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.0_6
amdmi3 search for other commits by this committer
- 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
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.0_6
miwi search for other commits by this committer
- Get Rid MD5 support
27 Sep 2010 05:25:39
Original commit files touched by this commit  1.0_6
maho search for other commits by this committer
Fix build on FBSD 6.

PR:             150918
Submitted by:   glarkin@, bf@
Spotted by: Pointyhat
19 Sep 2010 22:23:23
Original commit files touched by this commit  1.0_6
maho search for other commits by this committer
Correct handling profiled libraries.

PR:             150174
Submitted by:   bf@
30 Aug 2010 07:26:27
Original commit files touched by this commit  1.0_5
bf search for other commits by this committer
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)
13 Sep 2009 00:08:01
Original commit files touched by this commit  1.0_4
gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
07 Jan 2009 16:34:27
Original commit files touched by this commit  1.0_3
gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
10 Sep 2007 03:04:20
Original commit files touched by this commit  1.0_2
maho search for other commits by this committer
Fix build for blas depended ports.

Submitted by:   pav
07 Sep 2007 01:18:59
Original commit files touched by this commit  1.0_1
maho search for other commits by this committer
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>
04 Aug 2007 11:41:31
Original commit files touched by this commit  1.0_1
gabor search for other commits by this committer
- 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)
12 Jul 2007 06:24:38
Original commit files touched by this commit  1.0_1
maho search for other commits by this committer
Now we USE_FORTRAN=yes for using FORTRAN compiler.
23 Jan 2007 08:09:59
Original commit files touched by this commit  1.0_1
maho search for other commits by this committer
A cosmetic change.
16 Jan 2007 23:41:45
Original commit files touched by this commit  1.0_1
maho search for other commits by this committer
Pass maintainership.

Approved by:    stas (maintainer)
16 Jan 2007 02:39:08
Original commit files touched by this commit  1.0_1
maho search for other commits by this committer
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
09 Jan 2007 12:00:26
Original commit files touched by this commit  1.0_1
maho search for other commits by this committer
Migrate to gfortran.
Approved by:    stas (maintainer)
01 Oct 2006 20:05:53
Original commit files touched by this commit  1.0
stas search for other commits by this committer
- Fix compiling with oncoming gcc41.

Reported by:    pointyhat run
Approved by:    sem (mentor)
16 Aug 2006 16:43:18
Original commit files touched by this commit  1.0
rafan search for other commits by this committer
- Respect DESTDIR
- Use PLIST_FILES
- Pass maintainership to submitter

PR:             ports/102111
Submitted by:   Stanislav Sedov <ssedov at mbsd.msk.ru>
15 Aug 2006 00:29:13
Original commit files touched by this commit  1.0
clsung search for other commits by this committer
- 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>
22 May 2006 14:52:25
Original commit files touched by this commit  1.0
clsung search for other commits by this committer
- like ports/96420, fix incomplete library

PR:             97613
Submitted by:   Rong-En Fan
24 Apr 2006 19:57:20
Original commit files touched by this commit  1.0
thierry search for other commits by this committer
Register conflicts with math/elmer-mathlibs and pet portlint.
13 Apr 2006 17:53:11
Original commit files touched by this commit  1.0
ehaupt search for other commits by this committer
This port now respects FFLAGS.

PR:             95521
Submitted by:   Pedro F. Giffuni <giffunip@asme.org>
25 Nov 2005 15:48:16
Original commit files touched by this commit  1.0
pav search for other commits by this committer
- Add SHA256
30 Sep 2005 17:48:57
Original commit files touched by this commit  1.0
fenner search for other commits by this committer
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)
29 Jan 2004 16:13:06
Original commit files touched by this commit  1.0
trevor search for other commits by this committer
SIZEify.
20 Feb 2003 18:42:25
Original commit files touched by this commit  1.0
knu search for other commits by this committer
De-pkg-comment.
08 Oct 2000 04:10:26
files touched by this commit
asami search for other commits by this committer
Convert category math to new layout.  
16 Jun 2000 22:52:41
files touched by this commit
asami search for other commits by this committer
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
files touched by this commit
sobomax search for other commits by this committer
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
files touched by this commit
sobomax search for other commits by this committer
Second round of INSTALL_SHLIBS=yes fixes.    

Number of commits found: 31

2826
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24531
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours10
new 7 days28
new fortnight60
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0