diff options
author | Joe Peterson <lavajoe@gentoo.org> | 2007-06-07 18:00:07 +0000 |
---|---|---|
committer | Joe Peterson <lavajoe@gentoo.org> | 2007-06-07 18:00:07 +0000 |
commit | a7fc5b7359c8b4572fb6ecb45efc535f1e76e86b (patch) | |
tree | be542b749e60cda05acca6e7f460fcad60558385 /profiles | |
parent | remove stray (and non-working) patch (diff) | |
download | historical-a7fc5b7359c8b4572fb6ecb45efc535f1e76e86b.tar.gz historical-a7fc5b7359c8b4572fb6ecb45efc535f1e76e86b.tar.bz2 historical-a7fc5b7359c8b4572fb6ecb45efc535f1e76e86b.zip |
Use reference versions of LAPACK and BLAS
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-bsd/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default-bsd/virtuals | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/profiles/default-bsd/ChangeLog b/profiles/default-bsd/ChangeLog index 185d9fa6ea03..ec716834417a 100644 --- a/profiles/default-bsd/ChangeLog +++ b/profiles/default-bsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/ChangeLog,v 1.6 2007/05/28 15:30:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/ChangeLog,v 1.7 2007/06/07 18:00:07 lavajoe Exp $ + + 07 Jun 2007; Joe Peterson <lavajoe@gentoo.org> virtuals: + For FreeBSD, default to the "reference implementation" versions rather + than using the "atlas" versions of LAPACK and BLAS. 28 May 2007; Diego Pettenò <flameeyes@gentoo.org> package.use.mask, use.mask fbsd/package.use.mask: Unmask the useflags that shouldn't have been masked diff --git a/profiles/default-bsd/virtuals b/profiles/default-bsd/virtuals index 82f4891ac5a6..3df299f2d296 100644 --- a/profiles/default-bsd/virtuals +++ b/profiles/default-bsd/virtuals @@ -1,13 +1,16 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/virtuals,v 1.4 2007/03/01 15:47:58 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/virtuals,v 1.5 2007/06/07 18:00:07 lavajoe Exp $ # This file defines the virtuals that all Gentoo/*BSD need to modify respect # the base profile # KEEP THIS FILE SORTED ALPHABETICALLY OR RISK WRATH +virtual/blas sci-libs/blas-reference +virtual/cblas sci-libs/blas-reference virtual/eject sys-block/unieject +virtual/lapack sci-libs/lapack-reference virtual/linux-sources sys-kernel/gentoo-sources virtual/mpg123 media-sound/mpg321 virtual/utempter sys-libs/libutempter |