Skip to content

Commit

Permalink
Update safpy_build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hld committed Jan 30, 2024
1 parent 92224d9 commit 87f8313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safpy_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
extra_link_args.extend(['-Wl,-framework', '-Wl,Accelerate'])
else:
print("SAFPY using default OpenBLAS/LAPACKE")
saf_performance_lib.extend(["openblas", "lapacke"])
#saf_performance_lib.extend(["openblas", "lapacke"])


# cdef() expects a single string declaring the C types, functions and
Expand Down

0 comments on commit 87f8313

Please sign in to comment.