[Lunar-commits] <moonbase> lapack: Adjusting BUILD to use default_cmake_build().

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Aug 27 14:49:20 CEST 2011


commit 9e23838ab35dd869f20e016d12de1f9bd149b571
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Aug 27 08:49:20 2011 -0400

    lapack: Adjusting BUILD to use default_cmake_build().
---
 science/lapack/BUILD |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/science/lapack/BUILD b/science/lapack/BUILD
index e14eb20..fd5f903 100644
--- a/science/lapack/BUILD
+++ b/science/lapack/BUILD
@@ -1,15 +1,7 @@
 (
   
-  OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build"  &&
+  OPTS+=" -DBUILD_SHARED_LIBS=ON" &&
 
-  mkdir $OOSB_DIR  &&
-  cd $OOSB_DIR     &&
-
-  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
-                           -DCMAKE_BUILD_TYPE=RELEASE             \
-                           -DBUILD_SHARED_LIBS=ON                 \
-                           $OPTS                                 &&
-
-  default_make
+  default_cmake_build
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list