diff options
Diffstat (limited to 'atlas')
-rw-r--r-- | atlas/atlas-generic.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/atlas/atlas-generic.ini b/atlas/atlas-generic.ini index db7ebc3..b48aed1 100644 --- a/atlas/atlas-generic.ini +++ b/atlas/atlas-generic.ini @@ -22,9 +22,9 @@ run : [test] imports : - + commands : - + [cbc_build] linux : @@ -56,7 +56,7 @@ linux : mkdir -p build pushd ./build - ../configure --prefix=$$PREFIX \ + ../configure --prefix=$$PREFIX \ --with-netlib-lapack-tarfile=../$${LAPACK_TARBALL} \ "$${OPTIONS}" @@ -66,6 +66,6 @@ linux : popd windows : - echo Not supported - if errorlevel 1 exit 1 + echo Not supported + if errorlevel 1 exit 1 |