Skip to content

Commit

Permalink
fix for arm compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnwosu committed Sep 16, 2015
1 parent e309d26 commit 079a581
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/sparse/hmatrix-sparse.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ library

c-sources: src/Numeric/LinearAlgebra/sparse.c

cc-options: -O4 -msse2 -Wall
cc-options: -O4 -Wall

if arch(x86_64)
cc-options: -msse2

if arch(i386)
cc-options: -msse2

extra-libraries: mkl_intel mkl_sequential mkl_core

Expand Down

0 comments on commit 079a581

Please sign in to comment.