-
Notifications
You must be signed in to change notification settings - Fork 7
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
PDL-LinearAlgebra-0.37 fails install for Strawberry perl5 (revision 5 version 32 subversion 1) #23
Comments
Thanks for the report! I've transferred this issue to the correct repository for the distribution. I excerpt a line from your
I believe the problem here is that you don't have LAPACK installed, and/or findable, on your machine. Can you try installing the "PDL edition" of Strawberry, and try with that? I believe it does in fact have LAPACK with it. Also, this distro is supposed to detect the absence of LAPACK, but that doesn't seem to have worked here. Sorry about that. |
I have tried installing Math::Lapack, the install fails. So, it seems to
be basic problem.
cpanm -i Math::Lapack
--> Working on Math::Lapack
Fetching
http://www.cpan.org/authors/id/R/RU/RUISTEVE/Math-Lapack-0.002.tar.gz ... OK
cpanm : ! Configure failed for Math-Lapack-0.002. See
E:\Shahriar\.cpanm\work\1684635455.39932\build.log for details.
At line:1 char:1
+ cpanm -i Math::Lapack
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (! Configure fai...og for
details.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Configuring Math-Lapack-0.002 ... N/A
…On 5/14/2023 8:31 AM, mohawk2 wrote:
Thanks for the report!
I've transferred this issue to the correct repository for the
distribution. I excerpt a line from your |build.log|:
|C:/Strawberry/c/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe:
pp-__Nccharpol.o:pp-__Nccharpol.c:(.text+0xf26): undefined reference
to `zgemm_' |
I believe the problem here is that you don't have LAPACK installed,
and/or findable, on your machine. Can you try installing the "PDL
edition" of Strawberry, and try with that? I believe it does in fact
have LAPACK with it.
Also, this distro is supposed to detect the absence of LAPACK, but
that doesn't seem to have worked here. Sorry about that.
—
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALKZGAGPFDZJ45UTKHO6GZDXGD3DJANCNFSM6AAAAAAYBHGX2U>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The problem is that you don't have LAPACK installed. |
Below is the install output
build.log
The text was updated successfully, but these errors were encountered: