fix(openblas)

closes #4051
This commit is contained in:
Jacob Heider 2023-11-13 10:04:41 -05:00
parent 4b29c8af7f
commit 55623ba686
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -60,3 +60,7 @@ test:
mv $FIXTURE test.c
cc test.c -lopenblas -pthread $CFLAGS $LDFLAGS
./a.out
env:
linux:
CFLAGS: -fPIC
LDFLAGS: -pie