File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
if Sys. isapple ()
2
- const libfasttransforms = joinpath (dirname (@__DIR__ ), " deps" , " libfasttransforms.dylib" )
3
- download (" https://github.com/MikaelSlevinsky/FastTransforms/releases/download/v0.2.3/libfasttransforms.dylib" , libfasttransforms)
2
+ # const libfasttransforms = joinpath(dirname(@__DIR__), "deps", "libfasttransforms.dylib")
3
+ # download("https://github.com/MikaelSlevinsky/FastTransforms/releases/download/v0.2.3/libfasttransforms.dylib", libfasttransforms)
4
4
else
5
5
warn (" Didn't build properly" )
6
6
end
Original file line number Diff line number Diff line change 14
14
# Step 4: run `make` and check the tests by running `./test_drivers 3 3 0`.
15
15
# All the errors should be roughly on the order of machine precision.
16
16
17
+ if Sys. isapple ()
18
+ const libfasttransforms = joinpath (dirname (@__DIR__ ), " deps" , " libfasttransforms.dylib" )
19
+ test = download (" https://github.com/MikaelSlevinsky/FastTransforms/releases/download/v0.2.3/libfasttransforms.dylib" , libfasttransforms)
20
+ println (test)
21
+ else
22
+ warn (" Didn't build properly" )
23
+ end
24
+
17
25
if Sys. isapple ()
18
26
const libfasttransforms = joinpath (dirname (@__DIR__ ), " deps" , " libfasttransforms.dylib" )
19
27
You can’t perform that action at this time.
0 commit comments