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

External_python-scipy: Fix windows link error #86

Closed
jcfr opened this issue Sep 13, 2018 · 3 comments
Closed

External_python-scipy: Fix windows link error #86

jcfr opened this issue Sep 13, 2018 · 3 comments
Assignees
Labels

Comments

@jcfr
Copy link
Member

jcfr commented Sep 13, 2018

Based on the change of https://github.com/jcfr/SlicerSALT/commits/release-1.0, the windows build is getting further and fails with the following error:

"D:\D\S\SSALT-0-build\slicersources-build\python-scipy.vcxproj" (default target) (1) ->
(CustomBuild target) ->
  CUSTOMBUILD : error : Command "lib.exe build\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\dcosqb.o build\t
emp.win-amd64-2.7\scipy\fftpack\src\dfftpack\dcosqf.o build\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\dco
sqi.o build\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\dcost.o build\temp.win-amd64-2.7\scipy\fftpack\src\
dfftpack\dcosti.o build\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\dfftb.o build\temp.win-amd64-2.7\scipy\
fftpack\src\dfftpack\dfftb1.o build\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\dfftf.o build\temp.win-amd6
4-2.7\scipy\fftpack\src\dfftpack\dfftf1.o build\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\dffti.o build\t
emp.win-amd64-2.7\scipy\fftpack\src\dfftpack\dffti1.o build\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\dsi
nqb.o build\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\dsinqf.o build\temp.win-amd64-2.7\scipy\fftpack\src
\dfftpack\dsinqi.o build\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\dsint.o build\temp.win-amd64-2.7\scipy
\fftpack\src\dfftpack\dsint1.o build\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\dsinti.o build\temp.win-am
d64-2.7\scipy\fftpack\src\dfftpack\zfftb.o build\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\zfftb1.o build
\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\zfftf.o build\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\zf
ftf1.o build\temp.win-amd64-2.7\scipy\fftpack\src\dfftpack\zffti.o build\temp.win-amd64-2.7\scipy\fftpack\src
\dfftpack\zffti1.o /OUT:build\temp.win-amd64-2.7\dfftpack.lib" failed with exit status 127 [D:\D\S\SSALT-0-bu
ild\slicersources-build\python-scipy.vcxproj]

@jcfr jcfr changed the title External_scipy: Fix windows link error External_python-scipy: Fix windows link error Sep 13, 2018
@vicory
Copy link
Member

vicory commented Sep 14, 2018

Fixing this particular error is easy but it brings up another error. Even though the blas/lapack variables and path is set, it seems like the scipy build only searches python-install/Lib and python-install/libs for the blas and lapack libraries when linking. It seems like the easiest fix for this is to copy the files over there, is there any reason not to?

@jcfr
Copy link
Member Author

jcfr commented Sep 14, 2018

It seems like the easiest fix for this is to copy the files over there,

Sounds good to me.

@jcfr
Copy link
Member Author

jcfr commented Apr 26, 2019

Closing.

Following the Slicer update integrated python3 and the direct installation of scipy, there is no need to build it.

@jcfr jcfr closed this as completed Apr 26, 2019
@jcfr jcfr added the bug label Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants