Skip to content

Commit

Permalink
Expand build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbock committed Apr 22, 2017
1 parent 2b296d3 commit 90c44d6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions build_scaling.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/bin/bash

: ${BLAS_VENDOR:=Intel}
: ${BUILD_SHARED_LIBS:=yes}
export BLAS_VENDOR=${BLAS_VENDOR:-Intel}
export BUILD_SHARED_LIBS=${BUILD_SHARED_LIBS:-yes}
export COMMAND=${1:-compile}

export BLAS_VENDOR
export BUILD_SHARED_LIBS

./build.sh install
./build.sh ${COMMAND}

0 comments on commit 90c44d6

Please sign in to comment.