Port details |
- atlas Automatically Tuned Linear Algebra Software (ATLAS)
- 3.10.3_2,1 math
=15 3.10.3_2,1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2002-03-15 03:53:25
- Last Update: 2024-12-29 11:34:56
- Commit Hash: 624b872
- People watching this port, also watch:: aspell, libxml2, help2man, freetype2, expat
- License: BSD3CLAUSE
- WWW:
- https://math-atlas.sourceforge.net/
- Description:
- The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing
research effort focusing on applying empirical techniques in order to provide
portable performance. At present, it provides C and Fortran77 interfaces to
a portable, efficient BLAS implementation, as well as enhanced versions of a
few routines from LAPACK. To link with ATLAS shared libraries:
Serial (thread-safe) Fortran77 BLAS:
-lf77blas
Multi-threaded Fortran77 BLAS:
-lptf77blas
Serial (thread-safe) C BLAS:
-lcblas
Multi-threaded C BLAS:
-lptcblas
ATLAS-enhanced LAPACK, serial (thread-safe) interface:
-lalapack -lf77blas -lcblas
ATLAS-enhanced LAPACK, multi-threaded interface:
-lalapack -lptf77blas -lptcblas
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/math/atlas/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install math/atlas
- pkg install atlas-math
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: there is no package for this port: MANUAL_PACKAGE_BUILD = Optimizes for the local machine.
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1670435329
SHA256 (atlas3.10.3.tar.bz2) = 2688eb733a6c5f78a18ef32144039adcd62fabce66f2eb51dd59dde806a6d2b7
SIZE (atlas3.10.3.tar.bz2) = 5156852
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- nonexistent : math/lapack
- gfortran13 : lang/gcc13
- gmake>=4.4.1 : devel/gmake
- gcc13 : lang/gcc13
- as : devel/binutils
- Runtime dependencies:
-
- gfortran13 : lang/gcc13
- gcc13 : lang/gcc13
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for atlas-math-3.10.3_2,1:
ARCHDEF=off: Use a specified architectural default
DATA=on: Install tuning data and logs from the build
DOCS=on: Build and/or install documentation
TSC=off: If WALL_TIMER is enabled, use the TSC
WALL_TIMER=off: Use less robust timing with higher resolution
===> Use 'make config' to modify these settings
- Options name:
- math_atlas
- USES:
- fortran gmake tar:bzip2
- 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 |
3.6.0,1 28 Feb 2004 09:45:06
 |
maho  |
Update to 3.6.0 |
3.5.5,1 01 Feb 2004 02:04:48
 |
maho  |
math/atlas should not LIB_DEPENDS on math/lapack.
lapack is required only for building.
PR: 61963
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> |
3.5.5,1 08 Aug 2003 10:42:58
 |
maho  |
Backout to 3.5.5
a) newer version build fails like:
/usr/local/lib/libatlas.so: undefined reference to `ATL_dpKBmm_b1'
/usr/local/lib/libatlas.so: undefined reference to `ATL_dpKBmm_b0'
b) Define PORTEPOCH=1
Reported by: Pedro F. Giffuni <giffunip@yahoo.com>
kris
Thierry Thomas <thierry@pompo.net>
Jonathan <j.e.drews@worldnet.att.net> |
3.5.7 02 Aug 2003 16:11:30
 |
maho  |
Fix build on 4-STABLE disabiling sanity check.
Submitted by: kris via bento
"Dannis 't Hart" <dchart@dds.nl> |
3.5.7 29 Jul 2003 15:50:39
 |
maho  |
Update to 3.5.7 |
3.5.6 02 Jul 2003 23:03:38
 |
maho  |
1. update to 3.5.6
2. rename suffix of threaded libs from thr to _r. |
3.5.5_1 02 Jul 2003 21:39:36
 |
maho  |
build both threaded/non-threaded libraries
which introduced some kludge...
Reported by: kris (broken on bento for lapack++)
Suggestion from: "Pedro F. Giffuni" <giffunip@yahoo.com> |
3.5.5 30 Jun 2003 19:19:43
 |
maho  |
update to 3.5.5
Submitted by: Thomas Gellekum <Thomas.Gellekum@gmx.de> |
3.5.2_1 11 Jun 2003 04:17:38
 |
maho  |
1. make atlas thread safe
2. set an option that force atlas to make threaded
3. bump port revision |
3.5.2 11 Jun 2003 00:17:39
 |
maho  |
Update to 2.5.2 |
3.5.1 09 May 2003 22:45:59
 |
maho  |
Fix linkage problem for multithreaded support.
PR: 48511
Submitted by: Josh Tolbert <hemi@puresimplicity.net> |
3.5.1 04 May 2003 23:00:12
 |
maho  |
patch for config.c failed.
Reported by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> |
3.5.1 04 May 2003 01:02:10
 |
maho  |
1. Update to 2.5.1
2. change maintainer's e-mail address. |
3.4.1_1 21 Feb 2003 12:44:05
 |
knu  |
De-pkg-comment. |
3.4.1_1 19 Aug 2002 16:20:09
 |
naddy  |
Fix build on alpha.
PR: 41770
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp> |
3.4.1_1 15 Jul 2002 10:41:17
 |
ijliao  |
fix on p4 architecture
bump portrevision
PR: 40321
Submitted by: maintainer |
3.4.1 22 Jun 2002 07:54:16
 |
yoichi  |
Update to 3.4.1. (Use patch posted to ports-jp@ list)
PR: 37663
Submitted by: maintainer |
3.3.14 26 Mar 2002 05:49:54
 |
ijliao  |
make it be able to build on all supported archs
PR: 35994
Submitted by: Li-lun Wang (Leland Wang) <llwang@infor.org>
Approved by: maintainer |
3.3.14 15 Mar 2002 03:53:15
 |
ijliao  |
add atlas 3.3.14
Automatically Tuned Linear Algebra Software (ATLAS)
PR: 35908
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp> |