FreshPorts -- The Place For Ports Fri, 4 Jul 2008 10:34 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
atlas 3.8.2,1 math on this many watch lists=15 search for ports that depend on this port
Automatically Tuned Linear Algebra Software (ATLAS)
Maintained by: maho@FreeBSD.org search for ports maintained by this maintainer
Port Added: 15 Mar 2002 03:53:25


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.

If you want to link software to ATLAS rather than the standard BLAS, simply 
use -lf77blas -latlas (order is important), or -lptf77blas -latlas for the 
threaded library (which is primarily useful on SMP machines), in place of 
the usual -lblas.  Corresponding pure C versions of the ATLAS libraries are 
also included, in libcblas and libptcblas.

The ATLAS-enhanced LAPACK routines are also provided.
To link software with this library instead of the standard LAPACK, for example, use 
-L/usr/local/lib/gcc-4.2.3 -L/usr/local/lib/gcc-4.2.3/gcc/i386-portbld-freebsd7.0/4.2.3 -lalapack -lf77blas -lcblas -latlas -lgfortranbegin -lgfortran -lm, or 
-L/usr/local/lib/gcc-4.2.3 -L/usr/local/lib/gcc-4.2.3/gcc/i386-portbld-freebsd7.0/4.2.3 -lalapack_r -lptf77blas -lptcblas -latlas -lgfortranbegin -lgfortran
-lm for the threaded library, in place of the usual -llapack.
Note that
-L/usr/local/lib/gcc-4.2.3 -L/usr/local/lib/gcc-4.2.3/gcc/i386-portbld-freebsd7.0/4.2.3
depends on your environment.

WWW: http://math-atlas.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, lang/gcc42
Required Libraries: math/blas, math/lapack

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


Configuration Options
     No options to configure

Master Sites:
http://nchc.dl.sourceforge.net/sourceforge/math-atlas/
http://kent.dl.sourceforge.net/sourceforge/math-atlas/
http://easynews.dl.sourceforge.net/sourceforge/math-atlas/
http://ufpr.dl.sourceforge.net/sourceforge/math-atlas/
http://umn.dl.sourceforge.net/sourceforge/math-atlas/
http://heanet.dl.sourceforge.net/sourceforge/math-atlas/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 67

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
12 Jun 2008 08:28:33
Original commit files touched by this commit  3.8.2,1
maho search for other commits by this committer
Update to 3.8.2.

Submitted by:    Kengo Ichiki <ichiki@ualberta.ca>
Slightly modified so that his patches fit ports policy.
07 Feb 2008 07:47:19
Original commit files touched by this commit  3.8.0_1,1
maho search for other commits by this committer
* Fix bug listed in http://math-atlas.sourceforge.net/errata.html#RMAAT .
* Bump portrevision.
* Fix pkg-descr. Still do not pass portlint though.

Submitted by:   bf <bf2006a@yahoo.com>
07 Jan 2008 00:24:25
Original commit files touched by this commit  3.8.0,1
maho search for other commits by this committer
Use MANUAL_PACKAGE_BUILD instead.
19 Dec 2007 22:47:57
Original commit files touched by this commit  3.8.0,1
maho search for other commits by this committer
Update to 3.8.0.

Only verified on i386 and amd64 FreeBSD 7BETA.

Discussions with: bf <bf2006a@yahoo.com>, truckman
and Tijl Coosemans <tijl@ulyssis.org>.

PR: 118270 and 118271
30 Sep 2007 05:02:10
Original commit files touched by this commit  3.6.0_4,1
maho search for other commits by this committer
Using new LAPACK 3.1.1 port (threfore BUMPPORTREVISION)
and unbreak.
29 Sep 2007 13:57:39
Original commit files touched by this commit  3.6.0_3,1
maho search for other commits by this committer
Temporary marked as broken. Creating ATLAS'ed LAPACK part is now broken.
30 Jul 2007 09:04:04
Original commit files touched by this commit  3.6.0_3,1
maho search for other commits by this committer
In ATLAS/INSTALL.txt it is said that gcc42 is superior to both gcc3 and gcc41
- and FreeBSD 7 current imported gcc42.

Spotted by:     Li-Lun \"Leland\" Wang" <llwang@infor.org>
12 Jul 2007 09:10:55
Original commit files touched by this commit  3.6.0_3,1
maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
08 Mar 2007 08:26:20
Original commit files touched by this commit  3.6.0_3,1
maho search for other commits by this committer
Fix errata listed at http://math-atlas.sourceforge.net/errata.html and
bump portrevision.

Submitted by:   bf <bf2006a@yahoo.com>
19 Feb 2007 01:49:51
Original commit files touched by this commit  3.6.0_2,1
maho search for other commits by this committer
For test target, now we use GMAKE to MAKE. In some environment
GMAKE fails.
16 Jan 2007 02:39:08
Original commit files touched by this commit  3.6.0_2,1
maho search for other commits by this committer
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
15 Jan 2007 05:45:25
Original commit files touched by this commit  3.6.0_2,1
maho search for other commits by this committer
Atlas should not depend on GNU F77. Now
it doesn't expect existence of /usr/include/g2c.h
14 Jan 2007 13:26:55
Original commit files touched by this commit  3.6.0_2,1
thierry search for other commits by this committer
gmake is needed as a build dependency.

Approved by:    maho
11 Jan 2007 21:42:56
Original commit files touched by this commit  3.6.0_2,1
maho search for other commits by this committer
Fix build with WITH_OPTIMIZED_FLAGS.
11 Jan 2007 07:03:13
Original commit files touched by this commit  3.6.0_2,1
maho search for other commits by this committer
* Migrate to gfortran. but stock GCC is used.
* lapack/blas are compiled with gforntran, thus we build TEST section as well.
09 Jan 2007 22:39:17
Original commit files touched by this commit  3.6.0_2,1
maho search for other commits by this committer
* Shared lib number has been bumped 1 to 2
* Bump port revision
06 Jan 2007 22:18:51
Original commit files touched by this commit  3.6.0_1,1
maho search for other commits by this committer
* Migrate to gfortran.
* portlint.
* (option) Installing benchmark tests for real FLOPS.
* Bump portrevision.
07 Aug 2006 02:40:52
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Fix error when WITH_OPTIMIZED_FLAGS is specified.

PR:             100991
Submitted by:   Masayuki Takemura <ICG04984@nifty.com>
09 Jul 2006 02:35:28
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
A better WITH_OPTIMIZED_FLAGS.
10 May 2006 23:37:39
Original commit files touched by this commit  3.6.0
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
26 Apr 2006 06:13:41
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Register conflicts with math/elmer-mathlibs.

Submitted by:   thierry and
                Pedro F. Giffuni <giffunip@asme.org>
14 Feb 2006 02:30:16
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
o cleanups
o faster build time; 4h45m19.23s for my Pentium M 1.6G.
  now static libs are build via knob, timing torerance patch is applied via
knob.

Submitted by:   many
22 Jan 2006 12:56:47
Original commit files touched by this commit  3.6.0,1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
19 Nov 2005 22:45:34
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Currently with "cpu I686_CPU" which is default,
kernel automatically enables SSE if it is available.
so remove messages which are not necessary.

Submitted by:    Darrien <darrien.l@gmail.com>
30 Oct 2005 08:00:58
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Add cputype of sempron; athlon type CPU

Submitted by: Pedro A M Vazquez <vazquez@iqm.unicamp.br>
07 Sep 2005 02:52:21
Original commit files touched by this commit  3.6.0,1
kris search for other commits by this committer
Set NO_PACKAGE: atlas optimizes for the local machine, so a package is not
generally useful.

Reviewed by:    maho (maintainer)
28 Jun 2005 05:45:59
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Add two patches for stable builds.
o L1 cache size is not correctly detected having a bad clock
o in some case small number of tries in tuning doesn't meet convergence
  see FAQ http://math-atlas.sourceforge.net/errata.html#tol
12 Apr 2005 04:26:57
Original commit files touched by this commit  3.6.0
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  3.6.0
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
25 Jan 2005 05:47:56
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Add a warning message

Suggested by: Rob D. <162144@gmail.com>
25 Jan 2005 05:40:14
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Reduce optimization level so that not get trapped
at infinite loop
24 Oct 2004 04:40:23
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Forced commit
Actually this report was submitted by mharo,
and eik kindly told me how to fix.

PR:     71095
Submitted by:   mharo
24 Oct 2004 04:37:02
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Avoid the use of != statements in ports Makefile

PR:             71095
Submitted by:   eik
19 Oct 2004 02:10:44
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Adding newline at the end of files
(lapack.h and blas.h)

Submitted by:   thierry@
30 Sep 2004 06:32:00
Original commit files touched by this commit  3.6.0,1
kris search for other commits by this committer
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
02 Sep 2004 01:25:45
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
type -> arch

Pointy hat to: maho
01 Sep 2004 15:26:13
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
ad hoc fix for 5-STABLE, having CPU
other than Pentium4 (Opteron, Pentium III,
Athlon... etc) this was due to recent change
in make(1)
01 Sep 2004 10:59:26
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Build fix for 5-STABLE
18 Aug 2004 06:46:25
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
o Significantly performance loss by overriding several
  optimization flags...
o update to 3.7.8
14 Jul 2004 05:49:52
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
1) correct the names of shared libs for threaded version
2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M)
06 May 2004 20:49:54
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Make portlint happy by replacing space to tab

PR:             65409
Submitted by:   trevor
30 Mar 2004 15:49:20
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
make portlint happy
30 Mar 2004 15:48:49
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
real fix for PR:64692

PR:             64692
Submitted by:   Kay Lehmann <kay_lehmann@web.de>
27 Mar 2004 05:55:45
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
unbreak for 4-STABLE i386 and alpha

PR:     64692 (loosely depended on)
Submitted by:   Kay Lehmann <kay_lehmann@web.de> and kris via bento
20 Mar 2004 05:20:47
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Do not hardcord PICFLAG
Submitted by:   ru
19 Mar 2004 04:20:12
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Backout previous change of PICFLAG, since
behaviour of -fPIC and -fpic are different.
Here is the comment form obrien:

--
"-fpic" is a [minor?] optimization for machines that can handle it:

  -fpic
    Generate position-independent code (PIC) suitable for use in a shared
    library, if supported for the target machine. Such code accesses all
    constant addresses through a global offset table (GOT). The dynamic
    loader resolves the GOT entries when the program starts (the dynamic
    loader is not part of GCC; it is part of the operating system). If
    the GOT size for the linked executable exceeds a machine-specific
    maximum size, you get an error message from the linker indicating
(Only the first 15 lines of the commit message are shown above View all of this commit message)
18 Mar 2004 23:06:12
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
-fPIC is appropreate on all architectures.

Submitted by: kris
17 Mar 2004 09:46:36
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Fix build on alpha 4-stable

Submitted by:   kris via bento
28 Feb 2004 09:45:06
Original commit files touched by this commit  3.6.0,1
maho search for other commits by this committer
Update to 3.6.0
01 Feb 2004 02:04:48
Original commit files touched by this commit  3.5.5,1
maho search for other commits by this committer
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>
08 Aug 2003 11:42:58
Original commit files touched by this commit  3.5.5,1
maho search for other commits by this committer
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>
02 Aug 2003 17:11:30
Original commit files touched by this commit  3.5.7
maho search for other commits by this committer
Fix build on 4-STABLE disabiling sanity check.

Submitted by:   kris via bento
                "Dannis 't Hart" <dchart@dds.nl>
29 Jul 2003 16:50:39
Original commit files touched by this commit  3.5.7
maho search for other commits by this committer
Update to 3.5.7
03 Jul 2003 00:03:38
Original commit files touched by this commit  3.5.6
maho search for other commits by this committer
1. update to 3.5.6
2. rename suffix of threaded libs from thr to _r.
02 Jul 2003 22:39:36
Original commit files touched by this commit  3.5.5_1
maho search for other commits by this committer
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>
30 Jun 2003 20:19:43
Original commit files touched by this commit  3.5.5
maho search for other commits by this committer
update to 3.5.5

Submitted by:   Thomas Gellekum <Thomas.Gellekum@gmx.de>
11 Jun 2003 05:17:38
Original commit files touched by this commit  3.5.2_1
maho search for other commits by this committer
1. make atlas thread safe
2. set an option that force atlas to make threaded
3. bump port revision
11 Jun 2003 01:17:39
Original commit files touched by this commit  3.5.2
maho search for other commits by this committer
Update to 2.5.2
09 May 2003 23:45:59
Original commit files touched by this commit  3.5.1
maho search for other commits by this committer
Fix linkage problem for multithreaded support.

PR:             48511
Submitted by:   Josh Tolbert <hemi@puresimplicity.net>
05 May 2003 00:00:12
Original commit files touched by this commit  3.5.1
maho search for other commits by this committer
patch for config.c failed.
Reported by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
04 May 2003 02:02:10
Original commit files touched by this commit  3.5.1
maho search for other commits by this committer
1. Update to 2.5.1
2. change maintainer's e-mail address.
21 Feb 2003 12:44:05
Original commit files touched by this commit  3.4.1_1
knu search for other commits by this committer
De-pkg-comment.
19 Aug 2002 17:20:09
Original commit files touched by this commit  3.4.1_1
naddy search for other commits by this committer
Fix build on alpha.

PR:             41770
Submitted by:   Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
15 Jul 2002 11:41:17
Original commit files touched by this commit  3.4.1_1
ijliao search for other commits by this committer
fix on p4 architecture
bump portrevision

PR:             40321
Submitted by:   maintainer
22 Jun 2002 08:54:16
Original commit files touched by this commit  3.4.1
yoichi search for other commits by this committer
Update to 3.4.1. (Use patch posted to ports-jp@ list)

PR:             37663
Submitted by:   maintainer
26 Mar 2002 05:49:54
Original commit files touched by this commit  3.3.14
ijliao search for other commits by this committer
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
15 Mar 2002 03:53:15
Original commit files touched by this commit  3.3.14
ijliao search for other commits by this committer
add atlas 3.3.14
Automatically Tuned Linear Algebra Software (ATLAS)

PR:             35908
Submitted by:   Nakata Maho <chat95@mbox.kyoto-inet.or.jp>

Number of commits found: 67

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 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
Traffic

Calculated hourly:
Port count 18745
Broken 146
Deprecated 98
Ignore 431
Forbidden 5
Restricted 363
No CDROM 126
Vulnerable 52
Expired 14
Set to expire 78
Interactive 79
new 24 hours 0
new 48 hours4
new 7 days38
new fortnight82
new month184

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.506 seconds.