Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jul 28, 2024
1 parent 5ee0aca commit ed072ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ install:
script:
# Build library and collect into libs subdirectory
- build_on_travis
- travis_wait 20 build_on_travis
- libc=${MB_ML_LIBC:-manylinux}
- docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}
- docker run --rm -e INTERFACE64="${INTERFACE64}" -e MB_ML_LIBC="${MB_ML_LIBC}" -v $(pwd):/openblas "${docker_image}" /bin/bash -xe /openblas/tools/build_wheel.sh
Expand Down
3 changes: 1 addition & 2 deletions tools/build_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,14 @@ function do_build_lib {
mkdir -p libs
start_spinner
set -x
echo git config
git config --global --add safe.directory '*'
pushd OpenBLAS
patch_source
echo start building
CFLAGS="$CFLAGS -fvisibility=protected -Wno-uninitialized" \
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
USE_OPENMP=0 NUM_THREADS=64 \
BINARY=$bitness $interface_flags $target_flags shared
BINARY=$bitness $interface_flags $target_flags shared 2>&1 1>/dev/null
echo done building, now testing
make BUFFERSIZE=20 DYNAMIC_ARCH=1 \
USE_OPENMP=0 NUM_THREADS=64 \
Expand Down

0 comments on commit ed072ac

Please sign in to comment.