diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:00:59 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 21:00:59 +0100 |
commit | 25c9e80d94002be73e9446fdc20cb7c7e84dcc3f (patch) | |
tree | 7b0c4efc5fa29e5946e3290d83b3c5c522978d90 | |
parent | 63076140b21446831769682ff1b63750ce091ab1 (diff) | |
download | nutyx-pakxe-25c9e80d94002be73e9446fdc20cb7c7e84dcc3f.tar.gz nutyx-pakxe-25c9e80d94002be73e9446fdc20cb7c7e84dcc3f.tar.bz2 nutyx-pakxe-25c9e80d94002be73e9446fdc20cb7c7e84dcc3f.tar.xz nutyx-pakxe-25c9e80d94002be73e9446fdc20cb7c7e84dcc3f.zip |
blas, déplacé dans base et maj des dépendances
-rw-r--r-- | base/blas/.footprint (renamed from extra/blas/.footprint) | 0 | ||||
-rw-r--r-- | base/blas/.md5sum (renamed from extra/blas/.md5sum) | 0 | ||||
-rw-r--r-- | base/blas/Pkgfile (renamed from extra/blas/Pkgfile) | 7 | ||||
-rw-r--r-- | base/blas/license.txt (renamed from extra/blas/license.txt) | 0 | ||||
-rw-r--r-- | base/blas/make.inc (renamed from extra/blas/make.inc) | 0 |
5 files changed, 3 insertions, 4 deletions
diff --git a/extra/blas/.footprint b/base/blas/.footprint index 3cec1dae5..3cec1dae5 100644 --- a/extra/blas/.footprint +++ b/base/blas/.footprint diff --git a/extra/blas/.md5sum b/base/blas/.md5sum index 40551f2b2..40551f2b2 100644 --- a/extra/blas/.md5sum +++ b/base/blas/.md5sum diff --git a/extra/blas/Pkgfile b/base/blas/Pkgfile index a69e4cb11..eecd0fc96 100644 --- a/extra/blas/Pkgfile +++ b/base/blas/Pkgfile @@ -2,14 +2,13 @@ # URL: http://www.netlib.org/blas # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: gcc-libs +# Depends on: name=blas version=20070405 release=1 -source=(http://www.netlib.org/blas/blas.tgz - make.inc - license.txt) +source=(http://www.netlib.org/blas/blas.tgz \ + make.inc license.txt) build() { cd BLAS diff --git a/extra/blas/license.txt b/base/blas/license.txt index 79f38386e..79f38386e 100644 --- a/extra/blas/license.txt +++ b/base/blas/license.txt diff --git a/extra/blas/make.inc b/base/blas/make.inc index 3adb7654f..3adb7654f 100644 --- a/extra/blas/make.inc +++ b/base/blas/make.inc |