File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ if Sys.isapple()
2
2
const libfasttransforms = joinpath (dirname (@__DIR__ ), " deps" , " libfasttransforms.dylib" )
3
3
download (" https://github.com/MikaelSlevinsky/FastTransforms/releases/download/v0.2.3/libfasttransforms.dylib" , libfasttransforms)
4
4
else
5
- warn ( " Didn't build properly" )
5
+ @ warn " Didn't build properly"
6
6
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include("chebyshevtests.jl")
6
6
7
7
include (" quadraturetests.jl" )
8
8
9
- if find_library (FastTransforms . libfasttransforms) ≡ FastTransforms . libfasttransforms
9
+ if Sys . isapple ()
10
10
include (" libfasttransformstests.jl" )
11
11
else
12
12
error (" FastTransforms is not properly installed. Please run Pkg.build(\" FastTransforms\" ) " ,
You can’t perform that action at this time.
0 commit comments