]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/commitdiff
clean up build scripts 0.2.0.0
authorJianzhong Xu <a0869574@ti.com>
Mon, 23 Mar 2015 18:10:22 +0000 (14:10 -0400)
committerJianzhong Xu <a0869574@ti.com>
Mon, 23 Mar 2015 18:10:22 +0000 (14:10 -0400)
build/version.txt
build_linalg.sh
debian/changelog

index 482e997a8a0fd353219f3de17f2dcc7328dde5ec..e396b4015c9e9bb52d81e63fdb966c5177ca4d65 100644 (file)
@@ -1 +1 @@
-0.1.0.0
+0.2.0.0
index f18130cdfdf9c091aad4e11d3e6123235b687b95..fcff4ea28bb40beeefae47e1f33feceb44d54fcb 100755 (executable)
@@ -2,12 +2,11 @@
 set -e
 
 ################################################################################
-#BLIS-BLAS specific: 
-# C6X_GEN:c6000_7.6.0
-# TI_OCL_INSTALL_DIR=/opt/ti/mcsdk-hpc_03_00_01_04/ti-opencl_0.14.0/
 # need to set up the following before running this script:
 #    export TARGET_ROOTDIR=/evmk2h_nfs
 #    export TI_INSTALL_DIR=~/ti
+#    export TI_OCL_INSTALL_DIR
+#    export C6X_C_DIR
 ################################################################################
 
 if [ $# -ne 3 ]; then
@@ -31,10 +30,6 @@ cd -
 [ ! -z $LINALG_BASE_DIR ] || { echo "Error: $LINALG_BASE_DIR not set!"; exit 1; }
 [ ! -z $OUTPUT_DIR ] || { echo "Error: $OUTPUT_DIR not set!"; exit 1; }
 
-# two environment variables below need to be set by setup_hpc_env.sh
-#export TI_OCL_INSTALL_DIR=/opt/ti/mcsdk-hpc_03_00_01_04/ti-opencl_0.14.0/
-#export C6X_C_DIR=/home/uda0869574local/ti/c6000_7.6.0/include
-
 cd $MCSDK_HPC_DIR/scripts
 set +e
 . setup_hpc_env.sh -s $TI_INSTALL_DIR:$TI_INSTALL_DIR/linaro -t $TARGET_ROOTDIR
index 20e5f798e209ffa986d8c90a9c6090b003228733..00c58f7e210ff7f978168abbb714c19d315b702e 100644 (file)
@@ -1,6 +1,6 @@
-ti-linalg (00.01.00.00-0ubuntu0~ppa1) trusty; urgency=medium
+ti-linalg (00.02.00.00-0ubuntu0~ppa1) trusty; urgency=medium
 
-  * Initial release with BLIS based BLAS.
+  * Initial release with BLIS based BLAS and LAPACK.
 
  -- TI Keystone PPA <ti-keystone-ppa@list.ti.com>  Mon, 23 Feb 2015 23:26:20 +0000