Skip to content
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

Open
offtob opened this issue May 7, 2023 · 3 comments

Comments

@offtob
Copy link

offtob commented May 7, 2023

Below is the install output
build.log

PS C:\Users\Shahriar> cpanm -i --force PDL::LinearAlgebra
--> Working on PDL::LinearAlgebra
Fetching http://www.cpan.org/authors/id/E/ET/ETJ/PDL-LinearAlgebra-0.37.tar.gz ... OK
Configuring PDL-LinearAlgebra-0.37 ... OK
cpanm : ! Installing PDL::LinearAlgebra failed. See E:\Sha\.cpanm\work\1683481359.16780\build.log for details. Retry with --force to force install it.
At line:1 char:1
+ cpanm -i --force PDL::LinearAlgebra
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (! Installing PD...rce install it.:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 
Building and testing PDL-LinearAlgebra-0.37 ... FAIL
@mohawk2 mohawk2 transferred this issue from PDLPorters/pdl May 14, 2023
@mohawk2
Copy link
Member

mohawk2 commented May 14, 2023

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.

@offtob
Copy link
Author

offtob commented May 21, 2023 via email

@mohawk2
Copy link
Member

mohawk2 commented May 21, 2023

The problem is that you don't have LAPACK installed.

@mohawk2 mohawk2 changed the title PDL-LinearAlgebra-0.37 fails install for Starwbery perl5 (revision 5 version 32 subversion 1) PDL-LinearAlgebra-0.37 fails install for Strawberry perl5 (revision 5 version 32 subversion 1) May 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants