-
Notifications
You must be signed in to change notification settings - Fork 5
Remove unimplemented internal functions. #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@noughtmare can you confirm you're using |
@dmjio Yes, I'm using 3.6.4. Interestingly, there are some comments in the higher level *.hs files about this: arrayfire-haskell/src/ArrayFire/LAPACK.hs Line 198 in 65bdf72
arrayfire-haskell/src/ArrayFire/Signal.hs Line 561 in 65bdf72
|
|
Running
cabal test
fails because the linker can't find these functions:In
Image.hsc
:af_iterative_deconv
af_iverse_deconv
In
LAPACK.hsc
:af_pinverse
In
Signal.hsc
:af_approx1_uniform
af_approx2_uniform
Should these functions be removed?
The text was updated successfully, but these errors were encountered: