diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-22 13:20:01 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-22 13:20:01 -0400 |
commit | 4a40f6ceeae7f2a3b1146330d3eeea1150f2ef42 (patch) | |
tree | abfa097ebd2fc1bec6ab3bc9ea1e6807fc3b508c /lapack/lapack.ini | |
parent | be2ed0810a0d5180d9a7193dd36dc17122156d20 (diff) | |
download | cbc-recipes-4a40f6ceeae7f2a3b1146330d3eeea1150f2ef42.tar.gz |
Add x.x dependencies, add additional dependencies to recipes
Diffstat (limited to 'lapack/lapack.ini')
-rw-r--r-- | lapack/lapack.ini | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lapack/lapack.ini b/lapack/lapack.ini index 8b9abae..e44e635 100644 --- a/lapack/lapack.ini +++ b/lapack/lapack.ini @@ -20,16 +20,16 @@ build : [test] imports : - + commands : - + [cbc_build] linux : - - mkdir BUILD_DIR - cd BUILD_DIR - cmake \ + + mkdir BUILD_DIR + cd BUILD_DIR + cmake \ -DCMAKE_INSTALL_PREFIX=$$PREFIX \ -DBUILD_TESTING=OFF \ -DBUILD_SHARED_LIBS=ON \ @@ -40,10 +40,10 @@ linux : make install windows : - - mkdir BUILD_DIR - cd BUILD_DIR - cmake -DCMAKE_INSTALL_PREFIX=%PREFIX% + + mkdir BUILD_DIR + cd BUILD_DIR + cmake -DCMAKE_INSTALL_PREFIX=%PREFIX% # There's PROBABLY more to this on windows make make install |