Import ATLAS: Automatically Tuned Linear Algebra Software.

This commit is contained in:
Aleksej Saushev 2008-04-27 19:01:03 +00:00 committed by Thomas Klausner
parent 6722b803fd
commit 4cc7b9e878
5 changed files with 13985 additions and 0 deletions

5
atlas/DESCR Normal file
View File

@ -0,0 +1,5 @@
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 portably efficient
BLAS implementation, as well as a few routines from LAPACK.

13944
atlas/Errs Normal file

File diff suppressed because it is too large Load Diff

31
atlas/Makefile Normal file
View File

@ -0,0 +1,31 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/04/27 19:01:03 asau Exp $
DISTNAME= atlas3.8.1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=math-atlas/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= asau@inbox.ru
HOMEPAGE= http://math-atlas.sourceforge.net/
COMMENT= Automatically Tuned Linear Algebra Software
BROKEN= Doesn't follow PREFIX
#PKG_DESTDIR_SUPPORT= user-destdir # to be done
WRKSRC= ${WRKDIR}/ATLAS
HAS_CONFIGURE= yes
MAKE_JOBS_SAFE= no
USE_LANGUAGES= c fortran
CONFIGURE_DIRS= ${WRKSRC}/obj
CONFIGURE_SCRIPT= ${WRKSRC}/configure
CONFIGURE_ARGS+= -v 9 -b 32
TEST_TARGET= check
pre-configure:
mkdir ${CONFIGURE_DIRS}
.include "../../mk/bsd.pkg.mk"

0
atlas/PLIST Normal file
View File

5
atlas/distinfo Normal file
View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/04/27 19:01:06 asau Exp $
SHA1 (atlas3.8.1.tar.bz2) = 67c776afa6b16bfe69dd610ea6baeb21738943eb
RMD160 (atlas3.8.1.tar.bz2) = 8bec47d46c09b6c0693806b95fb74ce2e5bd1225
Size (atlas3.8.1.tar.bz2) = 2505223 bytes