From 4a40f6ceeae7f2a3b1146330d3eeea1150f2ef42 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 22 Mar 2016 13:20:01 -0400 Subject: Add x.x dependencies, add additional dependencies to recipes --- atlas/atlas-generic.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'atlas') 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 -- cgit