New version

This commit is contained in:
Dave Love 2018-07-11 10:33:52 +01:00
commit 539fc7cc35
1 changed files with 3 additions and 3 deletions

View File

@ -147,10 +147,10 @@ find -name \*.[oa] | xargs rm 2>/dev/null || true # no clean target
pwd pwd
export CFLAGS="%optflags" export CFLAGS="%optflags"
%if %{with openblas} %if %{with openblas}
make SuperLUroot=$(pwd) make SuperLUroot=$(pwd) INCLUDEDIR=$(pwd)/SRC
%else %else
make blaslib HEADER=. BLASLIB='../libblas.a' make blaslib HEADER=. BLASLIB='../libblas.a' INCLUDEDIR=%_includedir
make SuperLUroot=$(pwd) BLASDEF= BLASLIB='../libblas.a' make SuperLUroot=$(pwd) BLASDEF= BLASLIB='../libblas.a' INCLUDEDIR=$(pwd)/SRC
%endif %endif
mkdir -p tmp $m mkdir -p tmp $m
pushd tmp pushd tmp