Skip to content

Commit 7e09570

Browse files
authored
Update azure-pipelines.yml
1 parent db57c44 commit 7e09570

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,8 @@ jobs:
158158
sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers sudo'
159159
alpine make DYNAMIC_ARCH=1 BINARY=64
160160
alpine echo ""|sudo -S make DYNAMIC_ARCH=1 BINARY=64 install
161-
161+
alpine echo "// tests that inclusion of openblas_config.h works with musl" >test_install.c
162+
alpine echo "#include <openblas_config.h>" >>test_install.c
163+
alpine echo "cpu_set_t* cpu_set = NULL;" >>test_install.c
164+
alpine gcc -I/opt/OpenBLAS/include test_install.c -lopenblas -lpthread -lgfortran -o test_install
165+

0 commit comments

Comments
 (0)