Skip to content

Instantly share code, notes, and snippets.

diff --git a/4build/download_and_build_openblas.py b/4build/download_and_build_openblas.py
index 950e9d5..dd91887 100755
--- a/4build/download_and_build_openblas.py
+++ b/4build/download_and_build_openblas.py
@@ -21,4 +21,4 @@ call_and_print("mkdir -p {unpack_dir} && tar -xf {fname} --directory {unpack_dir
fname=fname,unpack_dir=unpack_dir))
os.chdir(unpack_dir)
print "Compiling OpenBLAS...this will take a minute or so"
-call_and_print("make -j ONLY_CBLAS=1 NO_LAPACK=1 NO_LAPACKE=1 USE_THREAD=0 USE_OPENMP=0 &> compile_output.txt")
+call_and_print("make -j ONLY_CBLAS=1 NO_LAPACK=1 NO_LAPACKE=1 USE_THREAD=0 USE_OPENMP=0")
cgt.tests.test_affine.test_affine('python', 'double') ... ok
cgt.tests.test_affine.test_affine('native', 'double') ... ok
cgt.tests.test_array_wrapper.test_array_wrapper('python', 'single') ... ok
cgt.tests.test_array_wrapper.test_array_wrapper('python', 'double') ... ok
cgt.tests.test_array_wrapper.test_array_wrapper('native', 'single') ... ok
cgt.tests.test_array_wrapper.test_array_wrapper('native', 'double') ... ok
cgt.tests.test_conv.test_conv('python', 'single') ... ok
cgt.tests.test_conv.test_conv('python', 'double') ... ok
cgt.tests.test_conv.test_conv('native', 'single') ... ok
cgt.tests.test_conv.test_conv('native', 'double') ... ok