summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d1d3f9e)
raw | patch | inline | side by side (parent: d1d3f9e)
author | Jianzhong Xu <a0869574@ti.com> | |
Mon, 23 Mar 2015 18:10:22 +0000 (14:10 -0400) | ||
committer | Jianzhong Xu <a0869574@ti.com> | |
Mon, 23 Mar 2015 18:10:22 +0000 (14:10 -0400) |
build/version.txt | patch | blob | history | |
build_linalg.sh | patch | blob | history | |
debian/changelog | patch | blob | history |
diff --git a/build/version.txt b/build/version.txt
index 482e997a8a0fd353219f3de17f2dcc7328dde5ec..e396b4015c9e9bb52d81e63fdb966c5177ca4d65 100644 (file)
--- a/build/version.txt
+++ b/build/version.txt
-0.1.0.0
+0.2.0.0
diff --git a/build_linalg.sh b/build_linalg.sh
index f18130cdfdf9c091aad4e11d3e6123235b687b95..fcff4ea28bb40beeefae47e1f33feceb44d54fcb 100755 (executable)
--- a/build_linalg.sh
+++ b/build_linalg.sh
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
[ ! -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 20e5f798e209ffa986d8c90a9c6090b003228733..00c58f7e210ff7f978168abbb714c19d315b702e 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
-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