From: Jianzhong Xu Date: Mon, 23 Mar 2015 18:10:22 +0000 (-0400) Subject: clean up build scripts X-Git-Tag: 0.2.0.0^0 X-Git-Url: https://git.ti.com/gitweb?p=dense-linear-algebra-libraries%2Flinalg.git;a=commitdiff_plain;h=314919309443ba497ec3aa2ffe00d341cc315def clean up build scripts --- diff --git a/build/version.txt b/build/version.txt index 482e997..e396b40 100644 --- a/build/version.txt +++ b/build/version.txt @@ -1 +1 @@ -0.1.0.0 +0.2.0.0 diff --git a/build_linalg.sh b/build_linalg.sh index f18130c..fcff4ea 100755 --- a/build_linalg.sh +++ b/build_linalg.sh @@ -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 diff --git a/debian/changelog b/debian/changelog index 20e5f79..00c58f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 23 Feb 2015 23:26:20 +0000