diff options
author | maho <maho@FreeBSD.org> | 2010-02-16 14:18:57 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2010-02-16 14:18:57 +0800 |
commit | eddd74d5d57842d26137c109d3d758580039b350 (patch) | |
tree | c33a2cee399ebc179e33786705065728a9e8393d /math/superlu/files | |
parent | 71db4453f495bc30d4fef5683049af5cf26c06c2 (diff) | |
download | freebsd-ports-gnome-eddd74d5d57842d26137c109d3d758580039b350.tar.gz freebsd-ports-gnome-eddd74d5d57842d26137c109d3d758580039b350.tar.zst freebsd-ports-gnome-eddd74d5d57842d26137c109d3d758580039b350.zip |
Fix build with gotoblas.
Feature safe: yes
Diffstat (limited to 'math/superlu/files')
-rw-r--r-- | math/superlu/files/patch-make.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/superlu/files/patch-make.inc b/math/superlu/files/patch-make.inc index 1a4a4502344a..d59436f52450 100644 --- a/math/superlu/files/patch-make.inc +++ b/math/superlu/files/patch-make.inc @@ -5,7 +5,7 @@ TMGLIB = libtmglib.a SUPERLULIB = libsuperlu_3.0.a -BLASLIB = ../libblas.a -+BLASLIB = %%BLAS_LIBS%% ++BLASLIB = %%BLAS%% # # The archiver and the flag(s) to use when building archive (library) |